You are on page 1of 5

Q1: An abstraction in kubernetes which defines a logical set of pods and a policy to access

them.?

a node

b None

c None

d cluster

e set

f service

Q2: Choose the odd one out.?

a Kernel

b csh

c None

d bsh

e None

f ksh

Q3: Explain the use of SUID permission bit on a file.?

The correct Answer is: None

b It give the process to have the privileges of the root user during the instance of the
program.

c It denies the process to have the privileges of the owner of the file during the
instance of the program.

d It denies the process to have the privileges of the root user during the instance of
the program.

The correct Answer is: None


f It give the process to have the privileges of the owner of the file during the instance
of the program.

Q4: Block elements are normally displayed without starting a new line.?

a None

b False

c None

d True

e None

f None

Q5: Intensity of a color can be described through?

a None

b Hue

c None

d Lightness

e Saturation

f Grayscale

Q6: How many types of plans are available in wordpress by default??

a None

b3

c4

d None

e2

f6

Q7: What does the command top show?


a None

b The memory usage

c The space usage

d The current processes alongside information about them

e Nothing, it's not a command

f None

Q8: How to compares the current state of the cluster against the state that the cluster would
be in if the manifest was applied in Kubernetes??

a kubectl log -f ./my-manifest.yaml

b kubectl state -f ./my-manifest.yaml

c None

d kubectl show -f ./my-manifest.yaml

e None

f kubectl diff -f ./my-manifest.yaml

Q9: HTML documents are saved in?

a ASCII text

b None

c None

d None of above

e Special binary format

f Machine language codes

Q10: How to change the priority of a swap file/partition to 10?

The correct Answer is: None


The correct Answer is: None

c swapon -p 10 /path/to/swapfile

d swapon -P 10 /path/to/swapfile

e swapon +10 /path/to/swapfile

f We can't change the priority of swap partions

Q11: When you need to obtain the ASCII value of a character which of the following function
you'll need to use in PHP??

a ord( );

b val( );

c None

d None

e .asc( );

f chr( );

Q12: How does a FOR loop start??

a None

b for (i = 0; i <= 5; i++)

c None

d for (i <= 5; i++)

e for i = 1 to 5

f for (i = 0; i <= 5)

Q13: UPDATE keyword is used for:?

a None

b to manage users

c to change data
d to create database elements

e None

f to select data

Q14: Suppose you have 3 containers running and out of these, you wish to access one of
them. How do you access a running container??

The correct Answer is: None

b $ docker exec it <container id> bash

The correct Answer is: None

The correct Answer is: None

e $ docker exec -it <container id> bash

f $ docker exec --it <container id>

Q15: How can we add comments in PHP??

a all of the above

b None

c None

d # commented code to end of line

e /* commented code here */

f // commented code to end of line

You might also like