Bookmark this page

Quiz: Introduction to Containers

Introduction to Containers

Choose the correct answers to the following questions:


  1. 1.

    What is an effectively immutable version of an application that includes its libraries?

    A

    Container instance

    B

    Virtual machine

    C

    Container image

    D

    Container engine

  2. 2.

    What are two advantages of using containers? (Choose two.)

    A

    Faster program execution

    B

    Stable development target

    C

    Ease of testing and deployment

    D

    Fully virtualized environment

  3. 3.

    Which organization directly governs the standards for containerization?

    A

    Docker

    B

    Red Hat

    C

    Open Container Initiative

    D

    Linux Foundation

  4. 4.

    True or false? An application in an OCI container runs on any OCI-compliant container engine.

    A

    True

    B

    False

  5. 5.

    What is an executable version of an application that includes references to networking, disks, and other runtime necessities?

    A

    Container instance

    B

    Container image

    C

    Container engine

    D

    Virtual machine

  6. 6.

    True or false? A virtual machine most often has a smaller footprint compared to a container.

    A

    True

    B

    False

  7. 7.

    What provides machine-level functionality for running containerized applications?

    A

    Container instance

    B

    Container image

    C

    Container engine

    D

    Hypervisor

Revision: do188-4.14-8c43a16