You are on page 1of 4

Q1: How to initialize a docker swarm??

a docker init --advertise-addr your_server_ip_here

b None

c docker master init --advertise-addr your_server_ip_here

d None

e docker init swarm --advertise-addr your_server_ip_here

f docker swarm init --advertise-addr your_server_ip_here

Q2: What is virtualization??

a Virtualization is the process of creating a software-based, virtual version of


something(compute storage, servers, application, etc.).

b None

c None

d Virtualization is the process of creating a software-based, real version of


something(compute storage, servers, application, etc.).

e None

f None

Q3: Which is the environment variable which holds your home directory information??

a HOME.

b It's generated dynamically

The correct Answer is: None

The correct Answer is: None

e ADMINISTRATOR

f ROOT.
Q4: What should one use for plugin development — custom post types or custom database
tables??

a custom post type

b None

c None

d custom database tables

e There is no specific preference for plugin development; it depends on what type of


plugin’s one has to develop.

f None

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

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

b None

c The <head> section

d The <body> section

e The <footer>

f None

Q6: Suppose you have 3 containers running and out of these, you wish to access one of
them. How do you access a running container??

a $ docker exec it <container id> bash

b $ docker exec --it <container id>

The correct Answer is: None

The correct Answer is: None

e $ docker exec -it <container id> bash

The correct Answer is: None


Q7: What is the login name of the administrator in Linux??

The correct Answer is: None

b None of the mentioned

c All of the mentioned

d admin

e root

f administrator

Q8: Which of the following is not a component of a Master Node??

a API server

The correct Answer is: None

c Controller Manager

d Scheduler

e kubectl

The correct Answer is: None

Q9: MySQL supports different Character Sets, which command is used to display all of
them??

a SHOW CHARACTER SET

b CHARACTER SET;

c None

d SHOW; ;

e None Of The Mentioned

f None

Q10: How can you make sure your Docker containers and their data are safely backed up??
a Backup the /var/lib/docker/ directory manually Nothing.

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

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

d None

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

f None

Q11: The PHP syntax is most similar to:?

a Bash

b None

c JavaScript

d Perl and C

e None

f VBScript

You might also like