0% found this document useful (0 votes)
24 views4 pages

5 Week For WIZV

Uploaded by

GENOBIAGON Joram
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views4 pages

5 Week For WIZV

Uploaded by

GENOBIAGON Joram
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Q1: How to check for Docker Client and Docker Server version??

a None

b docker -v

c udo docker -p

d None

e docker version

f None

Q2: Words ORDER BY in the SQL operator?

a eliminates all repeated rows from the result set

b allows you to combine the results of individual queries across multiple tables into
a single result table

c None

d None

e changes the order of output rows

f converts the value of a column or function to a different type

Q3: Which of the following provides content type of the uploaded file in PHP??

a None

b None

c $_FILES['file']['size']

d $_FILES['file']['type']

e $_FILES['file']['name']

f $_FILES['file']['tmp_name']

Q4: How do you get information from a form that is submitted using the "get" method??
a $_GET[];

b $_GET.QueryString

c Request.QueryString;

d None

e Request.Form;

f None

Q5: How can we check if the value of a given variable is alphanumeric??

a ctype_alnum to check whether it is an alphanumeric value or not.

b None

c dtype_alnum to check whether it is an alphanumeric value or not.

d gtype_alnum to check whether it is an alphanumeric value or not.

e None

f None

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 CONCAT ( "A" , "B" )

e None

f None

Q7: Which ‘meta box’ is not hidden by default on Post and Page screens??

a None

b Featured Image is the child box that is hidden by default on Post and Page screens.
c None

d None

e None

f Featured Image is the meta box that is not hidden by default on Post and Page
screens.

Q8: Deployment Controllers are part of?

a kube-scheduler

b None

c None

d etcd manager

e Master Controller Manager

f API Controller Manager

Q9: How to compares the current state of the cluster against the state that the cluster would
be in if the manifest was applied in Kubernetes??

a kubectl state -f ./my-manifest.yaml

b None

c kubectl show -f ./my-manifest.yaml

d kubectl diff -f ./my-manifest.yaml

e kubectl log -f ./my-manifest.yaml

f None

Q10: How can we display human readable information of a variable with PHP??

a To display a human-readable result we use print_r().

b None

c To display a human-readable result we use print().


d None

e To human-readable result we use print_r(/ln).

f None

You might also like