You are on page 1of 2

Q1: Which of the following is an attribute of the <Table> tag??

a LINK

b BOLD

c CELLPADDING

d None

e SRC

f None

Q2: Which one is true for Minikube??

The correct Answer is: None

b None of the above

c Minikube is a GUI for Kubernetes

d Minikube multi-node cluster

The correct Answer is: None

f Minikube is an all-in-One Kubernetes cluster on our workstation

Q3: How do we create command aliases in a shell??

a alias Aliasname="Command whose alias is to be created"

b set alias Aliasname="Command whose alias is to be created"

c None

d configure Aliasname="Command whose alias is to be created"

e We can't create aliases directly in shell

f None

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


a None

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

c kubectl get pods by restartCount

d None

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

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

Q5: Which of the following is not a valid comparison operator??

a ==

b <>

c !=

d <=>

e None

f None

Q6: What is the prefix of WordPress tables by default??

The correct Answer is: None

b wp_ in

c wp_

d _wp_

The correct Answer is: None

f wp_ default

You might also like