You are on page 1of 5

Q1: Is it possible to use COM component in PHP??

a True

b None

c False

d None

e None

f None

Q2: When patching resources in Kubernetes, how to partially update a node??

a kubectl patch node k8s-node-1 -p '{"spec":{"unschedulable":false}}'

b kubectl patch node k8s-node-1 -p '{"spec":{"unschedulable":true}}'

c kubectl patch node k8s-node-1 -pr '{"spec":{"unschedulable":true}}'

d kubectl patch node k8s-node-1 -p '{"patch":{"unschedulable":true}}'

e None

f None

Q3: Which command is used to modify column names or table structure??

a MODIFY

b None

c CHANGE

d ALTER

e ADD

f None

Q4: What is the maximum size of a row in a MyISAM table??


a 128

b 2’147’483’648

c No limit

d None

e OS specific

f 65534

Q5: Which of the following answers refers to a software tool used for searching and
installing software packages on Debian and Debian-based Linux distributions??

a apt-get

b None

c rpm

d yum

e apt-rpm

f None

Q6: 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 scriptName -arg “Arg1” “Arg2”….”Argn” and can be accessed inside the script as $1
, $2 .. $n.

c None

d None

e scriptName “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.

Q7: Which of the mentioned are valid PHP loops?


a for

b beforeeach

c while

d each

e do ... while

f foreach

Q8: If the Plesk server can't run Docker locally, you can still connect to a remote Docker
server to manage containers. You'll need:?

a The Plesk Docker extension

The correct Answer is: None

The correct Answer is: None

d A virtuozzo 6 container

e One separate ready-to-code environment

f A Windows Server

Q9: What is inode??

a A file is given a predifined number by OS and is called as inode.

The correct Answer is: None

c A directory is given a predifined number by OS and is called as inode.

The correct Answer is: None

e A file is given a unique number by OS and is called as inode.

f A directory is given a unique number by OS and is called as inode.

Q10: In HTML, onblur and onfocus are:?

a Text styles
b Event attributes

c None

d HTML elements

e None

f Style attributes

Q11: UPDATE keyword is used for:?

a to create database elements

b to manage users

c to select data

d None

e to change data

f None

Q12: Which of the mentioned is NOT part of the $_SERVER variable?

a $_SERVER['SERVER_NAME']

b $_SERVER['PHP_SELF']

c $_SERVER['SCRIPT_TYPE']

d $_SERVER['SERVER_TYPE']

e $_SERVER['AUTH_TYPE']

f $_SERVER['SERVER_ADDR']

Q13: What is the purpose of ‘at’ command??

a To execute a command/commands on a specific condition.

The correct Answer is: None

c To execute a command/commands only when the user has logged in.


d To execute a command/commands at a specific time.

The correct Answer is: None

f To execute a command/commands at a specific request.

Q14: The "father" Of MySQL Is ______.?

a None

b Bill Gates

c Michael Widenius

d None

e Bill Joy

f Stephanie Wall

You might also like