AWS Cloud Technical Essentials complete course is currently being offered by AWS through Coursera platform and is taught by: Morgan Willis.


AWS Cloud Technical Essentials All Quiz Answers - Coursera!

Course Intro.

Are you in a technical role and want to learn the fundamentals of AWS? Do you aspire to have a job or career as a cloud developer, architect, or in an operations role? If so, AWS Cloud Technical Essentials is an ideal way to start. This course was designed for those at the beginning of their cloud-learning journey - no prior knowledge of cloud computing or AWS products and services required!

Course Link: https://www.coursera.org/learn/aws-cloud-technical-essentials

Coursera AWS Cloud Technical Essentials Week 1 Quiz Answers! 

Question 1)

What are the four main factors you should take into consideration when choosing a Region?

  •  Latency, taxes, speed, and compliance
  •  Latency, high availability, taxes, and compliance
  •  Latency, security, high availability, and resiliency
  •  Latency, price, service availability, and compliance

Question 2) 

True or false: Every action you take in AWS is an API call.

  •  True
  •  False

Question 3) 

Which of the following best describes the relationship between Regions, Availability Zones and data centers?

  •  Data centers are cluster of Availability Zones. Regions are clusters of Availability Zones. 
  •  Regions are clusters of Availability Zones. Availability Zones are clusters of data centers. 
  •  Availability Zones are clusters of Regions. Regions are clusters of data centers.
  •  Data centers are clusters of Regions. Regions are clusters of Availability Zones.

Question 4)

Which of the following is a benefit of cloud computing?

  •  Go global in minutes.
  •  Increase time-to-market.
  •  Overprovision for scale.
  •  Run and maintain your own data centers.

Question 5)

True or false: In the cloud, instead of physically managing hardware, you use services.

  •  True
  •  False

Question 6)

Which of the following is a best practice when securing the AWS root user?

  •  Enable MFA for the root user
  •  Using the root user for routine administrative tasks
  •  Disabling or deleting the access keys associated with the root user
  •  A and B
  •  A and C

Question 7)

Users in your company are authenticated in your corporate network and want to be able to use AWS without having to sign in again. Which AWS authentication option should you use?

  •  IAM Group
  •  IAM User
  •  IAM Role
  •  AWS Root User

Question 8)

Which of the following can be found in an IAM policy?

  •  Effect
  •  Object
  •  Action
  •  A and B
  •  B and C

Question 9)

True or false: IAM policies can restrict the actions of the AWS root user.

  •  True
  •  False

Question 10) 

Using a username and password, as well as a one-time passcode, to log in to an account is an example of multi-factor authentication.

  •  True
  •  False

AWS Cloud Technical Essentials Week 2 Quiz Answers Coursera

Question 1)

Which of the following pieces of information do you need to create a Virtual Private Cloud (VPC)?

  •  The subnet it will reside in.
  •  The AWS Region it will reside in.
  •  The Availability Zone it will reside in.
  •  The group of subnets it will reside in.

Question 2)

Which of the following can a route table be attached to?

  •  AWS Accounts
  •  Subnets
  •  Regions
  • Availability Zone

Question 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

Question 4)

True or false: A network ACL filters traffic at the EC2 instance level.

  • True
  • False

Question 5)

Which of the following is true for the default settings of a security group?

  •  Allows all inbound and outbound traffic.
  •  Blocks all inbound and outbound traffic.
  •  Allows all inbound traffic and blocks all outbound traffic.
  •  Blocks all inbound traffic and allows all outbound traffic.

Question 6)

What does an Amazon EC2 instance type indicate?

  •  Instance family and instance size
  •  Instance AMI and networking speed
  •  Instance placement and instance size
  •  Instance tenancy and instance billing

Question 7)

True or false: EC2 instances reside at the Availability Zone level, so it’s best practice to architect for high availability.

  •  True
  •  False

Question 8)

What is the difference between AWS Fargate and Amazon ECS on EC2?

  •  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 AWS Fargate, AWS manages and provisions the underlying infrastructure for hosting your containers.
  •  With Amazon ECS on EC2, you only have to upload your source code and ECS takes care of the rest.


Question 9)

Which of the following is true about serverless?

  •  You never pay for idle resources.
  •  You must provision and manage servers.
  •  You must manage availability and fault tolerance.
  •  You must manually scale serverless resources.

Question 10)

True or false: AWS Lambda is always the best solution when running applications on AWS.

  • True
  • False

Question 11)

True or false: Amazon EC2 is best suited for applications where you need more convenience and less control.

  • True
  • False

AWS Cloud Technical Essentials Week 3 Quiz Answers

Question 1)

Which of the following is a typical use case for Amazon S3?

  •  Object storage for a boot drive
  •  Object storage for media hosting
  •  Block storage for an EC2 instance
  •  File storage for multiple EC2 instances

Question 2)

Which of the following services is recommended if you need a storage layer for a high-transaction relational database on an EC2 instance?

  •  Amazon S3
  •  Amazon EBS
  •  Amazon EFS
  •  Amazon EC2 Instance Store

Question 3)

True or false: Amazon EBS volumes are considered ephemeral storage.

  • True
  • False

Question 4)

You are an employee at a healthcare facility tasked with storing 7 years of patient information that is rarely accessed. Your boss wants you to consider one of the Amazon S3 storage tiers to store this information. Which storage tier should you suggest?

  •  S3 Standard
  •  S3 Glacier Deep Archive
  •  S3 Intelligent-Tiering
  •  S3 Standard-Infrequent Access

Question 5)

True or false: Bucket names have to be unique across all AWS accounts

  •  True
  •  False

Question 6)

True or false: A Multi-AZ deployment is beneficial when you want to increase the availability of your database.

  •  True
  •  False

Question 7)

Consider this scenario: You are an AWS Architect choosing a database for a dataset that has variation within the data, as in not every piece of data share all the same attributes. What database should you choose for this solution?

  •  Amazon QLDB
  •  Amazon DynamoDB
  •  Amazon Neptune
  •  Amazon Relational Database Service 

Question 8)

When using Amazon Relational Database Service you are responsible for what task of running and operating the database?

  •  Optimizing the database
  •  Installing the RDBMS onto the DB instance
  •  Installing patches to the OS for the DB instance
  •  Provisioning and managing the underlying infrastructure

AWS Cloud Technical Essentials Week 4 Quiz Answers

Question 1)

What are the three components of EC2 Auto Scaling?

  •  AMI ID, instance type, storage
  •  Security group, instance type, Key pair
  •  Launch template, scaling policies, EC2 Auto Scaling group
  •  Scaling policies, security group, EC2 Auto Scaling group

Question 2)

Elastic Load Balancing includes which of these features?

  •  Automatic scaling
  •  Integration with Auto Scaling
  •  AI for categorizing employee photos
  •  A and C
  •  A and B

Question 3)

True or false: When you use Elastic Load Balancing with your Auto Scaling group, it’s not necessary to register individual EC2 instances with the load balancer.

  •  True
  •  False

Question 4)

Which of the following ELB load balancer types should be used for an application requiring to choose target groups with a rule based on the domain of a website?

  • Classic Load Balancer
  • Target Load Balancer
  • Application Load Balancer
  • Network Load Balancer

Question 5)

What are the two ways that an application can be scaled?

  •  Diagonally and vertically
  •  Vertically and horizontally
  •  Independently and vertically
  •  Horizontally and diagonally

Question 6)

Dashboards contain different elements that allow you to view/analyze metrics called:

  •  Graphs
  •  Icons
  •  Widgets
  •  Components

Question 7)

A metric alarm have what following possible states?

  •  OK, ALARM, NOT_AVAILABLE
  •  OK, ALARM, INSUFFICIENT_DATA
  •  OK, ALERT, NOT_AVAILABLE
  •  OK, ALERT, INSUFFICIENT_DATA

AWS Cloud Technical Essentials End of Course Assessment Quiz Answer

Question 1)

What are the four main factors you should take into consideration when choosing a Region?

  • Latency, taxes, speed, and compliance.
  • Latency, high availability, taxes, and compliance.
  • Latency, security, high availability, and resiliency.
  • Latency, price, service availability, and compliance.

Question 2)

Which of the following best describe the relationship between Regions, Availability Zones and data centers?

  • Data centers are cluster of Availability Zones. Regions are clusters of Availability Zones.
  • Regions are clusters of Availability Zones. Availability Zones are clusters of data centers. 
  • Availability Zones are clusters of Regions. Regions are clusters of data centers.
  • Data centers are clusters of Regions. Regions are clusters of Availability Zones.

Question 3)

Which of the following can be found in an IAM policy?

  • Effect
  • Object
  • Action
  • A and B
  • B and C

Question 4)

Users in your company are authenticated in your corporate network and want to be able to use AWS without having to sign in again. Which AWS authentication option should you use?

  • IAM User
  • IAM Role
  • AWS Root User
  • IAM Group

Question 5)

What must you do to allow resources in a public subnet to communicate with the internet?

  • Create a route to a private subnet.
  • Create a route in a route table to the internet gateway.
  • Attach an internet gateway to your VPC.
  • A and B
  • B and C

Question 6)

What does an Amazon EC2 instance type indicate?

  • Instance tenancy and instance billing
  • Instance placement and instance size
  • Instance family and instance size
  • Instance AMI and networking speed

Question 7)

Which of the following is a typical use case for Amazon S3?

  • Block storage for an EC2 instance
  • File storage for multiple EC2 instances
  • Object storage for media hosting
  • Object storage for a boot drive

Question 8)

You are an employee at a healthcare facility tasked with storing 7 years of patient information that is rarely accessed. Your boss wants you to consider one of the Amazon S3 storage tiers to store this information. Which storage tier should you suggest?

  • S3 Standard
  • S3 Intelligent-Tiering
  • S3 Standard-Infrequent Access
  • S3 Glacier Deep Archive

Question 9)

When using Amazon Relational Database Service you are responsible for what task of running and operating the database?

  • Optimizing the database
  • Installing the RDBMS onto the DB instance
  • Installing patches to the OS for the DB instance
  • Provisioning and managing the underlying infrastructure

Question 10)

True or false: A Multi-AZ deployment is beneficial when you want to increase the availability of your database.

  • True
  • False

Question 11)

What are the three components of EC2 Auto Scaling?

  •  Security group, instance type, Key pair
  •  Scaling policies, security group, EC2 Auto Scaling group
  •  Launch template, scaling policies, EC2 Auto Scaling group
  •  AMI ID, instance type, storage

Question 12)

Which of the following ELB load balancer types should be used for an application requiring to choose target groups with a rule based on the domain of a website?

  • Network Load Balancer
  • Target Load Balancer
  • Classic Load Balancer
  • Application Load Balancer

Post a Comment

Previous Post Next Post