You are on page 1of 4

Q1: The data type BLOB stands for:?

a Big List Object

b None

c Binary List Obsolete Object

d Binary List Object

e None of the mentioned

f Binary Large Object

Q2: Which HTML element is used to specify a header for a document or section??

a None

b <header>

c <section>

d <top>

e None

f <head>

Q3: What is a Child Theme??

a The child theme is an extension of the super parent theme

b The child theme is an extension of the parent theme

c None

d None

e None

f The child theme is an extension of the sub-child theme

Q4: How to delete an image from the local storage system??


a None

b $ docker rmin <imageid>

c $ docker --rmi <image-id>

d None

e $ docker rmi <image-id>

f None

Q5: What is Minikube?

a None

b A pod object that a kubelet uses to represent a static pod

c Specification of a Kubernetes API object in JSON or YAML format

d None

e An abstraction used by Kubernetes to support multiple virtual clusters on the


same physical cluster

f A tool for running Kubernetes locally

Q6: DML is included into SQL language of:?

a None

b managing data

c description data

d managing users

e None

f managing transactions

Q7: Which of the following will reset the MySQL password for a particular user??

a None

b UPDATE mysql.user SET Password=RESET(‘password’) WHERE User=’username’;


c None

d UPDATE mysql.user SET Password=PASSWORD(‘password’) WHERE


User=’username’;

e UPDATE mysql.user SET Password=’password’ WHERE User=’username’;

f None of the above

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

a None

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

c None

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

e None

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

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

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


$2 .. $n.

b None

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


$n.

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

e None

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

Q10: Why is wordpress.com considered more secure than wordpress.org??

a None
b because they limit the site proxy settings

c because they limit the themes and also does not allow installing plugins.

d None

e None

f because it is SSL encrypted

Q11: How to list only the running containers??

a None

b docker ps

c docker run

d None

e docker list

f docker print

You might also like