You are on page 1of 5

Q1: What is the default working directory of the Linux administrator user??

a /home/root

b /administrator

c Doesn't have one

d /root

e /usr/admin

f /admin

Q2: Where in Wordpress can you discourage search engines from indexing this site??

a None

b From the Tools->Export Section

c None

d From the Plugins Section

e From the Users Section

f From the General->Reading Section

Q3: Is the NULL value treated as 0??

a None

b False

c None

d True

e None

f None

Q4: How to scale a service to 7 replicas in Docker Swarm??


a None

b docker service replica-set name_of_your_service_here=7

c docker service upgrade name_of_your_service_here=7

d docker service scale name_of_your_service_here=7

e docker service update name_of_your_service_here=7

f None

Q5: 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 Docker Universal Control Plane

c None

d Docker Compose

e Docker Hub

f None

Q6: Which data type is used to store a sequence of characters in Python??

a Integer

b String

c Float

d None

e Boolean

f None

Q7: How can you detect the client's browser name??

a browser.name
b None

c None

d None

e client.navName

f navigator.appName

Q8: How do we escape data before storing it in the database??

a None

b None

c The addslashes function enables us to escape data before storage into the
database.

d None

e The addstring function enables us to escape data before storage into the database.

f None

Q9: What is the correct HTML for adding a background color??

a <background>yellow</background>

b <body style="background-color:yellow;">

c None

d <body style bg="yellow">

e None

f <body bg="yellow">

Q10: Which of the following provides content type of the uploaded file in PHP??

a $_FILES['file']['tmp_name']

b $_FILES['file']['size']

c None
d $_FILES['file']['type']

e $_FILES['file']['name']

f None

Q11: Write a command to create deployment??

The correct Answer is: None

b kubectl --create f Deployment.yaml –record

c kubectl create f Deployment.yaml –record

The correct Answer is: None

The correct Answer is: None

f kubectl create –f Deployment.yaml –record

Q12: Which HTML element defines the title of a document??

a <head>

b <title>

c None

d <meta>

e <start>

f None

Q13: To use 'mysqldbcopy' which privileges are required on the source server??

a UPDATE

b None

c CREATE

d None

e INSERT
f SELECT

You might also like