You are on page 1of 4

Q1: HTML documents are saved in?

a None of above

b Special binary format

c None

d Machine language codes

e None

f ASCII text

Q2: How to stop a container??

The correct Answer is: None

b $ docker dead <container_id>

c $ docker trim <container_id>

The correct Answer is: None

e $ docker stop <container_id>

The correct Answer is: None

Q3: Which flag is used to specify the path to the configuration file in kube-proxy??

a –config string

b –detect-local-mode LocalMode

The correct Answer is: None

The correct Answer is: None

e –cluster-cidr string

The correct Answer is: None

Q4: What is kubectl drain used for??


a To safely evict all of your pods from a node before performing maintenance on the
node

b To get the status of a specific node during maintenance

The correct Answer is: None

The correct Answer is: None

e To stop all running containers in a pod

The correct Answer is: None

Q5: The employees table has 20 records, what will be the output of the query SELECT
gender FROM employees GROUP BY gender;?

a the query will not return any records

b None

c the query will return 20 records

d None

e the query will return two rows only

f the query will generate an error message

Q6: Which command can be used to change file access permission bits??

The correct Answer is: None

b chown

c umask

d chmod

e chperm

The correct Answer is: None

Q7: What is a Child Theme??

a The child theme is an extension of the super parent theme


b None

c None

d The child theme is an extension of the sub-child theme

e The child theme is an extension of the parent theme

f None

Q8: Include files must have the file extension ".inc"?

a False

b None

c True

d None

e None

f None

Q9: Which of the following provides the error code associated with this file upload??

a $_FILES['errors']

b $_FILES['file']['error']

c $_FILES['file']['errors']

d $_FILES->file->error

e $_FILES['error']

f $_FILES->file->errors

Q10: What will be the output of the SELECT CASE WHEN NULL = NULL THEN 'YES' ELSE
'NO' END?

a True

b An Error will be generated

c None
d None

e False

f None

Q11: What are the functions of Replication controller??

a It is responsible to control and administer the lifecycle of the pod.

The correct Answer is: None

c It is responsible for routing the ingress traffic

d It is responsible to monitor and verify whether the allowed number of pod


replicas were running

The correct Answer is: None

f It helps the user to check the running status of the pod

Q12: How do you declare a JavaScript variable??

a var carName;

b variable carName;

c None

d None

e v carName;

f None

You might also like