Report For YIZP

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Q1: Which function returns reference to Array of row values??

a Fetchrow_array()

b None

c Fetchrow_refarray()

d Fetchrow_arrayref()

e Fetchrow_hashref()

f Fetch()

Q2: Which of the following variables is not a predefined variable??

a .$post

b $get

c None

d $request

e None

f $ask

Q3: Which command is used to create a Kubernetes service??

a kubectl expose

b None

c kubectl deploy service

d None

e kubectl set service

f kubectl create service

Q4: Which of the following attribute triggers event after the document is printed??
a onprint

b onafterprint

c offlineprint

d None

e None

f onbeforeprint

Q5: Which of the following statements is NOT true for views in SQL??

a None

b A view contains a copy of the data

c None

d A view is updatable if it has been defined from a single relation

e A view drives its data from the base tables(s)

f Select statement used in the view definition cannot include ORDER BY clause.

Q6: How to remove the docker container with container id mentioned in the command.?

a None

b $ docker -rm rf 9b6343d3b5a0

c None

d $ docker rm -rf 9b6343d3b5a0

e None

f $ docker rm 9b6343d3b5a0

You might also like