Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Q1: Which description best fits a DaemonSet??

a A system to connect nodes and pods

b A way to run a copy of a pod on all or some nodes

The correct Answer is: None

The correct Answer is: None

e A method to manage clusters of pods

f A channel through which to pass information between two or more nodes

Q2: How to delete a directory in Linux??

a ls

b None

c delete

d None

e rmdir

f remove

Q3: Which function in PHP is used to get the length of a string variable??

a None

b count()

c len

d None

e strcount

f strlen

Q4: SQL (Structured Query Language) is:?


a the language of queries by pattern

b DBMS (DataBase Management System)

c imperative programming language

d None

e the language of structured queries

f None

Q5: How to mark a node called my-node as unschedulable in Kubernetes??

a None

b None

c kubectl cordon my-node

d kubectl off my-node

e kubectl down my-node

f kubectl stop my-node

Q6: What are categories in WordPress.?

a Categories allow a user to list out all the contents

b Categories allow a user to merge its content from different sections.

c None

d Categories allow a user to divide its content into different sections.

e None

f None

Q7: Following Docker command: docker build -t my_user/repo_name:1.0 is used to:?

a Commit changes done in a Docker image

The correct Answer is: None


c Build an image

The correct Answer is: None

e Access a running container

f Activate default VM machine

Q8: Is Kubernetes open-source??

The correct Answer is: None

The correct Answer is: None

c True

d False

The correct Answer is: None

The correct Answer is: None

Q9: Which tag inserts a line horizontally on your web page??

a None

b <line direction="horizontal">

c <tr>

d <line>

e None

f <hr>

Q10: An abstraction in kubernetes which defines a logical set of pods and a policy to access
them.?

a service

b node

c set

d cluster
e None

f None

Q11: What is the correct HTML for inserting an image??

a <img src="image.gif" alt="MyImage">

b None

c <img href="image.gif" alt="MyImage">

d None

e <image src="image.gif" alt="MyImage">

f <img alt="MyImage">image.gif</img>

You might also like