Chapter 8-1 (Docker)

Chapter 8-1 (Docker)

University

11 Qs

quiz-placeholder

Similar activities

Distributed Systems

Distributed Systems

University

11 Qs

UNIX Commands

UNIX Commands

University

10 Qs

AL2TP

AL2TP

4th Grade - University

11 Qs

Docker basic

Docker basic

University

14 Qs

Linked List - Implementation

Linked List - Implementation

University

15 Qs

HPE SimpliVity - TechPro - 30Mar22

HPE SimpliVity - TechPro - 30Mar22

University

10 Qs

GCloud | Quiz 1 | Track1

GCloud | Quiz 1 | Track1

University

10 Qs

DS UNIT-2 TEST-3

DS UNIT-2 TEST-3

University

10 Qs

Chapter 8-1 (Docker)

Chapter 8-1 (Docker)

Assessment

Quiz

Computers

University

Easy

Created by

Kelly Gafford

Used 2+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A collection of hosts running Docker which are setup to interact with each other in a clustered configuration is called a _____
cluster
swarm
collection
group

Answer explanation

A Docker Swarm is a native clustering and orchestration tool for docker allowing you to create a cluster of Docker engines, or nodes, that work together as a singe, virtual system.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which role is responsible for the centralized management point for all Swarm hosts?
worker
swarm
manager
node

Answer explanation

This node is responsible for the centralized management point for all Swarm Hosts.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes a Docker worker node in a Swarm cluster?
It stores the cluster state and performs orchestration tasks.
It executes containers and services as instructed by the manager nodes.
It acts as a load balancer, distributing traffic across the services.
It provides a graphical user interface for managing the cluster.

Answer explanation

In a Docker Swarm, worker nodes are responsible for running the actual containers that make up your applications. The receive instructions from the manager nodes about which services to run and how many replicase to maintain.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which option will create the manager node for a Swarm?
init
ls
join
rm

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which option will add a node to a Swarm?
init
ls
join
rm

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command will allow you to check the Swarm?
init
ls
join
rm

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The node command allows you to perform tasks on a specific node or multiple nodes.
True
False

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?