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

Q1: Is PHP case sensitive?

a True

b None

c None

d False

e Depending on the PHP version either Yes and No

f None

Q2: If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the
value of $$var2??

a $$var2 contains the value 1.

b $$var2 contains the value 5

c None

d None

e $$var2 contains the value 20

f $$var2 contains the value 10.

Q3: How to list pods sorted by Restart Count in Kubernetes??

a kubectl get pods --sort-by='.status.restartCount'

b None

c kubectl get pods by restartCount

d kubectl get pods --sort='.status.containerStatuses[0].restartCount'

e kubectl get pods --sort-by='.status.containerStatuses[0].restartCount'

f None

Q4: What do you need to specify in your Ansible playbook to stop gathering facts??
a facts_gathering: no

b None

c gather_facts: no

d gather: no

e facts: no

f None

Q5: How can you make a bulleted list??

a None

b <ul>

c None

d <ol>

e <list>

f <dl>

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

a Ctrl + Z

b Ctrl + A

c Ctrl + L

d None

e None

f Ctrl + C

Q7: What Are Kubernetes Controllers??

a Kubernetes controllers are Replicaset, Deployment controller.

The correct Answer is: None


The correct Answer is: None

The correct Answer is: None

e Kubernetes controllers are Surverless, Deployment capacitor.

The correct Answer is: None

You might also like