You are on page 1of 3

Q1: Which command would show you the logs of a running pod in Kubernetes??

The correct Answer is: None

b kubectl show -l pod-name

c kubectl print pod-name

d kubectl logs pod-name

e kubectl log pod-name

The correct Answer is: None

Q2: Which are the notable application areas for Docker??

a None

b None

c None

d None

e Simplifying configuration, Code pipelines management, Debugging capabilities and


Rapid deployment.

f Robust, Transparency, code illustrator and slow deployment

Q3: _______ manages the assigning nodes to pods depending on resource availability.?

The correct Answer is: None

The correct Answer is: None

c Etcd

d Kubectl

e Flanneld

f Scheduler

Q4: How to start a container??


a $ docker push <container_id>

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e $ docker -->start <container_id>

f $ docker start <container_id>

Q5: How to list only the running containers??

a docker run

b docker list

c docker ps

d docker print

e None

f None

Q6: Where are the online repositories configured on a Debian/Ubuntu Machine?

The correct Answer is: None

b /etc/apt/repos

c /etc/apt/sources.list

The correct Answer is: None

e /etc/apt/yum.repos

f /etc/fstab

Q7: Character data can be stored as?

a Fixed length strings

b Variable length strings


c Both fixed or variable length strings

d None

e None

f None of the mentioned

You might also like