You are on page 1of 4

Q1: In a LIKE clause, you can ask for any 6 Letter Value by writing:?

a LIKE .{6}

b LIKE ^.{6}$

c LIKE ______ (Six Underscore Characters)

d None

e LIKE ??????

f None

Q2: What is the default execution time set in set_time_limit()??

a None

b None

c 40 secs

d 30 secs

e 20 secs

f 35 secs

Q3: Which of the following method acts as a destructor function in a PHP class??

a class_name()

b destructor()

The correct Answer is: None

The correct Answer is: None

e __destruct

f destructor

Q4: What is a Kubernetes volume??


a The software within an OS that controls capacity allocation for nodes

b Layering software that puts apps into compartments for easier deployment

The correct Answer is: None

d Code that enables two software programs to communicate

The correct Answer is: None

f A directory for the data accessible to containers in a pod

Q5: The UNION command is used to combine result sets from more than one query into a
single result set?

a None

b None

c None

d None

e True

f False

Q6: Which of these is a valid call to a function (watch The Spaces Carefully!)?

a CONCAT( "A" . "B" )

b CONCAT( A , B )

c CONCAT ( A , B )

d None

e None

f CONCAT ( "A" , "B" )

Q7: Which of the explantions given is related to the the $_SERVER variable?

a An associative array consisting of the contents of $_GET, $_POST, and $_COOKIE.


b Contains a reference to every variable which is currently available within the
global scope of the script.

The correct Answer is: None

d An associative array containing global variables available to the current script.

The correct Answer is: None

f This is an array containing information such as headers, paths, and script locations.

Q8: Cronjobs in kubernetes run in?

a None

b None

c Based on NTP settings

d Master node local timezone

e GMT only

f UTC only

Q9: How can you create an E-mail link??

a <a Href="mailto:a@b.com">

b <mail>a@b</mail>

c <a Href="a@b">

d None

e <mail Href="a@b">

f None

Q10: Which of the following is used to destroy the session??

a $_SESSION[]

b isset() function

The correct Answer is: None


d session_destroy() function

e session_start() function

The correct Answer is: None

Q11: Which are the three looping constructs provided by shell?

a done

b foreach

c each

d for

e while

f until

You might also like