You are on page 1of 5

Q1: Which Process Runs On Kubernetes Master Node??

The correct Answer is: None

b Kube-cli-proxy process runs on Kubernetes master node.

The correct Answer is: None

d Kube-apiserver process runs on Kubernetes master node.

e Kube-cli-server process runs on Kubernetes master node.

The correct Answer is: None

Q2: How to scale a replicaset named 'foo' to 3??

a kubectl update --replicas=3 rs/foo

b kubectl scale --replicas=3 rs/foo

c None

d kubectl deploy --replicas=3 rs/foo

e None

f kubectl up --replicas=3 rs/foo

Q3: Which is the log in which data changes received from a replication master server are
written??

a Binary Log

b None

c Error Log

d General Query Log

e None

f Relay Log

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

b yum reposearch

c yum repolist

d yum showrepo

e yum listrepo

f yum searchrepo

Q5: The maximum length of the char columns is?

a None Of The Mentioned

b 255 Bytes

c 65, 535 Bytes

d None

e 256 Bytes

f None

Q6: Which artisan command would you use to create a new Laravel Controller??

a php artisan controller create controller_name

b php artisan make:controller controller_name

c None

d php artisan controller:make controller_name

e None

f php artisan create:controller controller_name

Q7: Which of the following are Container Orchestrators? Select all answers that apply.?

a Kubernetes

b Vault
c Ansible

The correct Answer is: None

e Docker Swarm

The correct Answer is: None

Q8: Who is known as the father of world wide web (WWW)??

a Tim Berners-Lee

b Tim Thompson

c None

d Charles Darwin

e Robert Cailliau

f None

Q9: Containers running on a single machine all share the same operating system kernel.?

a False

b None

c None

d None

e None

f True

Q10: Which of the following commands would show you the status of a Kubernetes
deployment??

The correct Answer is: None

b kubectl rollout log deployment/Deployment

c kubectl rollout stats deployment/Deployment

The correct Answer is: None


The correct Answer is: None

f kubectl rollout status deployment/Deployment

Q11: MySQL supports different Character Sets, which command is used to display all of
them??

a CHARACTER SET;

b None Of The Mentioned

c None

d None

e SHOW; ;

f SHOW CHARACTER SET

Q12: What is the default DATE field type format??

a DD-MM-YYYY

b YYYY-MM-DD

c MMDDYYYY

d YYYY-DD-MM

e None

f MM-DD-YY

Q13: The following command can be used for turning off or restarting a Linux host.?

a shutdown

b None

c None

d exit

e taskkill

f reboot

You might also like