You are on page 1of 5

Q1: Which of the following is a declaration for an HTML document??

a None

b <html>.....</html>

c <!DOCTYPE Html>

d None

e <p>.....</p>

f <body>.....</body>

Q2: What is a Kubernetes volume??

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

b Layering software that puts apps into compartments for easier deployment

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

d Code that enables two software programs to communicate

The correct Answer is: None

The correct Answer is: None

Q3: Which of the following is correct about geolocation api in HTML5??

a A Javascript can capture your latitude and longitude and can be sent to backend
web server and do fancy location-aware things like finding local businesses or showing your
location on a map.

b None

c HTML5 Geolocation API lets you share your location with your favorite web sites.

d All of these

e Today most of the browsers and mobile devices support Geolocation API.

f None

Q4: How many error levels are available in PHP ??


a 19

b 20

c4

d None

e None

f 16

Q5: What does GNU stands for??

a General Unix

b None

c Gnu’s not Unix

d None

e Global Unix

f Geek Needed Unix

Q6: What tag is used to display a picture in a HTML page??

a Img

b None

c Picture

d None

e Src

f Image

Q7: How to mark a node called my-node as unschedulable in Kubernetes??

a kubectl down my-node


b None

c kubectl off my-node

d kubectl cordon my-node

e kubectl stop my-node

f None

Q8: Which of the following is a hosted service that provides a Registry with build and
testing facilities for Dockerized application images, tools to help you set up and manage
your host infrastructure.?

a Docker Cloud

b None

c Docker Hub

d None

e Docker Universal Control Plane

f Docker Compose

Q9: Which of these elements are all <table> elements??

a <table><head><tfoot>

b <thead><body><tr>

c None

d <table><tr><tt>

e None

f <table><tr><td>

Q10: What happens when you use this 'kill %s' command??

a System processes will be stopped

b None
c All jobs with command beginning with ‘s’ will be terminated

d The first job with 's' will be terminated

e The last job with 's' will be terminated

f None

Q11: To program additional authentication logic besides available authenticator modules,


_______________ can be used.?

a OpenID Connect Tokens

b Authentication Proxy

The correct Answer is: None

d WebHook Authentication

e Keystone Password

The correct Answer is: None

Q12: How to start a container??

a $ docker start <container_id>

The correct Answer is: None

c $ docker push <container_id>

The correct Answer is: None

e $ docker -->start <container_id>

The correct Answer is: None

Q13: Is it possible to remove the HTML tags from passed data??

a None

b The string_tags() function enables us to clean a string from the HTML tags.

c None

d The strip_tags() function enables us to clean a string from the HTML tags.
e The stripTags() function enables us to clean a string from the HTML tags.

f None

Q14: Type Hinting was introduced in which version of PHP??

a PHP 7

b PHP 6

c None

d PHP 5

e PHP 4

f None

You might also like