You are on page 1of 4

Q1: What is moderate comment in WordPress.?

a Comments by admin on a post are not published directly unless the clients
provides it. It is called moderation.

b None

c None

d None

e Comments by admin on a post are not published directly unless the visitors
provides it. It is called moderation.

f Comments by visitors on a post are not published directly unless the admin
provides it. It is called moderation.

Q2: When would you use path along with file name of a picture in an IMG tag??

a when the location of image file and html file are different

b None

c when image file and html file both are on same location d.

d path is always necessary when inserting image

e path is optional and not necessary

f None

Q3: Data Warehouse provides?

a Storage, Functionality Responsiveness to queries

b None of these

c Demand and Supply Responsiveness

d None

e None

f Transaction Responsiveness
Q4: 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 None

b Docker Compose

c Docker Hub

d Docker Universal Control Plane

e None

f Docker Cloud

Q5: Which operator is included in the data manipulation language (DML)??

a CREATE

b INSERT

c GRANT

d None

e DROP

f None

Q6: How to list all Kubernetes pods in the current namespace, with more details??

a None

b kubectl get pods -v

c kubectl get pods -f more

d kubectl get pods -o details

e kubectl get pods -o wide

f None

Q7: HTML comments start with <!-- and end with -->?
a None

b None

c True

d False

e None

f None

Q8: ________is the enterprise-grade cluster management solution from Docker. It manages
your whole cluster from a single place.?

The correct Answer is: None

b Docker Swarm

c Docker Compose

d Docker Universal Control Plane

e Docker Hub

The correct Answer is: None

Q9: What is a WordPress taxonomy??

a None

b In WordPress, a “taxonomy” is a grouping mechanism for some plugins .

c In WordPress, a “taxonomy” is a grouping mechanism for some pages .

d None

e None

f In WordPress, a “taxonomy” is a grouping mechanism for some posts (or links or


custom post types).

Q10: Which of the following are true for a pod in Kubernetes??


a Pods are the simplest units in the Kubernetes object model that you create or
deploy

b You can have only 1 container running in 1 pod

The correct Answer is: None

d A Pod represents processes running on your Cluster

The correct Answer is: None

f A pod is the same as a container

Q11: Which of the following will reset the MySQL password for a particular user??

a UPDATE mysql.user SET Password=’password’ WHERE User=’username’;

b UPDATE mysql.user SET Password=RESET(‘password’) WHERE User=’username’;

c UPDATE mysql.user SET Password=PASSWORD(‘password’) WHERE


User=’username’;

d None

e None

f None of the above

You might also like