You are on page 1of 4

Q1: What is the use of SQL??

a Storing data in database

b Retrieving data in database

c Manipulating data in database

d Managing queries

e Displaying images

f None

Q2: What is the difference between echo and print??

a Print is a function where as echo is not.

b None

c They both behave the same

d Print can take multiple parameters where as echo cannot

e None

f Echo can take multiple parameters where as print cannot

Q3: ________is a text document that contains all the commands a user could call on the
command line to assemble an image.?

a Docker Compose

b Docker Cloud

c Docker Kitematic

The correct Answer is: None

e Dockerfile

The correct Answer is: None

Q4: Which level of Abstraction describes what data are stored in the Database??
a View Level

b Logical Level

c None

d Abstraction Level

e Physical Level

f None

Q5: Docker can build images automatically by reading the instructions from:?

a None

b Dockerfile

c docker.json

d None

e docker.config

f docker.yaml

Q6: HTML supports?

a unordered lists

b None

c None

d does not support those types

e ordered lists

f both type of lists

Q7: How can a company deal with a monolithic codebase issue??

a By transitioning from a monolithic codebase to a microservice design so that


different microservices can be classified as containers.

The correct Answer is: None


c By building a large Docker image containing the monolithic codebase and
deploying it as a single container to Kubernetes

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

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

a We can't change the priority of swap partions

The correct Answer is: None

c swapon -P 10 /path/to/swapfile

d swapon +10 /path/to/swapfile

e swapon -p 10 /path/to/swapfile

The correct Answer is: None

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

a To maintain the list of nodes

b To assign a CIDR block to the nodes

The correct Answer is: None

d To monitor the health of the nodes

The correct Answer is: None

f All of the mentioned

Q10: Which of the following will create the so called Hamburger Menu??

a Img-circle

b None

c Icon-bar

d Icon-next
e Icon-prev

f None

Q11: Which command is used to create file archives in Linux??

a tar

b None

c ps

d arc

e None

f zip

Q12: What is the purpose of a ReplicaSet??

a To monitor and respond to environmental latency

b To prevent clones from invading other clusters

c To maintain a stable set of replica Pods running at any given time

The correct Answer is: None

e To create and maintain volumes

The correct Answer is: None

You might also like