You are on page 1of 5

Q1: Which command will you use to run a playbook called install.yaml with Ansible??

a ansible install.yml

b ansible --playbook install.yml

c ansible-playbook install.yml

d None

e None

f ansible -p install.yml

Q2: How do you round the number 7.25, to the nearest integer??

a None

b None

c round(7.25)

d Math.round(7.25)

e rnd(7.25)

f Math.rnd(7.25)

Q3: Select all true statements for a node in Kubernetes??

The correct Answer is: None

b A node may be a VM or physical machine, depending on the cluster.

The correct Answer is: None

d Each node contains the services necessary to run pods and is managed by the
master components

e There is only one node in each Kubernetes cluster

f A node is a worker machine in Kubernetes, previously known as a minion

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


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

b None

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

d None

e None

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

Q5: A much better approach to establish the base URL is to use the ______ element.?

a BODY

b BASE

c None

d HEAD

e None

f None Of The Above

Q6: Which command can be used to find a word from a text file??

a grep

b None

c sort

d None

e find

f cut

Q7: Which artisan command would you use to create a new Laravel Model??

a php artisan model create ModelName

b php artisan create:model ModelName


c None

d php artisan model:make ModelName

e php artisan make:model ModelName

f None

Q8: Which HTML element is used to specify a header for a document or section??

a <top>

b <head>

c <header>

d None

e None

f <section>

Q9: Which flag is used to specify the path to the configuration file in kube-proxy??

The correct Answer is: None

The correct Answer is: None

c –config string

The correct Answer is: None

e –cluster-cidr string

f –detect-local-mode LocalMode

Q10: The wildcard in a WHERE clause is useful when??

a An exact match is necessary in a CREATE statement.

b An exact match is necessary in a SELECT statement.

c None

d None
e An exact match is not possible in a CREATE statement.

f An exact match is not possible in a SELECT statement.

Q11: If the Plesk server can't run Docker locally, you can still connect to a remote Docker
server to manage containers. You'll need:?

a A Windows Server

The correct Answer is: None

c A virtuozzo 6 container

d One separate ready-to-code environment

e The Plesk Docker extension

The correct Answer is: None

Q12: What is the meaning of "overhead" in MySQL??

a None

b None

c Temporary diskspace that the database uses to run some of the queries

d The size of a table

e A tablespace name

f None of the above

Q13: How is a constant defined in a PHP script??

a None

b define ("ACONSTANT" 123)

c None

d define ("ACONSTANT", 123);

e define (CONSTANT, 123);

f None
Q14: _________ service is automatically created for you K8s cluster creation and takes care of
the internal routing of the cluster.?

The correct Answer is: None

The correct Answer is: None

c ClusterIP

d Load Balancer

e Headless

f NodePort

You might also like