You are on page 1of 5

Q1: What is the login name of the administrator in Linux??

The correct Answer is: None

b admin

c administrator

d root

e All of the mentioned

f None of the mentioned

Q2: How to stream pod logs (stdout) in Kubernetes??

a None

b None

c kubectl logs my-pod

d kubectl logs -f my-pod

e kubectl pod -f my-pod

f kubectl stream -f my-pod

Q3: What is the command in Docker which lists the details of all the network in the cluster.?

The correct Answer is: None

b $ docker network as

The correct Answer is: None

d $ docker network ps

The correct Answer is: None

f $ docker network ls

Q4: What are the responsibilities of a node controller??


a To maintain the list of nodes

The correct Answer is: None

The correct Answer is: None

d All of the mentioned

e To monitor the health of the nodes

f To assign a CIDR block to the nodes

Q5: How do you find the number with the highest value of x and y??

a top(x, y)

b Math.ceil(x, y)

c None

d None

e Math.max(x, y)

f ceil(x, y)

Q6: <TD> … </TD> tag is used for ________?

a None

b none of the above

c Table heading

d None

e Table Records

f Table row

Q7: Choose the odd one out.?

a Kernel

b bsh
c ksh

d None

e None

f csh

Q8: How do you create a new Docker image and store it on the local system??

a None

b docker add <conatainer id> <username/imagename>

c docker --commit <conatainer id> <username/imagename>

d None

e docker commit <conatainer id> <username/imagename>

f None

Q9: How can you count for a particular pattern occurrences in a file??

a cat <file> | wc -l “pattern”

b cat <file> | wc -k “pattern”

c grep −c “pattern” <file>

The correct Answer is: None

The correct Answer is: None

f grep −k “pattern” <file>

Q10: If you wish to have something mounted when the server is booted in which file would
you need to add it:?

a /etc/grub.conf

The correct Answer is: None

c /etc/fstab

The correct Answer is: None


e /etc/boot.conf

f /etc/boot

Q11: Which of the following is true about Cookies??

a Cookies are limited to about 4 KB of data . Not enough to store required data.

b None

c None

d Cookies are included with every HTTP request, thereby slowing down your web
application by transmitting the same data.

e All of the above.

f Cookies are included with every HTTP request, thereby sending data unencrypted
over the internet.

Q12: HTML tags are surrounded by which type of brackets.?

a Squart

b None

c None

d Round

e Curly

f Angle

Q13: Which of the following is correct about geolocation api in HTML5??

a A Javascript can capture your latitude and longitude and can be sent to backend
web server and do fancy location-aware things like finding local businesses or showing your
location on a map.

b All of these

c Today most of the browsers and mobile devices support Geolocation API.

d HTML5 Geolocation API lets you share your location with your favorite web sites.
e None

f None

You might also like