You are on page 1of 3

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

a None

b None

c kubectl get pods -o details

d kubectl get pods -v

e kubectl get pods -f more

f kubectl get pods -o wide

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

a kubectl up my-node

b None

c kubectl schedulable my-node

d kubectl uncordon my-node

e kubectl available my-node

f None

Q3: The API server is also known as:?

a k8s-apiserver

b kube-apiserver

c kubeapi

d None

e kube-server

f None

Q4: How is a constant defined in a PHP script??


a define ("ACONSTANT" 123)

b None

c None

d define ("ACONSTANT", 123);

e define (CONSTANT, 123);

f None

Q5: How to scale a replicaset named 'foo' to 3??

a kubectl up --replicas=3 rs/foo

b kubectl scale --replicas=3 rs/foo

c None

d None

e kubectl deploy --replicas=3 rs/foo

f kubectl update --replicas=3 rs/foo

Q6: What is the name of the first page you encounter after logging into your web page??

a WPAdmin

b None

c Security question page

d Clientarea

e Dashboard

f WP upgrade option

Q7: What is the function file_get_contents() used for??

a None

b None
c file_get_contents() is used for parsing a file and storing it in a string variable.

d None

e file_get_contents() is used for processing a file and storing it in a string variable.

f file_get_contents() is used for reading a file and storing it in a string variable.

Q8: On Docker Hub, you get ten private repositories for free with your Docker Hub user
account. If you need more accounts, you can upgrade your Docker Hub plan.?

a False

b None

c None

d None

e True

f None

You might also like