You are on page 1of 5

Q1: A systematic collection of data stored in a central location is known as??

a CSV

b Database

c None

d Excel

e Flat file

f None

Q2: Following Docker command: docker exec -it container_id bash is used to:?

a None

b Commit changes done in a Docker image

c Access a running container

d None

e Activate default VM machine

f Build an image

Q3: Which command is used to remove all rows from a table??

a Truncate

b None

c Both Delete and Remove

d Delete

e Remove

f Drop

Q4: How do we access the value of 'd' later? $a = array( 'a', 3 => 'b', 1 => 'c', 'd' );?
a $a[2]

b $a[0]

c $a[1]

d None

e $a[4]

f $a[3]

Q5: Which tag is used to create a checkbox in HTML??

a <checkbox>

b <cb>

c None

d < Input type "checkbox">

e < Input type = "checkbox">

f None

Q6: Is there a hard limit for the number of containers that you can run and if there is which
is number of total containers that you can run??

a5

b None

c2

d None

e None

f Even though there is no limit of containers that can run on Docker, hardware
limitations come into the picture.

Q7: How do you list all the running Docker containers??

a $ -docker ps
The correct Answer is: None

c $ docker --ps

d $ docker ps

The correct Answer is: None

The correct Answer is: None

Q8: What is the command ‘sed’ is used for??

a Used as text filter

b To perform arithmetic calculations

c Is a text editor.

d None

e To mount a device

f None of the above

Q9: Is it possible to build environment-agnostic systems with Docker??

a False

b True

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q10: How can we start a PHP session:?

a session()

b startSession()

c startS()
d session_start()

e sessionStart()

f start_session()

Q11: How to show metrics for a given pod and its containers in Kubernetes??

a None

b kubectl top pod POD_NAME --containers

c None

d kubectl status pod POD_NAME --containers

e kubectl top POD_NAME --containers

f kubectl resources pod POD_NAME --containers

Q12: Which function is used to Strip whitespace (or other characters) from the beginning
and end of a string??

a strip_str

b strip

c trim_str

d None

e None

f trim

Q13: Which ‘meta box’ is not hidden by default on Post and Page screens??

a Featured Image is the child box that is hidden by default on Post and Page screens.

b Featured Image is the meta box that is not hidden by default on Post and Page
screens.

c None

d None
e None

f None

You might also like