You are on page 1of 5

Q1: How is the comparison of objects done in PHP??

a None

b None

c We use the operator '==' to test two objects are instanced from the same class and
have same attributes and equal values.

d We use the operator '=' to test two objects are instanced from the same class and
have same attributes and equal values.

e None

f We use the operator '===' to test two objects are instanced from the same class
and have same attributes and equal values.

Q2: What Is The Use Of Kube-controller-manager??

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d kube-controller-manager embeds the core control loop which is a terminating


loop that regulates the state of the system.

The correct Answer is: None

f kube-controller-manager embeds the core control loop which is a non-terminating


loop that regulates the state of the system.

Q3: What command is used to clear up the command prompt window??

a None

b clearit

c clear

d clrscr

e clrwin
f None

Q4: Which of the answers listed below refers to a command used for invoking a text editor
in Unix-like operating systems??

a vi

b None

c bcdedit

d edit

e notepad

f None

Q5: Which of the following method acts as a destructor function in a PHP class??

a __destruct

The correct Answer is: None

c destructor

d class_name()

e destructor()

The correct Answer is: None

Q6: How do you get the number of containers running, paused and stopped??

a sudo --docker info

b docker info

c None

d None

e None

f docker --info

Q7: What is a kube-proxy used for??


a To supplant an authentic webpage in a search engine's index and search page
results

The correct Answer is: None

c To load-balance traffic that is destined for services to the correct backend pods

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q8: Docker Toolbox is an installer for quick setup and launch of a Docker environment on
Mac and Windows systems. Select all of the Docker tools that come with the Docket
Toolbox?

a Docker Compose for running the docker-compose commands

b Docker Machine for running docker-machine commands

c A shell pre-configured for a Docker command-line environment

d A shell post-configured for a Docker command-line environment

e Oracle VirtualBox

f Oracle RealBox Containers

Q9: Which of the following attribute triggers an event when media data is loaded??

a onhaschange

b onloadeddata

c oninpu

d None

e onload

f None

Q10: Which is not true about Docker Hub??


The correct Answer is: None

The correct Answer is: None

c Docker Hub is the world's largest library and community for container images

d Docker Hub is a totally private repository

e Docker Hub provides an easy way to create, manage, and deliver your teams'
container applications

The correct Answer is: None

Q11: How can we initiate a session in PHP??

a $session_start()

b None

c None

d None

e $_session_start()

f session_start()

Q12: How to save a new docker image with container id mentioned in the command on the
local system.?

The correct Answer is: None

b $ docker save 109ca6efc quizapi/httpd_image

The correct Answer is: None

The correct Answer is: None

e $ docker commit 109ca6efc quizapi/httpd_image

f $ docker --save 109ca6efc quizapi/httpd_image

Q13: The partitions that are used as virtual memory when the system runs out of physical
memory are known as:?
a None

b primary partitions

c boot partitions

d None

e swap partitions

f extended partitions

Q14: Which of the following key combinations allows to terminate the current process in
Linux shell??

a Ctrl + A

b Ctrl + C

c Ctrl + L

d Ctrl + Z

e None

f None

You might also like