You are on page 1of 5

Q1: The HTML global attribute, "contenteditable" is used to:?

a None

b Specifies a context menu for an element. The menu appears when a user right-
clicks on the element

c Return the position of the first found occurrence of content inside a string

d Update content from the server

e None

f Specify whether the content of an element should be editable or not

Q2: Which of the following is correct about constants??

The correct Answer is: None

b To define a constant you have to use define() function.

c None of the mentioned answers.

d Both of the mentioned answers.

e To retrieve the value of a constant, you have to simply specify its name.

The correct Answer is: None

Q3: Which of the following is NOT a valid mode fopen() mode :?

aw

b x+

cx

da

e r+

fr
Q4: Which of the following input control represents a date and time (year, month, day, hour,
minute, second, fractions of a second) encoded according to ISO 8601 with the time zone set
to UTC in Web Form 2.0??

a None

b datetime

c datetime-local

d date

e None

f month

Q5: __________ runs on each node and ensures containers are running in a pod.?

a Etcd

b Flanneld

c Kubectl

d Scheduler

e None

f None

Q6: What is the highest privilege user in Wordpress??

a Editor

b None

c None

d Author

e Administrator

f Contributer

Q7: Which library is needed to be able to use the image function??


a None

b None

c GH library is needed to execute image functions.

d GD library is needed to execute image functions.

e None

f None

Q8: Which command can be used to stop the current executing process in the background??

a stop

b rm

The correct Answer is: None

The correct Answer is: None

e kill

f remove

Q9: Which doctype is correct for HTML5??

a <!DOCTYPE HTML5>

b <!DOCTYPE HTML PUBLIC>

c <HTML5>

d None

e None

f <!DOCTYPE html>

Q10: What are Docker objects??

a Code, Databases and Local storage


b Files, Plugins and Base

c Docker images, containers and services

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

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

a None

b php artisan model:make ModelName

c php artisan create:model ModelName

d None

e php artisan make:model ModelName

f php artisan model create ModelName

Q12: What does the fopen() function requires for it to execute properly:?

The correct Answer is: None

b It requires one argument, the file name. With a second argument being available if
we want to use it, in which mode to oparate.

c It requires two arguments stating first the file name and then mode in which to
operate.

d It requires two arguments, the file name and the extension of the file we are
opening.

e It requires one argument, the file name.

The correct Answer is: None

Q13: How to list all pods that are either labelled with env=development or with
env=production?

The correct Answer is: None


b $ kubectl get pods -l 'env in (production, development)'

The correct Answer is: None

The correct Answer is: None

e $ kubectl get pods 'env in (production, development)'

The correct Answer is: None

Q14: Which command is used to access a running container??

a docker exec -it container_id bash

b docker fetch container

c docker login container_id

d docker run container_id bash

e None

f None

You might also like