C4-DCKR-EN

C4-DCKR-EN

University

25 Qs

quiz-placeholder

Similar activities

Chapter 7 (Docker)

Chapter 7 (Docker)

University

21 Qs

ASW_08_EN_Allocation

ASW_08_EN_Allocation

University

28 Qs

Section 9: Networking (7-13)

Section 9: Networking (7-13)

University

29 Qs

Ingeniería de Sistemas

Ingeniería de Sistemas

University

20 Qs

Section 2: Core concepts (26-29)

Section 2: Core concepts (26-29)

University

27 Qs

Chapter 2 (Docker)

Chapter 2 (Docker)

University

30 Qs

C4-DCKR-ID

C4-DCKR-ID

University

20 Qs

SD-U3.1.Dockers y Containers

SD-U3.1.Dockers y Containers

University

20 Qs

C4-DCKR-EN

C4-DCKR-EN

Assessment

Quiz

Computers

University

Medium

Created by

Ari Sujarwo

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

2 mins • 4 pts

What is the difference between container and virtual machine?

Virtual machines virtualize an entire machine down to the hardware layers

Virtual machines virtualize software layers above the operating system level

Each container contains a guest OS (Operating System), a virtual copy of the hardware that the OS requires to run and an application and its associated libraries and dependencies.

Virtual machines are small, fast, and portable because they do not need to include a guest OS in every instance.

2.

MULTIPLE SELECT QUESTION

2 mins • 4 pts

The markup language used to write Docker configuration files is:

JSON

YAML

XML

HTML

3.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

What happens if you attempt to perform a Docker build based on an image that has not been previously referenced on your machine?

Docker will return a 408: image not found message.

Docker will return a 404: file not found message.

Docker will pull the image from GitHub.

Docker will pull the image from Docker Hub.

4.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

Information on how to build a Docker image is written in a file named:

Dockerfile

Jenkinsfile

docker-compose

docker image

5.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

Which of the following statements is most correct?

Docker allows you to run images and build containers.

Docker allows you to run containers and build images.

Docker allows you to run and build containers.

Docker allows you to run and build images.

6.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

Docker containers share the same OS

True

False

7.

MULTIPLE CHOICE QUESTION

2 mins • 4 pts

Which of these statements about containers is false

Containers are an improvement compared with VMs

A container image is a lightweight, stand-alone, executable package of a piece of software

A Container includes everything it needs to run code, runtime, system tools, system libraries, settings.

All of them are right

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?