You are on page 1of 4

Q1: MySQL runs on which Operating Systems??

a None

b Unix, Linux, Windows,Mac And Others

c Linux And Mac OS-X Only

d Unix And Linux Only

e Windows only

f None

Q2: How can we add comments in PHP??

a all of the above

b /* commented code here */

c # commented code to end of line

d // commented code to end of line

e None

f None

Q3: What improvements can be made to the query UPDATE students SET `contact number`
= 0999;?

a enclose the contact number in single quotes

b None

c None

d None

e None

f The query does not need any improvements

Q4: Which of the following is true for Kubernetes volumes??


The correct Answer is: None

The correct Answer is: None

c In Kubernetes, a volume can be thought of as a directory which is accessible to the


containers in a pod.

The correct Answer is: None

e In Kubernetes, a volume can be thought of as a storage for the master nodes.

The correct Answer is: None

Q5: Which of the functions is used to sort an array in descending order??

a None

b dsort()

c asort()

d rsort()

e None

f sort()

Q6: Which tag is used to display the large font size??

a None

b <BIG></BIG>

c < SIZE ></SIZE>

d <LARGE></LARGE>

e None

f <FONT></FONT>

Q7: Which command is used to build a Docker image??

a docker image -t create username/repository_name:1.0.1

b None
c docker build -t username/repository_name:1.0.1

d None

e docker create username/repository_name:1.0.1

f docker built username/repository_name:1.0.1

Q8: Which command can be used to display basic information about your server??

a info

The correct Answer is: None

c uname

d ls

e show

The correct Answer is: None

Q9: How to list all Kubernetes services in the current namespace??

a kubectl print services

b kubectl dump services

c None

d None

e kubectl get services

f kubectl get-all services

Q10: Which filter can be applied on lines of text for arranging in ascending or descending
order??

a None of the above

b None

c None

d sort
e collate

f arrange

You might also like