You are on page 1of 5

Q1: Which the the currently accepted best practice method for hashing passwords to hash

passwords??

a hash()

b None

c bcrypt()

d md5()

e None

f encode()

Q2: You can install Docker Engine directly to servers you have on cloud providers. The
providers supported are:?

a Amazon Web Services (AWS)

b Google Cloud

c None

d Digital Ocean

e Microsoft Azure

f None

Q3: How to list all Kubernetes pods in the current namespace, with more details??

a kubectl get pods -v

b kubectl get pods -o wide

c None

d kubectl get pods -f more

e kubectl get pods -o details

f None

Q4: The handler invoked by Kubelet to check if a container’s IP address is open or not is??
a HTTPGetAction

The correct Answer is: None

The correct Answer is: None

d ExecAction

e TCPSocketAction

f None of the above

Q5: What does the unset() function do??

a The unset() function is not dedicated for variable management. It will make a
variable defined.

b None

c None

d None

e None

f The unset() function is dedicated for variable management. It will make a variable
undefined.

Q6: Which of the following is a valid aggregate function?

a AVERAGE

b MAXIMUM

c None

d CURDATE()

e COUNT

f None

Q7: How to mark a node called my-node as schedulable in Kubernetes??


a None

b kubectl available my-node

c None

d kubectl uncordon my-node

e kubectl up my-node

f kubectl schedulable my-node

Q8: Which function gives us the number of affected entries by a MySQL query??

a mysqli_num_rows() return the number of entries affected by an SQL query.

b None

c mysqli_affected_rows() return the number of entries affected by an SQL query.

d None

e None

f mysqli_rows() return the number of entries affected by an SQL query.

Q9: What is the correct HTML element for playing video files??

a <movie>

b <video>

c <type="video">

d <media>

e None

f None

Q10: 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 a MySQL database on the server.


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

d None

e None

f None

Q11: How to monitor Docker containers in production??

a Docker provides functionalities like docker stats and docker events to monitor
container in production.

b Docker provides statistics like docker stats and docker events to monitor pages in
production.

c None

d Docker provides functionalities like docker stats and docker events to monitor
docker in production.

e None

f None

Q12: How to delete a pod in Kubernetes using the type and name specified in pod.json??

a None

b kubectl delete ./pod.json

c kubectl remove -f ./pod.json

d None

e kubectl remove ./pod.json

f kubectl delete -f ./pod.json

Q13: Why is wordpress.com considered more secure than wordpress.org??

a because they limit the themes and also does not allow installing plugins.

b because it is SSL encrypted


c None

d None

e because they limit the site proxy settings

f None

Q14: SQL (Structured Query Language) is:?

a None

b the language of queries by pattern

c DBMS (DataBase Management System)

d imperative programming language

e None

f the language of structured queries

You might also like