AWS Cloud Technical Essential Quiz
1. Which of the following pieces of information do you need to create a Virtual Private Cloud (VPC)?
The AWS Region it will reside in.
The group of subnets it will reside in.
The Availability Zone it will reside in.
The subnet it will reside in.
The AWS Region it will reside in.
2. Which of the following can a route table be attached to?
AWS Accounts
Availability Zone
Subnets
Regions
Subnets
3. What must you do to allow resources in a public subnet to communicate with the internet?
Create a route to a private subnet.
Attach an internet gateway to your VPC.
Create a route in a route table to the internet gateway.
A and B
B and C
B and C
4. True or false: A network ACL filters traffic at the EC2 instance level.
True
False
False
5. Which of the following is true for the default settings of a security group?
Allows all inbound traffic and blocks all outbound traffic.
Blocks all inbound traffic and allows all outbound traffic.
Allows all inbound and outbound traffic.
Blocks all inbound and outbound traffic.
Blocks all inbound traffic and allows all outbound traffic.
6. What does an Amazon EC2 instance type indicate?
Instance tenancy and instance billing
Instance AMI and networking speed
Instance family and instance size
Instance placement and instance size
Instance family and instance size
7. True or false: EC2 instances reside at the Availability Zone level, so it’s best practice to architect for high availability.
True
False
True
8. What is the difference between AWS Fargate and Amazon ECS on EC2?
With AWS Fargate, AWS manages and provisions the underlying infrastructure for hosting your containers.
With AWS Fargate, you have to manage cluster capacity and scaling.
With Amazon ECS on EC2, AWS manages and provisions the underlying EC2 instance for your containers.
With Amazon ECS on EC2, you only have to upload your source code and ECS takes care of the rest.
With AWS Fargate, AWS manages and provisions the underlying infrastructure for hosting your containers.
9. Which of the following is true about serverless?
You never pay for idle resources.
You must provision and manage servers.
You must manually scale serverless resources.
You must manage availability and fault tolerance.
You never pay for idle resources.
10. True or false: AWS Lambda is always the best solution when running applications on AWS.
True
False
False
11. True or false: Amazon EC2 is best suited for applications where you need more convenience and less control.
True
False
False
0 Comments