You are on page 1of 5

Q1: What is the default size of a file set in upload_max_filesize??

a None

b 300 MB

c 2 MB

d 10 MB

e None

f 500 MB

Q2: Which command shows merged kubeconfig settings??

a None

b kubectl config view

c None

d kubectl config list

e kubectl config print

f kubectl config show

Q3: What is containerization??

a system that is being developed and deployed is bundled and wrapped separately
with all its configuration files and dependencies. This bundle is called a container.

b None

c None

d None

e None

f an application that is being developed and deployed is bundled and wrapped


together with all its configuration files and dependencies. This bundle is called a container.
Q4: One of the early proponents of a Relational Database who laid down many of the
principles we use to this day was:?

a William Crawford

b None

c Edgar Codd

d Xigang Koi

e Mahatma Coate

f None

Q5: How many containers can run per host??

The correct Answer is: None

b There can be only 4 containers

The correct Answer is: None

d There can be as many containers as you wish per host. Docker does not put any
restrictions on it.

The correct Answer is: None

f There can be only 3containers

Q6: Which of the following is a text editor that can be used in command mode to edit files on
a Linux system??

a lsof

b edit

c open

d None

e vi or vim

f None
Q7: What is the difference between Numeric and Associative?

The correct Answer is: None

b There are no Associative arrays

c The Numeric arrays can store numbers, strings and any object but their index will
be represented by numbers while the Associative arrays have their index stored as string.

The correct Answer is: None

e The Numeric and Associative arrays differ only in the maximum allowed objects in
them.

f The Numeric arrays can store numbers, strings and any object but their index will
be represented by numbers while the Associative arrays each element in the main array can
also be an array.

Q8: What is the ls switch to view the inode numbers?

a -d

b -a

c -n

d -i

e None

f None

Q9: If you wish to use a base image and make modifications or personalize it, how do you do
that??

a docker pull <image_name>

b None

c None

d None

e docker --pull <image_name>


f docker <image_name>

Q10: Which of the following function returns a text in title case from a variable??

a ucwords($var)

b .ucword($var)

c None

d None

e .upper($var)

f toupper($var)

Q11: What is the correct HTML for making a checkbox??

a None

b <checkbox>

c None

d <check>

e <input type="checkbox">

f <input type="check">

Q12: How can we check if the value of a given variable is alphanumeric??

a None

b gtype_alnum to check whether it is an alphanumeric value or not.

c ctype_alnum to check whether it is an alphanumeric value or not.

d None

e dtype_alnum to check whether it is an alphanumeric value or not.

f None

Q13: Which of these commands let you view current jobs being handled by Shell??
a show

b jobs

c view

d None

e execute

f None

You might also like