You are on page 1of 3

Q1: Once you’ve worked with an image, how do you push it to docker hub??

a $ docker push <username/image name>

b None

c None

d None

e $ docker push <username image name>

f $ docker --push <username image name>

Q2: Where in Wordpress can you discourage search engines from indexing this site??

a From the Users Section

b From the Plugins Section

c From the General->Reading Section

d None

e From the Tools->Export Section

f None

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

a None

b url_encode()

c None

d urlencode()

e urlbypass()

f None

Q4: What is a composite key??


a it is a key that uniquely identifies a record in a database

b its is a key that is defined as the primary key in another table

c its is an optional key and allows null values

d None

e None

f it is a primary key that consists of more than one field that uniquely identifies a
record

Q5: The Kubernetes Network proxy runs on which node??

a Worker Node

b None of the mentioned

The correct Answer is: None

The correct Answer is: None

e Master Node

f All the nodes

Q6: How can you list only the directories in your current directory using ls command??

The correct Answer is: None

b ls -d

c ls -ld

d ls --dir

The correct Answer is: None

f ls -l|grep “^d”

Q7: The external JavaScript file must contain the <script> tag.?

a None

b False
c True

d None

e None

f None

Q8: Volume mapping maps the host server's directory into the Docker container. The data
will remain in a safe and accessible place if you do which of the following??

a backup the container

b re-create the container

c migrate the container

d delete the container

The correct Answer is: None

f break the container

Q9: Which command will you use to test the connectivity to the host from the master server
and make sure that it actually works??

a ansible your_host_name_here -m pong

b None

c None

d ansible your_host_name_here -m ping

e ansible your_host_name_here -m connect

f ansible your_host_name_here -m try

You might also like