You are on page 1of 5

Q1: Which command to use for complete details of a command on the shell??

a help

b man

c?

d None

e None

f info

Q2: What will happen If you run the command "init 0" in your terminal?

a Reboot the system

b Enter single user mode

The correct Answer is: None

The correct Answer is: None

e Start the system without a display manager (GUI)

f Shut down the system

Q3: What command is used to permanently remove a record from a database table??

a DELETE

b DROP

c REMOVE

d None

e CUT

f None

Q4: Inside which HTML element do we put the JavaScript??


a <script>

b None

c <js>

d <javascript>

e None

f <scripting>

Q5: In order to add a new column to an existing table in SQL, which command do we need to
use??

a ALTER COLUMNS

b MODIFY TABLE

c None

d EDIT TABLE

e ALTER TABLE

f None

Q6: How are objects in PHP passed by??

a None

b Objects are passed by value.

c None

d Neither of the mentioned

e Objects are passed by reference.

f None

Q7: What is the most common procedure for compiling programs under Linux??

a gcc file_name

b None
c ./configure && make && make install

d None

e make file_name

f compile file_name

Q8: How to dump pod logs, with label name=myLabel (stdout) in Kubernetes?

a kubectl pod -l name=myLabel

b kubectl logs -l .name[*]=myLabel

c None

d kubectl log name=myLabel

e None

f kubectl logs -l name=myLabel

Q9: How can we display human readable information of a variable with PHP??

a None

b To display a human-readable result we use print().

c None

d To display a human-readable result we use print_r().

e To human-readable result we use print_r(/ln).

f None

Q10: How to get current year in PHP ??

a None

b None

c year = date("Y");

d year = date("Year");
e None

f year = $date_("Y");

Q11: Applications inside the containers accept configuration parameters in the form of
environment variables. These variables can tell the app to listen on a specific port but you
can't use a specific password.?

a None

b None

c None

d False

e True

f None

Q12: Which of the mentioned is not part of the so called Superglobals variables which are
automatically available in every scope.?

a $_FILES

b $_SERVER

c $GLOBALS

d $COOKIE

e $FILES

f $_COOKIE

Q13: Which of the following is not a component of a Master Node??

a Controller Manager

b Scheduler

c kubectl

d API server
The correct Answer is: None

The correct Answer is: None

Q14: If you want to change the text color to red which of the following tags you'll use??

a < Body Colour = Red>

b None

c None Of These

d < Body Bgcolour = Red>

e < Body Text = Red>

f None

You might also like