You are on page 1of 3

Q1: How to check the history of deployments including the revision in Kubernetes??

a None

b kubectl rollout show deployment/frontend

c kubectl rollout diff deployment/frontend

d None

e kubectl rollout history deployment/frontend

f kubectl rollout log deployment/frontend

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

a None

b CURDATE()

c AVERAGE

d COUNT

e MAXIMUM

f None

Q3: Which of the following type of variables have only two possible values either true or
false??

a Doubles

b Integers

The correct Answer is: None

The correct Answer is: None

e Booleans

f Strings

Q4: How much character are allowed to create a database name??


a 40

b None

c None

d 75

e 64

f 70

Q5: How to kill a container??

a docker kill <container_id>

b None

c docker terminated <container_id>

d None

e $ docker --kill <container_id>

f None

Q6: How can you detect the client's browser name??

a navigator.appName

b browser.name

c None

d None

e None

f client.navName

Q7: How to list all services sorted by name in Kubernetes??

a kubectl get services --sort-by=name

b kubectl get services --sort=.name


c kubectl get services --sort-by=.service.name

d kubectl get services --sort-by=.metadata.name

e None

f None

Q8: Which SQL statement is used to extract data from the database??

a GET

b ACQUIRE

c ACCESS

d OPEN

e None

f SELECT

Q9: How do you get information from a form that is submitted using the "get" method??

a Request.Form;

b None

c Request.QueryString;

d $_GET[];

e None

f $_GET.QueryString

You might also like