You are on page 1of 5

Q1: Which of the following is not a services in Kubernetes??

a Load Balancer

b Node port

c External name

The correct Answer is: None

e Cluster IP

f Container Proxy

Q2: What is the difference between Docker image and layer.?

a None

b Docker image is created with a series of read-only layers and layer in docker
represents instructions on the Dockerfile of the image.

c None

d None

e None

f Docker image is created with a series of write-only layers and layer in docker
represents instructions on the Dockerfile of the container.

Q3: Which command would you use to get the hostname of a remote host with Ansible?

a ansible your_server -m setup -a field=*hostname*

b ansible your_server -m setup -a filter=*hostname*

c ansible your_server -m env -a filter=*hostname*

d ansible your_server -m setup -a get=*hostname*

e None

f None

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


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

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

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

d Update content from the server

e None

f None

Q5: Is Kubernetes open-source??

a True

The correct Answer is: None

c False

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q6: Which input type defines a slider control??

a controls

b search

c range

d None

e slider

f None

Q7: Do deactivated plugins slow down a WordPress site??

a Even deactivated plugins slow down your website


b Deactivated do not plugins slow down your website

c None

d None

e None

f None

Q8: What are categories in WordPress.?

a None

b None

c Categories allow a user to list out all the contents

d Categories allow a user to divide its content into different sections.

e None

f Categories allow a user to merge its content from different sections.

Q9: MySQL supports multiple database storage engines.?

a True

b None

c None

d None

e False

f None

Q10: Which of the following is a WordPress function used to execute a database query??

a None

b <?php $wpdb->query('query'); ?>

c <?php $wpdb->fetch('query'); ?>


d None

e <?php $wpdb->run_query('query'); ?>

f <?php $wpdb->mysql_query('query'); ?>

Q11: How to pull the Apache HTTP server image.?

a $ docker pull http img

b None

c $ docker pull httpd

d $ docker pull httpd img

e None

f None

Q12: UPDATE keyword is used for:?

a to change data

b to create database elements

c to manage users

d to select data

e None

f None

Q13: What are the components of Docker architecture??

The correct Answer is: None

b The components of a Docker architecture are the Services, Auth, and Prod.

The correct Answer is: None

The correct Answer is: None

e The components of a Docker architecture are the Server, client, and Images.
f The components of a Docker architecture are the host, client, and registry.

Q14: Kubernetes is written in?

The correct Answer is: None

b Python

c Go

d Java spring framework

e C++

The correct Answer is: None

Q15: How to define a service without a selector??

a Specify an endpoint with IP

b Address and port Just by specifying the IP address

c Specify the external name

d Specifying the label and api-version

The correct Answer is: None

The correct Answer is: None

You might also like