You are on page 1of 5

Q1: Which HTML attribute specifies an alternate text for an image, if the image cannot be

displayed??

a None

b None

c alt

d title

e longdesc

f src

Q2: Each virtual machine includes the application, the necessary binaries and libraries, and
an entire guest operating system - All of which may be tens of GBs in size.?

a None

b None

c None

d None

e False

f True

Q3: What is the output of the command ‘umask –S’??

a None

b None

c Shows mask value using octal values.

d Shows mask value using symbolic notion.

e Removes the current mask value.

f Sets new mask value.

Q4: How do we create command aliases in a shell??


a configure Aliasname="Command whose alias is to be created"

b None

c We can't create aliases directly in shell

d None

e alias Aliasname="Command whose alias is to be created"

f set alias Aliasname="Command whose alias is to be created"

Q5: When looking for all the processes running on a Linux system, what command should
you use??

a xrun

b None

c ps

d oterm

e service

f None

Q6: Which command is used to print the directory stack??

a ls -d

b None

c dir

d None

e dirs

f popd

Q7: The BODY Tag is usually used after?

a HTML Tag
b None

c None

d TITLE Tag

e HEAD Tag

f EM Tag

Q8: What is the mission of the control plane in Kubernetes??

a To manage clusters of pods

b To move workloads from one host to another

The correct Answer is: None

The correct Answer is: None

e It makes sure that the actual state of system objects match the desired state.

f To control nodes

Q9: Which event occurs when the user clicks on an HTML element??

a None

b onmouseover

c onchange

d None

e onmouseclick

f onclick

Q10: In which directory by default user home directories are created??

The correct Answer is: None

b /tmp

c /home
d /usr

e /user

f /etc

Q11: What does the PHP error 'Parse error in PHP - unexpected T_variable at line x'
means??

a This is a PHP logical error expressing that a mistake at the line x stops parsing and
executing the program.

b None

c This is a PHP syntax error expressing that a mistake at the line x stops parsing and
executing the program.

d None

e None

f This is a PHP warning error expressing that a mistake at the line x stops parsing
and executing the program.

Q12: Which is not a valid bit operator??

a >>

b None

c <<

d&

e &&

f|

Q13: How to remove unused data (all unused containers, networks, images (both dangling
and unreferenced), and optionally, volumes) in Docker.,?

a None

b docker system prune


c docker system prune sys

d docker system --prune

e None

f None

You might also like