You are on page 1of 4

Q1: Which command can be used to rename a file/directory??

a mv

The correct Answer is: None

c rm

d rename

The correct Answer is: None

f cp

Q2: Which of the following is not a valid comparison operator??

a <>

b None

c ==

d !=

e <=>

f None

Q3: What will happen while adding new API to Kubernetes??

a Adding a new API will block the previous API

b Adding a new API will improve the functioning ability of Kubernetes

c Adding a new API will remove some clusters

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q4: What will be the output of the following query INSERT INTO students (student name)
VALUE ('James Lenon');?
a None

b None

c None

d the above query will generate an error message.

e None

f a student record with the name James Lenon will be added into the students table

Q5: What will be printed if we run the following code? <?php $var = 'false'; if ($var) { echo
'true'; } else { echo 'false'; }?

a None

b None

c None

d None

e True

f False

Q6: Docker image is created with a series of read-only layers and layer in docker represents
instructions on the Dockerfile of the image.?

a None

b None

c None

d The hypervisor needs extensive software for proper function while docker is
implemented on an actual hardware system.

e The hypervisor needs extensive hardware for proper function while docker is
implemented on an actual operating system.

f None

Q7: MySQL supports different Character Sets, which command is used to display all of
them??
a SHOW; ;

b SHOW CHARACTER SET

c CHARACTER SET;

d None

e None

f None Of The Mentioned

Q8: How do you get information from a form that is submitted using the "get" method??

a $_GET.QueryString

b $_GET[];

c None

d None

e Request.QueryString;

f Request.Form;

Q9: What do you mean by the custom field in WordPress??

a None

b Custom fields are also known as post meta. Post meta is a feature in WordPress
which allows post authors to add additional information at the time writing a post.

c None

d Custom fields are also known as get meta. Get meta is a feature in WordPress
which allows get authors to add additional information at the time writing a post.

e Custom fields are also known as request meta. request meta is a feature in
WordPress which allows post authors to add additional information at the time writing a
post.

f None

Q10: Is the NULL value treated as 0??


a None

b None

c True

d False

e None

f None

Q11: A Docker container is an instance of an image with a specific configuration.?

a None

b None

c None

d None

e False

f True

Q12: How to get current year in PHP ??

a year = date("Year");

b None

c year = $date_("Y");

d year = date("Y");

e None

f None

You might also like