You are on page 1of 4

Q1: What is PHP heredoc used for??

a allows creating single line of string without using quotations

b allows creating multiple lines of string with quotations

c None

d allows creating single lines of string with using quotations

e allows creating multiple lines of string without using quotations

f None

Q2: How to delete a directory in Linux??

a None

b delete

c ls

d remove

e rmdir

f None

Q3: What is a Widget??

a Widget is a function of special software that allows feedreaders to access a site.

b WordPress Widgets add content and features to your Sidebars.

c None of the mentioned

d None

e None

f Widget is a vertical column provided by a theme for displaying information other


than the main content of the web page.

Q4: What are the different components of Kubernetes Architecture??


The correct Answer is: None

The correct Answer is: None

c The Kubernetes Architecture has mainly 2 components – the master node and the
worker node.

d The Kubernetes Architecture has mainly 2 components – the service and the
worker path.

The correct Answer is: None

The correct Answer is: None

Q5: How do you call a function named "myFunction"??

a None

b call function myFunction()

c call myFunction()

d None

e myFunction()

f None

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

a $ docker rmi <image-id>

b None

c $ docker rmin <imageid>

d $ docker --rmi <image-id>

e None

f None

Q7: Storing same data in many places is called.?

a Enumeration
b Concurrency

c None

d None

e Redundancy

f Iteration

Q8: Include files must have the file extension ".inc"?

a True

b False

c None

d None

e None

f None

Q9: Choose the odd one out.?

a None

b Kernel

c ksh

d csh

e bsh

f None

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

a None

b $_GET.QueryString

c $_GET[];
d Request.Form;

e None

f Request.QueryString;

Q11: The employees table has 20 records, what will be the output of the query SELECT
gender FROM employees GROUP BY gender;?

a None

b the query will not return any records

c the query will return 20 records

d the query will return two rows only

e the query will generate an error message

f None

Q12: In which variable is the users IP address stored??

a $_ENV

b $GLOBALS

c None

d $DOMAIN

e None

f $REMOTE_ADDR

You might also like