You are on page 1of 4

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

a Access a running container

b Commit changes done in a Docker image

The correct Answer is: None

The correct Answer is: None

e Build an image

f Activate default VM machine

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

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

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

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

d All of the above.

e None

f None

Q3: To use 'mysqldbcopy' which privileges are required on the source server??

a SELECT

b None

c None

d INSERT

e CREATE

f UPDATE
Q4: Which of the following key combinations allows to terminate the current process in
Linux shell??

a Ctrl + C

b None

c Ctrl + Z

d Ctrl + L

e None

f Ctrl + A

Q5: What are the responsibilities of Replication Controller??

The correct Answer is: None

b All of the mentioned

c Creates a new pod, if the existing pod crashes

The correct Answer is: None

e Helps to achieve the desired state

f Update or delete multiple pods with a single command

Q6: What are the responsibilities of a node controller??

a To maintain the list of nodes

The correct Answer is: None

c To assign a CIDR block to the nodes

d All of the mentioned

e To monitor the health of the nodes

The correct Answer is: None

Q7: BCNF Stands for _________.?


a None

b Boyce - Codd Normal Form

c Binary Coded Normal Form

d Boyce Codd Natural Form

e Bit Code Normal Form

f None

Q8: A Docker container is an instance of an image with a specific configuration.?

a True

b None

c None

d False

e None

f None

Q9: Which of the following values would give you the hostname of the remote host in your
Ansible Playbook??

a None

b None

c "{{ server_hostname }}"

d "{{ hostname }}"

e "{{ ansible_hostname }}"

f "{{ host }}"

Q10: Which command is used to remove all rows from a table??

a Remove

b None
c Truncate

d Delete

e Both Delete and Remove

f Drop

You might also like