You are on page 1of 3

Q1: Which command is used to create a deployment in Kubernetes??

a kubernetes set deployment

b kubectl apply deployment

c kubectl deploy

d None

e kubectl run

f None

Q2: How do you create a function in JavaScript??

a function myFunction()

b None

c function = myFunction()

d function:myFunction()

e None

f None

Q3: How can you monitor Docker in production??

a None

b You can use Docker tools such as Docker logs and docker plugins for monitoring

c You can use Docker tools such as Docker pin and docker file for monitoring

d You can use Docker tools such as Docker events and docker stats for monitoring

e None

f None

Q4: What is the correct HTML for making a text area??


a <input type="textbox">

b None

c <textarea>

d None

e <textbox>

f <input type="textarea">

Q5: What is the login name of the administrator in Linux??

The correct Answer is: None

b All of the mentioned

c None of the mentioned

d root

e administrator

f admin

Q6: Which of the following are true for routes in Laravel??

a A route is an endpoint specified by a URI (Uniform Resource Identifier).

b You can not pass any arguments to your routes.

c None

d None

e Routes can point to a method on a controller and also dictate which HTTP
methods are able to hit that URI.

f Routes can only handle GET requests

Q7: What does SQL stands for??

a Structure query language

b Strong question language


c Structured question language

d None

e None

f Separate query language

Q8: Which HTML element defines navigation links??

a <navlink>

b <navigation>

c None

d <navigate>

e <nav>

f None

Q9: What is the Ansible setup module used for??

a Setup ansible on a master host

b Setup Ansible on remote hosts

c Setup your SSH keys

d Gathers facts about remote hosts

e None

f None

You might also like