You are on page 1of 4

Q1: Choose the option to remove write permission for group & others for a file “a.txt”.?

a None

b chmod go=”r-x” a.txt

c Select disable write for group and others where file=”a.txt”

d None

e chmod go-w a.txt

f chmod w-go a.txt

Q2: To create a new deployment in kubernetes, use the command?

a kubectl deploy

b kubernetes get deployment

c kubernetes set deployment

d kubectl run

The correct Answer is: None

The correct Answer is: None

Q3: What is an action hook??

a None

b A hook that is triggered at a specific time when WordPress is not running so it lets
you take an action.

c None

d A hook that is triggered at a specific time when WordPress is running and lets you
take an action.

e None

f None

Q4: TCL is used for _______??


a Managing the changes made by DML statements

b None

c None of the mentioned

d None

e Defining database schema

f Control access to data stored in a database

Q5: The external JavaScript file must contain the <script> tag.?

a None

b False

c None

d None

e None

f True

Q6: When looking for all the processes running on a Linux system, what command should
you use??

a service

b ps

c None

d oterm

e xrun

f None

Q7: What Is a MySQL View??

a None
b VIEWS are virtual tables that do not store any data of their own but display data
stored in other tables.

c VIEWS are temporary tables that store data which store data only for a certain
amount of time

d VIEWS are no different that any other tables except they are used for faster
loading.

e VIEWS are static tables that store data but the data can't be changed

f None

Q8: Why wouldn't you see Docker in Plesk installer's list of components??

The correct Answer is: None

b Your Plesk license doesn't have a Docker add-on

The correct Answer is: None

The correct Answer is: None

e Docker is available as an extension and you can only install it from the extensions
catalog

f The server does not satisfy Docker system requirements

Q9: How can you monitor Docker in production??

a You can use Docker tools such as Docker pin and docker file for monitoring

b You can use Docker tools such as Docker logs and docker plugins for monitoring

c You can use Docker tools such as Docker events and docker stats for monitoring

d None

e None

f None

Q10: How to retrieve the join token for worker nodes in Docker Swarm??

a docker swarm join-token get worker


b docker swarm join-token worker

c None

d docker swarm get join-token worker

e None

f docker get join-token worker

Q11: How does a WHILE loop start??

a while i = 1 to 10

b while (i <= 10; i++)

c None

d while (i <= 10)

e None

f None

You might also like