You are on page 1of 5

Q1: What is the Container Runtime??

a A command line tool for communicating with a Kubernetes API server

b An API object that manages a replicated application

c Software that is responsible for running containers

d Stored instance of a Container that holds a set of software needed to run an


application

e None

f None

Q2: What is the function to parse a configuration file??

a None

b parse_ini()

c parse_ini_file()

d None

e parseini_file()

f None

Q3: _____ is process of extracting previously non known valid and actionable information
from large data to make crucial business and strategic decisions.?

a Data Mining

b None

c Meta Data

d None

e Database

f Data Management
Q4: How to watch rolling update status of "frontend" deployment until completion in
Kubernetes??

a None

b None

c kubectl rollout status -s deployment/frontend

d kubectl rollout status --live deployment/frontend

e kubectl rollout status -l deployment/frontend

f kubectl rollout status -w deployment/frontend

Q5: Which attribute is used to name an element uniquely??

ad

b None

c all of above

d None

e dot

f class

Q6: Which HTML Tag is used to define a client - side script such as the Javascript??

a Both Above

b None

c <unscript>

d None Of The Above

e None

f <script>

Q7: Which of the following elements marks The Ruby Text Component Of A Ruby
annotation??
a Rubytxt

b None

c Rt

dR

e None

f Ruby

Q8: How to show the metrics for a given node in Kubernetes??

a kubectl top node my-node

b kubectl ps node my-node

c kubectl uptime node my-node

d kubectl resources node my-node

e None

f None

Q9: Docker host's IP address by default is 192.168.99.100?

The correct Answer is: None

b False

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

f True

Q10: What is Docker Machine??

a None
b Docker machine is a tool that lets you install Docker files on virtual hosts

c None

d None

e Docker machine is a tool that lets you install Docker Engine on virtual hosts

f None

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

a None

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

c None

d None

e None

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

Q12: Which command can give first found difference between two file after comparing??

a stat

b diff

c None

d Common

e None

f cmp

Q13: Which of the following is correct about PHP??

The correct Answer is: None

The correct Answer is: None

c PHP is a server side scripting language that is embedded in HTML.


d It is used to manage dynamic content, databases, session tracking, even build
entire e-commerce sites.

e PHP is a recursive acronym for "PHP: Hypertext Preprocessor".

f All of the mentioned.

Q14: Which of the following is the best MySQL data type for currency values??

a VARCHAR(32)

b DECIMAL(18,4)

c BIGINT

d None

e SMALLINT

f None

Q15: What is array_keys() used for??

a None

b Checks if the specified key exists in the array

c Compares array keys, and returns the matches

d None

e Both b and c above

f Returns all the keys of an array

You might also like