AWS Cloud Containers Quiz Answers Full Guide

Welcome to our complete guide on AWS Containerized Applications Quiz Answers for all weeks. If you’re taking the Containerized Applications on AWS course, this blog is your go-to resource for accurate and updated quiz solutions. Whether you’re learning about Docker, Amazon ECS, EKS, or container orchestration on AWS, these answers will help you understand key concepts and pass your quizzes with confidence. Perfect for beginners and cloud professionals alike!

Week 1 Quiz

Question 1:

Select the true statements about containers and virtual machines (VMs). Select FOUR.

  • Containers and VMs both enable multiple environments to exist within the same underlying hardware environment.
  • Containers and VMs both provide isolation for application environments.
  • Containers and VMs both use their own guest operating system per instantiation.
  • Containers and VMs both facilitate decoupling of the application environments from the underlying hardware.
  • Containers and VMs both use images for backup, restoration, and duplication of the application environment.
  • Containers and VMs do not provide isolation for application environments.
  • Containers and VMs do not use images for backup, restoration, and duplication of the application environment.
  

Question 2

What is a container registry?

  • A management service used to register containers to a cluster
  • A location to store and distribute container images
  • A container Domain Name System (DNS) service that is used during the creation of public containers
  • A private storage location for container images
  

Question 3

True or False: Containers help to solve the problem of code portability.

  • True
  • False
  

Question 4

What is the name of the file that contains instructions on how to build a docker container?

  • Docker
  • requirements.txt
  • buildspec.yaml
  • Dockerfile
 
 

Question 5

Which command lists all Docker container images on a host?

  • docker inspect
  • docker build
  • docker images
  • docker statsContainerized Applications on AWS Week 2 Quiz Answer

Amazon Web Services

Week 2 Quiz

 

Question 1

Which networking mode does AWS Fargate support?

  • bridge
  • awsvpc
  • docker-network
  • host
 

Question 2

True or False: If capacity providers for Amazon Elastic Container Service (Amazon ECS) are used, the infrastructure that makes up the cluster of hosts for your containers must be provisioned manually.

  • True
  • False
 
 

Question 3

Consider the following scenario. For high availability and compliance, three replicas of an application must be hosted on unique nodes in an Amazon Elastic Container Service (Amazon ECS) cluster. Which task placement constraint would be used for this use case?

  • Affinity
  • OS family
  • Member of
  • Distinct instance
 
 

Question 4

Which feature can be used to interact immediately and directly with containers to collect data for troubleshooting and diagnostics?

  • AWS X-Ray
  • Amazon CloudWatch
  • Amazon ECS Exec
  • Amazon CloudWatch Logs
  

Question 5

True or False: When using Amazon Elastic Container Service (Amazon ECS), each task definition can only have one container.

  • True
  • FalseContainerized Applications on AWS Week 3 Quiz Answer

Week 3 Quiz

 Question 1

True or False: The Cloud-Native Computing Foundation (CNCF) is a vendor-neutral ecosystem that maintains several open-source projects, including Kubernetes.

  • True
  • False

Question 2

Which command line tool is used to create an Amazon Elastic Kubernetes Service (Amazon EKS) cluster?

  • kubectl
  • aws ecs
  • eksctl
  • docker

Question 3

Which Kubernetes object represents containers that run on a cluster?

  • Controller
  • Pod
  • Task
  • Service

Question 4

Which statements are correct? (Select TWO.)

    • Kubernetes is a closed-source, proprietary system.
    • Kubernetes is on-premises network-attached storage (NAS) solution.
    • Kubernetes is highly extensible and has a large, vibrant ecosystem.
    • Kubernetes is often combined with declarative configuration and automation.
    • Kubernetes is supported by only a few cloud providers.

 

Week 4 Final Assessment Quiz 

Question 1

Select the true statements about containers and virtual machines (VMs). (Select FOUR.)

  • Containers and VMs both enable multiple environments to exist within the same underlying hardware environment.
  • Containers and VMs both provide isolation for application environments.
  • Containers and VMs both use their own guest operating system per instantiation.
  • Containers and VMs both facilitate decoupling of the application environments from the underlying hardware.
  • Containers and VMs both use images for backup, restoration, and duplication of the application environment.
  • Containers and VMs do not provide isolation for application environments.
  • Containers and VMs do not use images for backup, restoration, and duplication of the application environment.
 
 

Question 2

What is a container registry?

  • A management service used to register containers to a cluster
  • A location to store and distribute container images
  • A container Domain Name System (DNS) service that is used during the creation of public containers
  • A private storage location for container images
 
 

Question 3

True or False: Containers help to solve the problem of code portability.

  • True
  • False
 

Question 4

What is the name of the file that contains instructions on how to build a docker container?

  • Docker
  • requirements.txt
  • buildspec.yaml
  • Dockerfile
 

Question 5

Which command lists all Docker container images on a host?

  • docker inspect
  • docker build
  • docker images
  • docker stats

Question 6

Which networking mode does AWS Fargate support?

  • bridge
  • awsvpc
  • docker-network
  • host
 

Question 7

True or False: If capacity providers for Amazon Elastic Container Service (Amazon ECS) are used, the infrastructure that makes up the cluster of hosts for your containers must be provisioned manually.

  • True
  • False
 

Question 8

Consider the following scenario. For high availability and compliance, three replicas of an application must be hosted on unique nodes in an Amazon Elastic Container Service (Amazon ECS) cluster. Which task placement constraint would be used for this use case?

  • Affinity
  • OS family
  • Member of
  • Distinct instance
 

Question 9

Which feature can be used to interact immediately and directly with containers to collect data for troubleshooting and diagnostics?

  • AWS X-Ray
  • Amazon CloudWatch
  • Amazon ECS Exec
  • Amazon CloudWatch Logs
 

Question 10

True or False: When using Amazon Elastic Container Service (Amazon ECS), each task definition can only have one container.

  • True
  • False
 

Question 11

True or False: The Cloud-Native Computing Foundation (CNCF) is a vendor-neutral ecosystem that maintains several open-source projects, including Kubernetes.

  • True
  • False
 

Question 12

Which command line tool is used to create an Amazon Elastic Kubernetes Service (Amazon EKS) cluster?

  • kubectl
  • aws ecs
  • eksctl
  • docker
 

Question 13

Which Kubernetes object represents containers that run on a cluster?

  • Controller
  • Pod
  • Task
  • Service
 

Question 14

Which statements are correct? (Select TWO.)

  • Kubernetes is a closed-source, proprietary system.
  • Kubernetes is on-premises network-attached storage (NAS) solution.
  • Kubernetes is highly extensible and has a large, vibrant ecosystem.
  • Kubernetes is often combined with declarative configuration and automation.
  • Kubernetes is supported by only a few cloud providers.
 

Question 15

True or False: Amazon CloudWatch Logs Insights can be used to view utilization metrics for CPU, network, disk, and memory in Amazon Elastic Container Service (Amazon ECS) clusters, tasks, and services.

  • True
  • False
 

Question 16

Which AWS services can be used for service discovery on AWS? (Select THREE.)

  • Amazon Route 53
  • AWS App Mesh
  • AWS Cloud Map
  • AWS AppSync
  • Amazon CloudFront
  • Amazon Simple Storage Service (Amazon S3)
 

Question 17 

What is a reason for deploying a service mesh, such as AWS App Mesh?

  • Increase observability and network traffic control without application change
  • Decrease storage footprint on any external storage services
  • Increase encryption overhead on the container instead of the host
  • Use dynamic quantum entanglement to solve the Einsten-Podolsky-Rosen (EPR) paradox
  • Create object code by translating mnemonics into their numerical equivalents

Leave a Comment