You are on page 1of 5

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

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

b All of the above.

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

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

e None

f None

Q2: Which of the following is used to check that a cookie is set or not??

The correct Answer is: None

The correct Answer is: None

c getcookie() function

d None of the above.

e $_COOKIE variable

f isset() function

Q3: All elements are identified by their __________ and are marked up using either start tags
and end tags or self-closing tags?

a Class Names

b Tag Names

c None

d None

e None of the mentioned

f Attribute Names
Q4: What does the expression Exception::__toString means??

a Exception::__String

b Exception::__toString

c Exception::_toString

d None

e None

f None

Q5: What is the default DATE field type format??

a YYYY-MM-DD

b MMDDYYYY

c DD-MM-YYYY

d MM-DD-YY

e None

f YYYY-DD-MM

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

a gather: no

b gather_facts: no

c None

d None

e facts: no

f facts_gathering: no

Q7: What do you mean by “Rolling Update”??


The correct Answer is: None

b Rolling updates helps the user to replace an existing replica controller to newer
one

The correct Answer is: None

The correct Answer is: None

e Rolling updates helps the user to replace the node pool to a newer one

The correct Answer is: None

Q8: Which SQL statement is used to return only different values??

a SELECT

b None

c DISTINCT

d DIFFERENT

e None of the above

f DUPLICATE

Q9: Following Docker command: docker push user_name/repository_name is used to:?

a Push changes done in an docker image into Docker Hub

b None

c Commit changes done in a Docker image

d Activate default VM machine

e Build an image

f None

Q10: Which tag is used to create a checkbox in HTML??

a None

b <checkbox>
c < Input type = "checkbox">

d < Input type "checkbox">

e <cb>

f None

Q11: What is the role of kube-apiserver and kube-scheduler??

The correct Answer is: None

b The kube – apiserver follows the scale-out architecture and, is the front-end of the
master node control panel.

The correct Answer is: None

d The kube – apiserver follows the scale-out architecture and, is the back-end of the
master node control panel.

The correct Answer is: None

The correct Answer is: None

Q12: Ansible playbooks are the basis for a really simple configuration management and
multi-machine deployment system, unlike any that already exist, and one that is very well
suited to deploying complex applications.?

a None

b None

c None

d false

e None

f true

Q13: Which command can be used to execute a command/s repeatedly for the given
schedule??

The correct Answer is: None


The correct Answer is: None

c crontab

d while

e for

f set

Q14: How can you open a link in a new tab/browser window??

a None

b None

c <a href="url" target="_blank">

d <a href="url" new>

e <a href="url" target="new-tab">

f <a href="url" target="new">

You might also like