You are on page 1of 5

Q1: How can you monitor Docker in production??

a You can use Docker tools such as Docker logs and docker plugins for monitoring

b None

c You can use Docker tools such as Docker pin and docker file for monitoring

d None

e You can use Docker tools such as Docker events and docker stats for monitoring

f None

Q2: Which command is used to create a deployment in Kubernetes??

a kubernetes set deployment

b kubectl apply deployment

c kubectl run

d kubectl deploy

e None

f None

Q3: The main MySQL program that does all the data handling is called?

a Mysql

b Httpd

c None

d Mysqld

e Mysql.exe

f None

Q4: Which of the following is NOT supported by MySQL?


a Regular Expression Matching

b None

c Temporary (Hash) Tables

d Table Joining

e None

f Stored Procedures

Q5: What is a daemon??

a It is an antivirus for Linux.

b It is the generic name for any Linux server.

c It is a program that keeps running on the background after it is called, answering


to requests done by users and other programs.

d None

e None

f It is a generic name for e-mail servers on Linux. The most famous one is mailer-
daemon

Q6: What will the following code return: Boolean(10 > 9)?

a true

b None

c NaN

d None

e None

f false

Q7: What is the correct HTML for inserting a background image??

a <body style="background-image:url(background.gif)">
b <background style img="background.gif">

c <background img="background.gif">

d None

e <body bg="background.gif">

f None

Q8: What is moderate comment in WordPress.?

a Comments by visitors on a post are not published directly unless the admin
provides it. It is called moderation.

b Comments by admin on a post are not published directly unless the clients
provides it. It is called moderation.

c None

d None

e None

f Comments by admin on a post are not published directly unless the visitors
provides it. It is called moderation.

Q9: In which version of PHP E_STRICT Error level is introduced ??

a PHP 5.2

b PHP 7

c PHP 4

d None

e None

f PHP 5

Q10: The command to create Kubernetes service is?

a kubectl set service


The correct Answer is: None

c kubectl run

d kubectl expose

The correct Answer is: None

f kubectl deploy

Q11: What is the correct JavaScript syntax for opening a new window called "w2" ??

a None

b None

c None

d None

e w2 = window.new("http://www.w3schools.com");

f w2 = window.open("http://www.w3schools.com");

Q12: Select all true statements for a node in Kubernetes??

The correct Answer is: None

b A node is a worker machine in Kubernetes, previously known as a minion

The correct Answer is: None

d A node may be a VM or physical machine, depending on the cluster.

e Each node contains the services necessary to run pods and is managed by the
master components

f There is only one node in each Kubernetes cluster

Q13: Which statement is true for Replica set??

The correct Answer is: None

b 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

d 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

The correct Answer is: None

Q14: Which of the following will raise MySQL's version of an error??

a None of these

b ERROR

c RAISE

d SIGNAL

e None

f None

Q15: The logic model of a database is??

a concerned with the physical implementation of the database

b concerned with developing the database model without taking into consideration
the physical implementation or the DBMS

c None

d None

e concerned with the planning of the entire database development life cycle

f concerned with developing the database model taking into consideration the
physical implementation

You might also like