4 Lesson Plan For VRKZ

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

Q1: The program called MySQL is?

a The Database Engine

b A Client Program That Lets You Send SQL Commands To The Database Engine

c None

d A Wrapper Through Which Java Clients Must Connect To The Databases The
Database Engine

e None

f There Isn't A Program Just Called Mysql

Q2: What is the mission of the control plane in Kubernetes??

a To control nodes

b To move workloads from one host to another

The correct Answer is: None

d It makes sure that the actual state of system objects match the desired state.

The correct Answer is: None

f To manage clusters of pods

Q3: What Python library can you use to perform array and matrix manipulations??

a Algorithm

b math

c None

d Numarray

e Numpy

f None

Q4: What is the difference between characters \034 and \x34??


a None

b None

c None

d \034 is hex 34 and \x34 is octal 34.

e \034 is octal 34 and \x34 is hex 34.

f None

Q5: Is there a way to identify the status of a Docker container??

The correct Answer is: None

The correct Answer is: None

c $ docker --ps

The correct Answer is: None

e $ docker -ps

f $ docker ps

Q6: What is the option to mention field separator for the command ‘cut’?

a -d

b None

c None

d -c

e \0

f -f

Q7: The command to create Kubernetes service is?

The correct Answer is: None

b kubectl run
c kubectl set service

The correct Answer is: None

e kubectl expose

f kubectl deploy

Q8: What is the command line interface used to communicate with Kubernetes??

a k8sctl

b kubeapi

c kubelet

The correct Answer is: None

e kubectl

The correct Answer is: None

Q9: Which statement is true for Replica set??

a Replica set is considered as a substitute to the replication controller. The prime


function of replica set is to assure the number of pod replicas running.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e Replica set is considered as the legacy replication controller. The prime function of
replica set is to remove the number of pod replicas running.

The correct Answer is: None

Q10: What is the correct HTML for making a text input field??

a None

b <textfield>

c <input type="textfield">
d <textinput type="text">

e None

f <input type="text">

Q11: What is the role of cloud controller manager??

The correct Answer is: None

b cloud controller manager is an essential component for persistent storage, the


abstraction of cloud-specific code from core Kubernetes code, and network routing.

The correct Answer is: None

d cloud controller manager is an essential component for local storage, the fraction
of cloud-specific code from non core Kubernetes code, and network routing.

The correct Answer is: None

The correct Answer is: None

Q12: What is the default working directory of the Linux administrator user??

a /administrator

b /root

c /admin

d Doesn't have one

e /usr/admin

f /home/root

Q13: MySQL runs on which Operating Systems??

a Unix And Linux Only

b Unix, Linux, Windows,Mac And Others

c Linux And Mac OS-X Only

d None
e Windows only

f None

Q14: The HTML <canvas> element is used to:?

a manipulate data in MySQL

b create draggable elements

c None

d None

e display database records

f draw graphics

Q15: How to check for Docker Client and Docker Server version??

a None

b docker version

c udo docker -p

d None

e None

f docker -v

You might also like