You are on page 1of 4

Q1: Which command can be used by the administrator to bring the system into single user

mode??

a single s

b init s

c init

The correct Answer is: None

e single

The correct Answer is: None

Q2: If you insert (00) as the value of the year in a date column, what will be stored in the
database??

a None

b 0000

c 2000

d None

e 1900

f Cannot be determined

Q3: Which of the following is NOT available in MySQL:?

a JOIN

b None

c None

d FETCH

e LIKE

f REVOKE

Q4: Following Docker command: docker build -t my_user/repo_name:1.0 is used to:?


a Build an image

b Access a running container

The correct Answer is: None

d Commit changes done in a Docker image

e Activate default VM machine

The correct Answer is: None

Q5: What is array_keys() used for??

a Compares array keys, and returns the matches

b Both b and c above

c None

d Checks if the specified key exists in the array

e None

f Returns all the keys of an array

Q6: Which tag allows you to add a row in a table??

a <tr> and </tr>

b None

c <th> and </th>

d <td> and </td>

e <cr> and </cr>

f None

Q7: Kubernetes is written in?

The correct Answer is: None


b C++

c Go

The correct Answer is: None

e Python

f Java spring framework

Q8: Choose the odd one out.?

a None

b csh

c bsh

d ksh

e Kernel

f None

Q9: Which Ansible command will you use to install Apache on Ubuntu host??

a ansible your_host_name_here -b -m yum -a "name=apache2 state=latest"

b None

c ansible your_host_name_here apt install "name=apache2 state=latest"

d ansible your_host_name_here -b -m apt -a "name=apache2 state=latest"

e None

f ansible your_host_name_here -b -m wget -a "name=apache2 state=latest"

Q10: How is the comparison of objects done in PHP??

a We use the operator '===' to test two objects are instanced from the same class
and have same attributes and equal values.

b We use the operator '==' to test two objects are instanced from the same class and
have same attributes and equal values.
c None

d We use the operator '=' to test two objects are instanced from the same class and
have same attributes and equal values.

e None

f None

You might also like