You are on page 1of 3

Q1: How to delete an image from the local storage system??

a None

b $ docker rmin <imageid>

c None

d $ docker rmi <image-id>

e $ docker --rmi <image-id>

f None

Q2: How do you write "Hello World" in PHP?

a display "Hello World";

b Document.Write("Hello World");

c "Hello World";

d echo "Hello World";

e None

f None

Q3: Which of the following stores Kubernetes cluster data??

The correct Answer is: None

b ETCD

c Kube-API server

d None of the mentioned

The correct Answer is: None

f “Kubelet

Q4: What is PHP heredoc used for??


a allows creating multiple lines of string without using quotations

b allows creating single line of string without using quotations

c allows creating multiple lines of string with quotations

d None

e None

f allows creating single lines of string with using quotations

Q5: Each virtual machine includes the application, the necessary binaries and libraries, and
an entire guest operating system - All of which may be tens of GBs in size.?

a None

b True

c None

d None

e None

f False

Q6: 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 Update content from the server

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

d None

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

f None

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

a None
b <?php include "time.inc"; ?>

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

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

e None

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

Q8: Which superglobal variable holds information about headers, paths, and script
locations??

a None

b None

c $_SERVER

d $_GLOBALS

e $_GET

f $_SESSION

Q9: The WHERE clause is mandatory when using the SELECT command?

a None

b True

c None

d None

e None

f False

You might also like