You are on page 1of 4

Q1: What do the initials of PHP stand for??

a Hyperloop Preprocessor.

b Hypertext Parser.

c Hypertext Preprocessor.

d None

e None

f None

Q2: Is the NULL value treated as 0??

a None

b False

c None

d None

e None

f True

Q3: How do we check if a given variable is empty??

a With the isitempty() function.

b With the empty() function.

c With the isitnull() function.

d None

e None

f With the null() function.

Q4: What is the Container Runtime??


a Software that is responsible for running containers

b A command line tool for communicating with a Kubernetes API server

c None

d None

e Stored instance of a Container that holds a set of software needed to run an


application

f An API object that manages a replicated application

Q5: Which HTML element defines navigation links??

a None

b <navlink>

c <nav>

d None

e <navigation>

f <navigate>

Q6: Expand UFS in context of file system??

a Linux File System.

The correct Answer is: None

c UNIX File system.

d Plain File System.

The correct Answer is: None

f Linux Failing System.

Q7: What is a Kubernetes volume??

a Code that enables two software programs to communicate

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


The correct Answer is: None

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

e Layering software that puts apps into compartments for easier deployment

The correct Answer is: None

Q8: How can you call a constructor for a parent class??

a Parents:: call_constructor($value)

b None

c None

d Parents:: call($value)

e None

f Parents:: constructor($value)

Q9: Which of the following is correct about PHP??

The correct Answer is: None

b PHP is a server side scripting language that is embedded in HTML.

c It is used to manage dynamic content, databases, session tracking, even build


entire e-commerce sites.

d PHP is a recursive acronym for "PHP: Hypertext Preprocessor".

e All of the mentioned.

The correct Answer is: None

Q10: What Is a MySQL View??

a VIEWS are no different that any other tables except they are used for faster
loading.

b VIEWS are temporary tables that store data which store data only for a certain
amount of time
c VIEWS are virtual tables that do not store any data of their own but display data
stored in other tables.

d VIEWS are static tables that store data but the data can't be changed

e None

f None

Q11: Which description best fits a DaemonSet??

a A system to connect nodes and pods

b A method to manage clusters of pods

The correct Answer is: None

The correct Answer is: None

e A channel through which to pass information between two or more nodes

f A way to run a copy of a pod on all or some nodes

You might also like