You are on page 1of 4

Q1: Choose the correct HTML element to define emphasized text?

a <em>

b None

c <italic>

d <i>

e None

f <it>

Q2: How many distinct, different values can you hold in an Enum field??

a 2 (True And False)

b 255

c None

d7

e None

f 65535

Q3: Can you run several versions of PHP at the same time??

a None

b False

c True

d None

e None

f None

Q4: How to initialize a docker swarm??


a docker swarm init --advertise-addr your_server_ip_here

b docker master init --advertise-addr your_server_ip_here

c None

d docker init swarm --advertise-addr your_server_ip_here

e None

f docker init --advertise-addr your_server_ip_here

Q5: What is the difference between installing and activating a theme??

a When a theme is deactivated it’s what’s controlling your site, while an installed
theme is simply part of your theme library and available to activate.

b None

c When a theme is activated it’s what’s controlling your site, while an uninstalled
theme is simply part of your theme library and available to activate.

d When a theme is activated it’s what’s controlling your site, while an installed
theme is simply part of your theme library and available to activate.

e None

f None

Q6: What did the 1.8 version of Kubernetes introduce??

a Logging Secrets

The correct Answer is: None

c Cluster level

d Taints and Tolerations

e Federated Clusters

The correct Answer is: None

Q7: Can you start two MySQL servers at one PC??


a None

b True

c None

d None

e False

f None

Q8: 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 None

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

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 $1 , $2 ..


$n.

Q9: Which of the following method can be used to close a MySql database using PHP??

a mysql_query()

b None

c mysql_close()

d None

e None of the above

f mysql_connect()

Q10: PHP can be run on Microsoft Windows IIS(Internet Information Server):?


a None

b None

c False

d None

e None

f True

Q11: Type Hinting was introduced in which version of PHP??

a None

b None

c PHP 4

d PHP 7

e PHP 6

f PHP 5

Q12: How can you get involved with WordPress??

a None

b Edit the Codex (documentation)

c Attend Word Camp

d None

e Help in the Forums

f All of these

You might also like