You are on page 1of 5

Q1: How to list the contents of a folder??

a pwd

b None

c print

d ls

e None

f list

Q2: Which CMS powers around 35% of all websites on the internet??

a WordPress

b None

c Laravel

d None

e Dropal

f Joomla

Q3: What is a Widget??

a Widget is a function of special software that allows feedreaders to access a site.

b None

c WordPress Widgets add content and features to your Sidebars.

d Widget is a vertical column provided by a theme for displaying information other


than the main content of the web page.

e None

f None of the mentioned

Q4: How to save a new docker image with container id mentioned in the command on the
local system.?
a $ docker save 109ca6efc quizapi/httpd_image

b $ docker --save 109ca6efc quizapi/httpd_image

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

f $ docker commit 109ca6efc quizapi/httpd_image

Q5: Which ones are a core Kubernetes object??

The correct Answer is: None

b “Pods,” “Services,” “Volumes,”

The correct Answer is: None

The correct Answer is: None

e “Swarm,” “Pilot,” “Node,”

The correct Answer is: None

Q6: What is the correct way to include the file "time.inc" ??

a None

b <!-- include file="time.inc" -->

c <?php include:"time.inc"; ?>

d None

e <?php include file="time.inc"; ?>

f <?php include "time.inc"; ?>

Q7: How to show the metrics for a given node in Kubernetes??

a None
b kubectl ps node my-node

c kubectl uptime node my-node

d None

e kubectl resources node my-node

f kubectl top node my-node

Q8: Which value of Socket.readyState atribute of WebSocket indicates that the connection
has been closed or could not be opened??

a1

b2

c0

d None

e None

f3

Q9: Which of the following is a valid Kubernetes configuration? Select those answers that
apply.?

a Single Master (with etcd) and Multi-Worker Nodes

The correct Answer is: None

c External etcd Cluster, Multi-Master and Multi-Worker Nodes

d All-in-One Kubernetes Installation

e External etcd Cluster, Single Master and Multi-Worker Nodes

f Kubernetes Swarm

Q10: Where is the correct place to insert a JavaScript??

a Both the <head> section and the <body> section are correct

b The <footer>
c The <body> section

d The <head> section

e None

f None

Q11: _______ manages the assigning nodes to pods depending on resource availability.?

a Scheduler

b Flanneld

c Etcd

The correct Answer is: None

The correct Answer is: None

f Kubectl

Q12: Which command can be used to display basic information about your server??

a show

The correct Answer is: None

c uname

The correct Answer is: None

e info

f ls

Q13: What is the difference between the WordPress Address and Site Address settings
located in the General Settings area??

a The WordPress Address is where to look for WordPress files, while the Site
Address is what will be used as the base for creating URLs for web pages.

b None

c None
d The WordPress Address is where to look for WordPress plugins, while the Site
Address is what will be used as the base for creating URLs for web pages.

e None

f The WordPress Address is where to look for WordPress meta tags , while the Site
Address is what will be used as the base for creating URLs for web pages.

Q14: What does $_FILES mean??

a None

b None

c None

d $_FILES is an associative array composed of items sent to the current script via the
HTTP GET method.

e $_FILES is an associative array composed of items sent to the current script via the
HTTP POST method.

f None

You might also like