You are on page 1of 3

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

a Specify the external name

The correct Answer is: None

c Specifying the label and api-version

d Specify an endpoint with IP

e Address and port Just by specifying the IP address

The correct Answer is: None

Q2: What will be the effect of the query SELECT c.*,e.* FROM clients c INNER JOIN
employees e ON c.emp_no = e.emp_no;?

a None

b return only records that have matching emp_no values in both tables

c None

d return all the records from the clients table and only those that match the emp_no
from the employees table

e return all the records from the employees table and only those that match the
emp_no from the clients table

f The query will generate an error

Q3: What do you know about Sematext Docker Agent??

The correct Answer is: None

The correct Answer is: None

c Sematext Docker agent runs as a large container in some Docker host and gathers
metrics, events and logs for all the containers and cluster nodes.

The correct Answer is: None

e Sematext Docker agent runs as a large container in each Docker port and gathers
metrics, events and logs for some of the containers and cluster nodes.
f Sematext Docker agent runs as a small container in each Docker host and gathers
metrics, events and logs for all the containers and cluster nodes.

Q4: Commands passed to the MySQL daemon are written in?

a Swedish

b None

c The Structured Query Language

d Binary

e Your Choice From Perl, PHP, Java Or Some Other Languages

f English

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

a None

b None

c $ docker pull httpd

d $ docker pull httpd img

e None

f $ docker pull http img

Q6: How can you make sure your Docker containers and their data are safely backed up??

a Schedule regular Plesk backups. Docker containers are included in Plesk backups.

b None

c Backup the /var/lib/docker/ directory manually Nothing.

d Set up volume mapping on all containers to store their data in a single location on
the server (example, /data/) and backup this location.

e None

f Data stored in Docker containers is backed up to Docker Hub.


Q7: How to check the current disk usage on Linux??

a free

b uptime

c usage

d None

e None

f df

Q8: How to list only the running containers??

a None

b docker print

c None

d docker ps

e docker list

f docker run

Q9: Which of the following key combinations allows to terminate the current process in
Linux shell??

a Ctrl + A

b Ctrl + C

c None

d Ctrl + L

e None

f Ctrl + Z

You might also like