You are on page 1of 5

Q1: How to push docker image to docker hub??

a By using the docker merge

The correct Answer is: None

c By using the docker-hub command

The correct Answer is: None

e By using the docker push

The correct Answer is: None

Q2: Which of the following are Kubernetes installation tools? Select all answers that apply.?

a kops

The correct Answer is: None

c kubespray (formerly known as kargo)

d kubeadm

e None of the mentioned

The correct Answer is: None

Q3: Which of the following is not a SQL operator??

a All of the above are valid SQL operators

b Like

c Between .. and ..

d Not in

e In

f Is null

Q4: What is an internal command??


a Shell built in commands are called as internal commands.

b None

c None

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

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

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

Q5: What is Granularity??

a The size of data items

b None

c None

d The size of database

e The size of file

f The size of record

Q6: How can we end a session??

a session_end().

b session_destroy();

c session_write_end().

d session_close().

e None

f session_destroy_now();

Q7: Which are the three looping constructs provided by shell?


a done

b foreach

c for

d each

e until

f while

Q8: What are Ansible ad-hoc commands??

a None

b Ansible ad-hoc commands are commands which helps you execute simple tasks
without the need of creating playbooks

c None

d None

e None

f Ansible ad-hoc commands are also known as Ansible playbooks

Q9: Type Hinting was introduced in which version of PHP??

a PHP 5

b None

c None

d PHP 4

e PHP 7

f PHP 6

Q10: How do we change permissions on files?

a chown

b chattr
c chmod

d We Can't change them

e None

f lsattr

Q11: Which of the following attribute triggers event after the document is printed??

a offlineprint

b None

c onprint

d onafterprint

e None

f onbeforeprint

Q12: MySQL comes with a standard client libraries for:?

a Java Only

b C Only

c PHP And C

d Perl, Java And C

e None

f None

Q13: How can we define a Video Tag in HTML 5??

a <video></video>

b <video src:"URL"></video>

c <video src="URL"></video>

d None
e None

f <video src "URL"></video>

Q14: Are strstr and strchr aliases??

a None

b True

c None

d False

e None

f None

Q15: Which attribute you’ll use with the TD tag to merge two cells horizontally??

a None

b None

c colspan=2

d merge=colspan2

e rowspan=2

f merge=row2

You might also like