You are on page 1of 5

Q1: The __________ Element represents a span of text that is isolated from it's surroundings

for the purposes of bidirectional text formatting?

a Base

b Bdi

c Bdo

d None

eB

f None

Q2: What will be printed if we run the following code? <?php $var = 'false'; if ($var) { echo
'true'; } else { echo 'false'; }?

a None

b True

c None

d None

e None

f False

Q3: Which command can be used to count characters in a text file??

a fsize

b wc

c count

d None

e None

f ccount

Q4: What is the function to get website url in wordpress??


a None

b get_url();

c None

d get_site_url();

e None

f get_website_url();

Q5: HTML Uses?

a None

b None

c Pre-specified Tags

d Tags Only For Linking

e User Defined Tags

f Fixed Tags Defined By The Language

Q6: The command to create Kubernetes service is?

a kubectl deploy

The correct Answer is: None

The correct Answer is: None

d kubectl run

e kubectl set service

f kubectl expose

Q7: The handler invoked by Kubelet to check if a container’s IP address is open or not is??

The correct Answer is: None


b None of the above

c TCPSocketAction

d ExecAction

The correct Answer is: None

f HTTPGetAction

Q8: Distinguish between cmp and diff commands??

The correct Answer is: None

b ‘cmp’ shows all the differences from two file whereas ‘diff’ shows the only the first
occurring difference. The said is applicable only if differences between the files do exist.

c ‘diff’ shows the last difference from two file whereas ‘cmp’ shows the only the first
occurring difference. The said is applicable only if differences between the files do exist.

The correct Answer is: None

e ‘diff’ shows all the differences from two file whereas ‘cmp’ shows the only the first
occurring difference. The said is applicable only if differences between the files do exist.

f ‘cmp’ shows the last difference from two file whereas ‘diff’ shows the only the first
occurring difference. The said is applicable only if differences between the files do exist.

Q9: Normalizations is...?

a concerned with the physical implementation of the database

b a database design technique used to minimize data redundancy and duplication

c None

d a database design technique that encourages storing data in multiple databases

e a database design technique that eliminates relationships from a database

f None

Q10: Which of the following function returns the number of characters in a string variable??

a None
b len($variable)

c count($variable)

d strcount($variable)

e strlen($variable)

f None

Q11: How to list all the docker containers running/exited/stopped with container details.?

a None

b None

c $ docker ps -a

d $ docker ls -a

e $ docker details -a

f None

Q12: How to protect special characters in a query string??

a urlbypass()

b None

c url_encode()

d None

e urlencode()

f None

Q13: Which of the following are Kubernetes installation tools? Select all answers that
apply.?

a None of the mentioned

b kubespray (formerly known as kargo)

The correct Answer is: None


The correct Answer is: None

e kops

f kubeadm

You might also like