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

Q1: In the context of Kubernetes, what is a container??

a A container is a standard unit of software that packages up code and all its
dependencies so the application runs quickly and reliably from one computing environment
to another

The correct Answer is: None

c A large metal box that is used to hold or transport something

d A unit that stores data on a computer's memory drive

e An application which requires dedicated hardware to run on

The correct Answer is: None

Q2: HTML Is a subset of?

a None Of These

b SGMD

c SGML

d None

e None

f SGMT

Q3: What does $_FILES mean??

a None

b $_FILES is an associative array composed of items sent to the current script via the
HTTP POST method.

c None

d $_FILES is an associative array composed of items sent to the current script via the
HTTP GET method.

e None

f None
Q4: What type of function is needed when passing values through a form or an URL??

a None of the mentioned

b urlencode()

c Both of these

d htmlspecialchars()

e None

f None

Q5: Is it possible to use COM component in PHP??

a None

b None

c False

d None

e True

f None

Q6: Which of the following is the best way to modify a table to allow null values??

a ALTER TABLE table MODIFY column VARCHAR(255)

b None of the above

c ALTER TABLE table MODIFY column varchar(255) null

d ALTER TABLE table CHANGE column column type DEFAULT NULL

e None

f ALTER table MODIFY column varchar(255) null

Q7: How to start a container??


The correct Answer is: None

b $ docker push <container_id>

The correct Answer is: None

d $ docker start <container_id>

e $ docker -->start <container_id>

The correct Answer is: None

Q8: <TD> … </TD> tag is used for ________?

a Table Records

b none of the above

c Table heading

d None

e None

f Table row

Q9: Which of the K8s resources do not associate with any namespace??

a Nodes

b Persistent Volumes

c ReplicaSets

d Services

e DaemonSets

The correct Answer is: None

You might also like