1 Topic For DQBS

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

Q1: What is Docker Machine??

a None

b None

c None

d Docker machine is a tool that lets you install Docker Engine on virtual hosts

e Docker machine is a tool that lets you install Docker files on virtual hosts

f None

Q2: What will happen If you run the command "init 1" in your terminal?

a Enter single user mode

The correct Answer is: None

c Start the system without a display manager (GUI)

d Shut down the system

e Reboot the system

The correct Answer is: None

Q3: The command to create Kubernetes service is?

The correct Answer is: None

b kubectl set service

c kubectl expose

d kubectl deploy

The correct Answer is: None

f kubectl run

Q4: If we wish to mount a directory with Read Only option, which of the following is
correct?
a mount -t ext4 -o noexect,ro /mnt/folder /path/to-dir

b mount ext4 -no-read-only /mnt/folder /path/to-dir

c mount ext4 -no-read-only /path/to-dir /mnt/folder

d mount ext4 noexect,ro /path/to-dir /mnt/folder

e mount ext4 -no-read-only /mnt/folder /path/to-dir

f mount -t ext4 -o noexect,ro /path/to-dir /mnt/folder

Q5: What is the Ping of Death??

a None

b The Ping of Death is capturing and deciphering traffic on a network.

c The Ping of Death can be set in wordpress under admin settings.

d The Ping of Death is an occurrence when sending packets are reassembled, are too
large for the system to understand.

e None

f None

Q6: Which of the following is true about Cookies??

a None

b Cookies are limited to about 4 KB of data . Not enough to store required data.

c Cookies are included with every HTTP request, thereby slowing down your web
application by transmitting the same data.

d None

e All of the above.

f Cookies are included with every HTTP request, thereby sending data unencrypted
over the internet.

Q7: Where is WordPress content stored??


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

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

c None

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

e None

f None

Q8: Following Docker command: docker build -t my_user/repo_name:1.0 is used to:?

a Activate default VM machine

b Access a running container

c Commit changes done in a Docker image

d Build an image

The correct Answer is: None

The correct Answer is: None

Q9: Is it a good practice to run Docker compose in production??

a True

The correct Answer is: None

c False

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q10: What is array_keys() used for??

a Compares array keys, and returns the matches

b Checks if the specified key exists in the array


c None

d Returns all the keys of an array

e None

f Both b and c above

Q11: You can also get the Ansible documentation directly via your terminal by using:?

a ansible-doc

b None

c ansible-documentation

d ansible -d

e ansible --doc

f None

Q12: How can we set infinite execution time for a PHP script??

a Add set_time_limit(0) at the beginning of a script

b Add set_time_limit(infinity) at the beginning of a script

c Add set_time_limit() at the beginning of a script

d None

e None

f None

Q13: What does HPA stand for in Kubernetes??

The correct Answer is: None

b Hyper Pod Autoscaler

c Horizontal Pod Autoscaler

The correct Answer is: None


e Horizontal Production Autoscaler

The correct Answer is: None

You might also like