You are on page 1of 3

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

The correct Answer is: None

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

The correct Answer is: None

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


entire e-commerce sites.

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

f All of the mentioned.

Q2: Which of the following is true about Cookies??

a None

b Cookies are included with every HTTP request, thereby sending data unencrypted
over the internet.

c Cookies are limited to about 4 KB of data . Not enough to store required data.

d Cookies are included with every HTTP request, thereby slowing down your web
application by transmitting the same data.

e All of the above.

f None

Q3: Why do we need HTML5 Server-Sent Events??

a Server-Sent Events (SSE) is a recent HTML5 specification in combination with the


EventSource API designed for streaming updates.

b None

c None

d Server-Sent Events (SSE) is a recent HTML5 specification in combination with the


EventSource API designed for getting POST and GET request.

e None
f None

Q4: Who developed WordPress??

a WordPress was co-founded by Andrew Mclean and Mike Hathaway on the 24th of
May 2003.

b None

c None

d WordPress was co-founded by Matt Mullenweg and Mike Little on the 27th of May
2003.

e WordPress was co-founded by Allen Mullenweg and Luke Little on the 27th of June
2003.

f None

Q5: What do you need to specify in your Ansible playbook to stop gathering facts??

a None

b None

c gather: no

d gather_facts: no

e facts: no

f facts_gathering: no

Q6: At its core, Kubernetes is a platform for:?

The correct Answer is: None

The correct Answer is: None

c Provisioning machines (similar to Puppet, Ansible)

The correct Answer is: None

e Packaging software in containers


f Running and scheduling container applications on a cluster

Q7: Which command will you use to display the first user??

a kubectl config view -o jsonpath='{.users[*].name}'

b None

c kubectl config view -o jsonpath='{.users[].name}'

d None

e kubectl config view -o jsonpath='{.usersname[]}'

f kubectl config view user 1

Q8: What is the correct way to open the file "time.txt" as readable??

a None

b fopen("time.txt","r+");

c open("time.txt");

d None

e open("time.txt","read");

f fopen("time.txt","r");

You might also like