You are on page 1of 5

Q1: How to run the docker image mentioned in the command.

Which will create a docker


container in which the Apache HTTP server will run.?

a $ docker run -it -d --httpd

b $ docker run -it -d http img

c $ docker run -it -d httpd

d None

e None

f None

Q2: The GROUP BY command cannot be used with aggregate functions together?

a None

b None

c False

d None

e None

f True

Q3: Which artisan command would you use to create a new Laravel Migration??

a None

b php artisan make:migrations create_users_table

c php artisan create:migrations create_users_table

d php artisan make:migration create_users_table

e php artisan make:migrations create_users_table

f None

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

b None

c An Error will be generated

d None

e None

f True

Q5: Which of the following is not a valid alignment attribute??

a None

b Top

c Left

d None

e Right

f All of above

Q6: What used to be called a minion in Kubernetes cluster??

a A monitoring engine used widely in Kubernetes.

b A worker node.

The correct Answer is: None

d A component of the master node.

e Docker container service.

The correct Answer is: None

Q7: Choose the example for block special file?

a Virtual terminal
b None

c Console terminal

d Serial modem

e None

f DVD-ROM

Q8: The -b flag in an Ansible ad-hoc command indicates that the command should be
executed with sudo privileges.?

a true

b false

c None

d None

e None

f None

Q9: What is the name of the enterprise-grade cluster management solution from Docker??

a None

b Docker Web UI

c None

d Docker Hub

e Docker Swarm

f Docker Universal Control Plane

Q10: The Function 'fetchrow_hashref()' returns reference to hash row values keyed by
______________?

a Row Name

b None
c Database Name

d None

e Table Name

f Column Name

Q11: Which of the following aligns media objects??

a None

b None

c Media

d Medibody

e Mediobject

f Medilist

Q12: Which command do we need to execute to check the available repos in yum (CentOS)?

a yum reposearch

b yum listrepo

c yum repolist

d yum reposhow

e yum showrepo

f yum searchrepo

Q13: How to list all Kubernetes pods in the current namespace, with more details??

a None

b kubectl get pods -o wide

c kubectl get pods -f more

d kubectl get pods -v


e None

f kubectl get pods -o details

You might also like