You are on page 1of 5

Q1: As soon a service starts, ________ daemon running on each node add a set of environment

variables on the pod for each active service.?

The correct Answer is: None

b Kubectl

The correct Answer is: None

d Kubeadm

e Kubelet

f Service discovery

Q2: Which tag inserts a line horizontally on your web page??

a <line direction="horizontal">

b <tr>

c <line>

d <hr>

e None

f None

Q3: Which command opens the interactive PHP shell from the command line interface??

a php artisian

b php -a

c php -s

d php -int

e php _run

f php -i

Q4: Which operator is used to assign a value to a variable??


a*

b=

cx

d None

e None

f-

Q5: When do we use the GREP command?

a To find a file

b To find a directory

c To show all directories which have the string in their name

d None

e When we want to search for a string

f None

Q6: Which argument do you need to specify in order to run a specific Ansible module??

a --ansible-module

b --modules

c -ml

d None

e None

f -m

Q7: Crontab gives administrators the ability to do what??

a None

b Call up a list of open files


c View the status of Linux kernel modules

d Identify users on the system

e None

f Set up scheduled tasks on a system

Q8: What is an internal command??

a Every command which comes with the default installation of Linux is called
internal command with some small exceptions like really old commands.

b None

c None

d Shell commands which are executed on the local machine are called internal
commands.

e Every command which has been developed by the new generation of Linux is
considered an internal command.

f Shell built in commands are called as internal commands.

Q9: Wildcards are?

a characters such as $ which perform pattern matches

b used to perform pattern matches

c None

d characters such as % which perform single character matching

e None

f not supported by MySQL

Q10: In the context of Kubernetes, what is a container??

a An application which requires dedicated hardware to run on

The correct Answer is: None


c A unit that stores data on a computer's memory drive

d A container is a standard unit of software that packages up code and all its
dependencies so the application runs quickly and reliably from one computing environment
to another

e A large metal box that is used to hold or transport something

The correct Answer is: None

Q11: Which of the following type of variables are whole numbers, without a decimal point,
like 4195??

a Doubles

The correct Answer is: None

The correct Answer is: None

d Integers

e Booleans

f Strings

Q12: Which of the following method of Exception class returns source line??

The correct Answer is: None

b getSource()

c getLine()

d getCode()

e getMessage()

f getFile()

Q13: Which value of Socket.readyState atribute of WebSocket indicates that the connection
has been closed or could not be opened??

a None

b None
c3

d2

e0

f1

You might also like