You are on page 1of 4

Q1: The BODY Tag is usually used after?

a TITLE Tag

b HTML Tag

c None

d HEAD Tag

e None

f EM Tag

Q2: How to list a particular Kubernetes deployment??

a kubectl describe deployment my-dep

b kubectl get deployment my-dep

c None

d None

e kubectl info deployment my-dep

f kubectl ls deployment my-dep

Q3: What is the name of the enterprise-grade cluster management solution from Docker??

a Docker Swarm

b Docker Universal Control Plane

c Docker Web UI

d None

e None

f Docker Hub

Q4: How to save a new docker image with container id mentioned in the command on the
local system.?
The correct Answer is: None

b $ docker save 109ca6efc quizapi/httpd_image

c $ docker --save 109ca6efc quizapi/httpd_image

The correct Answer is: None

e $ docker commit 109ca6efc quizapi/httpd_image

The correct Answer is: None

Q5: In what case we cannot recommend WordPress to a client??

a If the client wants to create a website for puppies or any kind of animals

b If the client wants to create a quick e-commerce website

c If the client is working on a non-CMS base project

d None

e If a site wants complex or innovative e-commerce

f Sites are requiring custom scripting solutions.

Q6: Which ‘meta box’ is not hidden by default on Post and Page screens??

a None

b None

c None

d None

e Featured Image is the meta box that is not hidden by default on Post and Page
screens.

f Featured Image is the child box that is hidden by default on Post and Page screens.

Q7: Which of the following function sorts an array in reverse order??

a shuffle()

b reset()
c rsort()

The correct Answer is: None

e sort()

The correct Answer is: None

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

a None

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

c None

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

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

f $_FILES['file']['tmp_name']

Q9: Can you insert multiple rows with only one INSERT query??

a True

b None

c False

d It's possible but only with newer MySQL versions

e None

f Yes but these inserts cause data corruption

Q10: How can we list out all currently executing background processes??

a ps -e

b proccess -aux

The correct Answer is: None

d ps faux
The correct Answer is: None

f top

Q11: Which one of the following property scopes is not supported by PHP??

a static

b public

c None

d friendly

e final

f None

Q12: Which of the following statements is NOT true for views in SQL??

a None

b Select statement used in the view definition cannot include ORDER BY clause.

c None

d A view drives its data from the base tables(s)

e A view contains a copy of the data

f A view is updatable if it has been defined from a single relation

You might also like