You are on page 1of 5

Q1: Where is WordPress content stored??

a None

b None

c WordPress stores it's content in a MySQL database on the server.

d None

e WordPress stores it's content in a MySQL database on the server.

f WordPress stores it's content in the wp-content folder

Q2: Which of the following aligns media objects??

a Medibody

b Media

c Medilist

d None

e None

f Mediobject

Q3: Which of the following is NOT a magic predefined constant??

a None

b __LINE__

c __DATE__

d None

e __FILE__

f __CLASS__

Q4: Which of the following is a tool for defining and running multi-container Docker
applications.?
a Docker Swarn

b Docker Hub

c None

d Docker Hub

e Docker Cloud

f None

Q5: Which command is used to insert a new records in the table??

a INSERT

b INSERT INTO

c ADD

d CREATE

e NEW

f None

Q6: Containers running on a single machine all share the same operating system kernel, so
they start instantly and make more efficient use of RAM.?

a None

b None

c None

d True

e None

f False

Q7: The kube-apiserver on Kubernetes master is designed to scale:?

a Vertically

b None
c None

d None

e kube-apiserver is not used for scaling

f Horizontally

Q8: The if statement is used to execute some code only if a specified condition is true?

a None

b None

c None

d True

e None

f False

Q9: Which SQL statement is used to extract data from the database??

a SELECT

b None

c GET

d ACCESS

e OPEN

f ACQUIRE

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

The correct Answer is: None

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


loop that regulates the state of the system.

c 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

The correct Answer is: None

The correct Answer is: None

Q11: How do you write the contents of 3 files into a single file??

a cat file1 >> file; cat file2 >> file; cat file3 >> file

b cat file1 > file; cat file2 > file; cat file3 > file

c cat file1 > file && cat file2 > file && cat file3 > file

d cat file1 file2 file3 > file

e cat file1 > file || cat file2 > file || cat file3 > file

f cat file1 > file && cat file2 >> file && cat file3 >> file

Q12: Which tag is used to create a checkbox in HTML??

a < Input type "checkbox">

b <cb>

c None

d <checkbox>

e < Input type = "checkbox">

f None

Q13: How can you display the top 10 number of lines of a file??

The correct Answer is: None

b head -show 10 file.txt

c head −n 10 file.txt

d head -f 10 file.txt

e head --display-only 10 file.txt


The correct Answer is: None

Q14: What is a Kubernetes volume??

a A directory for the data accessible to containers in a pod

b Layering software that puts apps into compartments for easier deployment

The correct Answer is: None

d Code that enables two software programs to communicate

The correct Answer is: None

f The software within an OS that controls capacity allocation for nodes

You might also like