You are on page 1of 4

Q1: What are the disadvantages of WordPress??

a All of the mentioned.

b None

c None

d Modifying images and tables is difficult.

e Only utilizes PHP

f Use of multiple plugins can make the website heavy to load and slow

Q2: Which command can be used to determine file type by its content??

a None

b file

c None

d ls –l

e None of the above.

f type

Q3: What are Importers in WordPress??

a None

b Importers are plugins that provide the functionality to import a bulk XML file with
any number of records.

c Importers are linking files that provide the functionality to export a bulk XML file
with any number of records.

d None

e None

f None

Q4: If you exit a container accidentally, will you lose all the work??
a False

The correct Answer is: None

c True

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q5: How to write an IF statement for executing some code if "i" is NOT equal to 5??

a if i <> 5

b if (i != 5)

c None

d if i =! 5 then

e if (i <> 5)

f None

Q6: Kubernetes helps in the effective distribution of resources by allocating the resources
that are used by a particular application?

The correct Answer is: None

The correct Answer is: None

c False

The correct Answer is: None

The correct Answer is: None

f True

Q7: How can we pass the variable through the navigation between the pages??

a None
b using routings, headers or hidden form fields.

c None

d using href link

e using sessions, cookies or hidden form fields.

f None

Q8: Where is Linux user list stored??

a None

b By running the command show users

c /usr/local/users

d None of the above.

e None

f /etc/users

Q9: How do you create secrets in Kubernetes??

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e kubectl create secret generic db-user-pass --from-file=./username.txt --from-


file=./password.txt

f kubectl generate secret generic db-user-pass --from-file=./username.txt --from-


file=./password.txt

Q10: Which is the invalid file name in UNIX??

a a.widows

b bill .gates
c None of the above

d LINUX

e None

f All of the above

You might also like