You are on page 1of 4

Q1: Which command can be used to make variables of shell to be made available to sub

shell??

a export

b echo

c None

d set

e None

f import

Q2: What does GNU stands for??

a Global Unix

b Geek Needed Unix

c General Unix

d Gnu’s not Unix

e None

f None

Q3: How to get a pod's YAML in Kubernetes??

a kubectl get pod my-pod --yaml

b kubectl get pod my-pod -p yaml

c kubectl get pod my-pod -f yaml

d None

e None

f kubectl get pod my-pod -o yaml

Q4: Which are the three looping constructs provided by shell?


a done

b until

c foreach

d for

e each

f while

Q5: Which operator is used to assign a value to a variable??

a None

b-

cx

d*

e=

f None

Q6: How to delete an image from the local storage system??

a None

b $ docker rmi <image-id>

c $ docker rmin <imageid>

d None

e $ docker --rmi <image-id>

f None

Q7: What can you deploy on Kubernetes??

The correct Answer is: None

The correct Answer is: None


c Containers

The correct Answer is: None

The correct Answer is: None

f Virtual machines

Q8: How does a FOR loop start??

a for (i <= 5; i++)

b None

c None

d for (i = 0; i <= 5; i++)

e for (i = 0; i <= 5)

f for i = 1 to 5

Q9: Which HTML element defines navigation links??

a None

b <navigate>

c <nav>

d <navlink>

e <navigation>

f None

Q10: What tag is used to display a picture in a HTML page??

a Image

b Picture

c None

d Img
e Src

f None

You might also like