You are on page 1of 3

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

a None

b Update content from the server

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

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

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

f None

Q2: What could be used to program additional authentication logic besides available
authenticator modules??

a Authentication Proxy

b Kubernetes Role Manager

c Kube Auth Service

d None

e Kube Vault

f None

Q3: How to delete a stopped container??

a None

b None

c $ docker rm <container id>

d None

e $ docker rm -n <container id>

f $ docker ---rm <container id>

Q4: How can you find the status of a Docker container??


a The command “docker ps status” is used for identifying the status of a Docker
container.

The correct Answer is: None

c The command “docker ps -a” is used for identifying the status of a Docker
container.

d The command “docker ps -p” is used for identifying the status of a Docker
container.

The correct Answer is: None

The correct Answer is: None

Q5: Include files must have the file extension ".inc"?

a None

b False

c True

d None

e None

f None

Q6: In a LIKE clause, you can ask for any 6 Letter Value by writing:?

a LIKE .{6}

b LIKE ??????

c None

d LIKE ^.{6}$

e LIKE ______ (Six Underscore Characters)

f None

Q7: What is the name of a Linux utility used for managing software packages on Red Hat and
Red Hat-based Linux distributions??
a grub

b None

c yum

d None

e apt

f apt-get

Q8: Is it possible to use COM component in PHP??

a None

b None

c None

d True

e None

f False

You might also like