You are on page 1of 5

Q1: What is the She-bang line in a shell script?

a#

b None

c #!

d None

e !#

f None of the above

Q2: How does a WHILE loop start??

a None

b None

c while (i <= 10; i++)

d None

e while (i <= 10)

f while i = 1 to 10

Q3: _____ is process of extracting previously non known valid and actionable information
from large data to make crucial business and strategic decisions.?

a None

b Data Mining

c Database

d None

e Data Management

f Meta Data

Q4: Which command can give disk usage summary??


a df

b du

c None

d None

e chkdsk

f fdisk

Q5: Is it better to directly remove the container using the rm command or stop the
container followed by remove container??

a Its always better to stop the container and then remove it using the remove
command.

The correct Answer is: None

c No. Its not always better to stop the container and then remove it using the
remove command.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q6: What is the output of the command ‘umask –S’??

a Shows mask value using symbolic notion.

b Shows mask value using octal values.

c Sets new mask value.

d None

e Removes the current mask value.

f None

Q7: Which Process Validates And Configures Data For The Api Objects Like Pods, Services??
a kube-apiserver process validates and configures data for the cli objects.

The correct Answer is: None

c kube-apiserver process validates and configures data for the api objects.

The correct Answer is: None

The correct Answer is: None

f kube-apiserver process validates and configures data for the gui objects.

Q8: What is WordPress in PHP??

a None

b Framework for designing dynamic pages

c framework and distribution system for reusable PHP components

d Set of library enriched with fucntions

e An open source CMS (Content Management System)

f None

Q9: How can you pass a variable by reference??

a None

b None

c $var1 === &$var2

d $var1 = &$var2

e None

f $var1 == &$var2

Q10: What is the default value of UMASK??

a 222

b 022
c 777

The correct Answer is: None

e 044

The correct Answer is: None

Q11: Which character is used to indicate an end tag??

a*

b^

c<

d None

e/

f None

Q12: Kubernetes is written in?

The correct Answer is: None

b Go

c C++

The correct Answer is: None

e Java spring framework

f Python

Q13: Which level of Abstraction describes what data are stored in the Database??

a Physical Level

b Logical Level

c View Level

d None
e Abstraction Level

f None

Q14: What does the include() function does??

The correct Answer is: None

The correct Answer is: None

c The include() function takes specified strings and includes them into another
string. This is used when we want to concatenate different strings.

The correct Answer is: None

e The include() function takes the included file and makes sure it's executed before
the file the function is used into

f The include() function takes all the text in a specified file and copies it into the file
that uses the include function

Q15: Can we export data into an Excel file??

a False

b None

c True

d None

e None

f None

You might also like