You are on page 1of 4

Q1: How to start a container??

The correct Answer is: None

The correct Answer is: None

c $ docker start <container_id>

The correct Answer is: None

e $ docker -->start <container_id>

f $ docker push <container_id>

Q2: How to delete a directory in Linux??

a rmdir

b None

c ls

d None

e remove

f delete

Q3: Data Warehouse provides?

a Transaction Responsiveness

b None

c None of these

d None

e Storage, Functionality Responsiveness to queries

f Demand and Supply Responsiveness

Q4: In which version of PHP E_STRICT Error level is introduced ??


a PHP 5

b None

c None

d PHP 5.2

e PHP 4

f PHP 7

Q5: The data type BLOB stands for:?

a Binary Large Object

b None of the mentioned

c Binary List Obsolete Object

d Binary List Object

e None

f Big List Object

Q6: Which artisan command would you use to create a new Laravel Controller??

a php artisan make:controller controller_name

b php artisan controller create controller_name

c php artisan controller:make controller_name

d None

e php artisan create:controller controller_name

f None

Q7: In which programming language WordPress is written??

a Javascript

b Java
c PHP

d VueJS

e Node

f Python

Q8: How will you pass and access arguments to a script in Linux/Bash??

a None

b scriptName “Arg1” “Arg2”….”Argn” and can be accessed inside the script as $1 ,


$2 .. $n.

c scriptName "Arg1 Arg2….Argn” and can be accessed inside the script as $1 , $2 ..


$n.

d None

e scriptName -arg “Arg1” “Arg2”….”Argn” and can be accessed inside the script as $1
, $2 .. $n.

f scriptName “Arg1” “Arg2”….”Argn” and can be accessed inside the script as $Arg1 ,
$Arg2 .. $Argn.

Q9: Which command will you use to update a Kubernetes deployment??

The correct Answer is: None

b kubectl setimage deployment/Deployment tomcat = tomcat:6.0

c kubectl --setimage deployment/Deployment tomcat = tomcat:6.0

The correct Answer is: None

The correct Answer is: None

f kubectl setimage deploy/Deployment tomcat = tomcat:6.0

Q10: <b> tag makes the enclosed text bold. What is other tag to make text bold??

a <strong>

b None
c <dar>

d <black>

e <emp>

f None

Q11: The kube-apiserver on Kubernetes master is designed to scale:?

a Vertically

b Horizontally

c kube-apiserver is not used for scaling

d None

e None

f None

You might also like