wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AWS cuestionario 9

Total questions: 17

Worksheet time: 9mins

Name
Class
Date
1.

Which permission is needed to give a user admin privileges in AWS Elastic Container Registry?

a)

AmazonECRContainerRegistryFullAccess

b)

AmazonEC2ContainerRegistryFullAccess

c)

AmazonEC2ContainerRegistry

d)

AmazonECRContainerRegistry

2.

In EKS a user manages both master nodes and worker nodes

a)

Verdadero

b)

Falso

3.

What is a container registry?

a)

A management service used to register containers to a cluster

b)

A private storage location for container images

c)

A container Domain Name System (DNS) service that is used during the creation of public containers

d)

A location to store and distribute container images

4.

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

a)

Dockerfile

b)

buildspec.yaml

c)

requirements.txt

d)

Docker

5.

Which Kubernetes object represents containers that run on a cluster?

a)

Task

b)

Controller

c)

Service

d)

Pod

6.

You are using CloudFormation to deploy test environments on the fly, and these environments include an RDS database. You want the database to go away on stack deletion, but the company policy is to keep the data for further analysis if needed. What should you do?

a)

Add a DeletionPolicy=Snapshot to the RDS resource

b)

Add a DeletionPolicy=Retain to the RDS resource

c)

Enable Termination Protection on the stack

d)

Add a DeletionPolicy=Delete to the RDS resource

7.

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

a)

Verdadero

b)

Falso

8.

Using which component can you enable auto scaling for ECS containers?

a)

Image

b)

Cluster

c)

Service

d)

Task

9.

Which statements are correct? 

a)

Kubernetes is a closed-source, proprietary system.

b)

Kubernetes is often combined with declarative configuration and automation.

c)

Kubernetes is highly extensible and has a large, vibrant ecosystem.

d)

Kubernetes is on-premises network-attached storage (NAS) solution.

10.

What CloudFormation feature can you use to detect changes made to your stack resources outside CloudFormation?

a)

Pseudo Parameters

b)

StackSet

c)

CloudFormation Drift

d)

ChangeSets

11.

Which tool can be used to build container images locally?

a)

docker ps

b)

docker build

c)

amazon build

d)

aws build

12.

Which networking mode does AWS Fargate support?

a)

bridge

b)

awsvpc

c)

docker-network

d)

host

13.

How can you prevent Stacks from being accidentally deleted?

a)

Protect the CloudFormation templates with passwords stored in SSM Parameter Store

b)

Apply an IAM policy to all users to prevent CloudFormation stack deletion API

c)

Use Termination Protection

14.

The development department in your organization need to quickly access a platform for running Docker containers. The platform service should be fully managed. Which AWS service should you provision for them?

a)

Amazon Elastic Container Registry (ECR)

b)

Amazon Elastic Kubernetes Service (EKS)

c)

Amazon Elastic Container Service (ECS) with the Fargate launch type

d)

Amazon Elastic Container Service (ECS) with the EC2 launch type

15.

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

a)

Containers and VMs do not provide isolation for application environments.

b)

Containers and VMs both provide isolation for application environments.

c)

Containers and VMs do not use images for backup, restoration, and duplication of the application environment.

d)

Containers and VMs both enable multiple environments to exist within the same underlying hardware environment.

16.

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

a)

Containers and VMs both use their own guest operating system per instantiation.

b)

Containers and VMs both facilitate decoupling of the application environments from the underlying hardware.

c)

Containers and VMs both use images for backup, restoration, and duplication of the application environment.

17.

What are the main characteristics of a monolithic application?

a)

User interface and business logic are combined on a single platform

b)

Loosely coupled

c)

Independently deployable

d)

Organized around business capabilities