You are on page 1of 5

Q1: Which filter can be applied on lines of text for arranging in ascending or descending

order??

a None

b arrange

c None of the above

d collate

e sort

f None

Q2: What number is the first key of a PHP’s numerical array??

a None

b1

c2

d -1

e None

f0

Q3: Which of the following runlevel will reboot the system??

a5

b None

c4

d6

e None

f3

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


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

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

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

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

e None

f None

Q5: Which of the following is NOT a magic predefined constant??

a None

b __LINE__

c __DATE__

d __CLASS__

e __FILE__

f None

Q6: What are Docker objects??

a Files, Plugins and Base

b Code, Databases and Local storage

The correct Answer is: None

The correct Answer is: None

e Docker images, containers and services

The correct Answer is: None

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

a None

b <italic>
c <em>

d <it>

e <i>

f None

Q8: How can you make a numbered list??

a <ul>

b None

c <dl>

d <ol>

e <list>

f None

Q9: A simple text file which tells the browser what to cache Is known as a/an ________.?

a None

b HTML File

c Input Files

d None

e Output Files

f A Manifest File

Q10: Which of the following is not a Superglobal in PHP??

a $_ENV

b $_FILES

c $_SERVER

d $_PUT
e None

f None

Q11: How do you create an array in PHP??

a $cars = "Volvo", "BMW", "Toyota";

b None

c $cars = newarray("Volvo", "BMW", "Toyota");

d $cars = array("Volvo", "BMW", "Toyota");

e None

f $cars = array["Volvo", "BMW", "Toyota"];

Q12: The maximum length of the varchar columns Is?

a None Of The Mentioned

b None

c Upto 256 Bytes

d Upto 65, 535 Bytes

e Upto 65, 567 Bytes

f None

Q13: How to protect special characters in a query string??

a urlbypass()

b None

c None

d urlencode()

e None

f url_encode()
Q14: What does the FROM instruction do in a Dockerfile??

a FROM creates a layer from a base Docker image.

b None

c FROM specifies the creator of the image

d FROM is an invalid instruction

e None

f FROM adds files from your Docker client’s current directory

You might also like