Bookmark this page

Quiz: Introducing Containers

Choose the correct answers to the following questions:

  1. 1.

    Which tool does Red Hat Enterprise Linux provide that is used to run containers?

    A

    buildah

    B

    container

    C

    podman

    D

    skopeo

  2. 2.

    Which two of the following statements describe container technology? (Choose two.)

    A

    Containers package complete operating systems, just like virtual machines.

    B

    Containers run a set of one or more processes that are isolated from the rest of the system.

    C

    Each container includes its own kernel.

    D

    Containers provide a standard way to package applications to ease deployment and management.

  3. 3.

    Which two of the following statements are true about container images? (Choose two.)

    A

    Container images package an application with all of the run time dependencies it needs.

    B

    Container images that work with Docker cannot work with Podman.

    C

    Container images can only run on a container host that is installed with the exact same version of the software in the image.

    D

    Container images serve as blueprints for creating containers.

  4. 4.

    What are the three core technologies used to implement containers in Red Hat Enterprise Linux container? (Choose three.)

    A

    Hypervisor code for hosting VMs.

    B

    Control Groups (cgroups) for resource management.

    C

    Namespaces for process isolation.

    D

    Full operating system for compatibility with the container's host.

    E

    SELinux and Seccomp for security.

Revision: rh134-8.2-f0a9756