Tutorials Dojo (Cloud Concepts) Flashcards

1
Q

Which AWS service should you use if you need to launch a highly scalable MySQL OLTP (Online Transaction Processing) database?

Amazon Aurora
Amazon Redshift
Amazon DynamoDB
Amazon ElastiCache

A

Amazon Aurora = OLTP & MySQL

Amazon DynamoDB is incorrect. Although this service is highly scalable, this is primarily used for nonrelational databases.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following is true on how AWS lessens the time to provision your IT resources?

It provides an AI-powered IT ticketing platform for fulfilling resource requests.

It provides various ways to programmatically provision IT resources.

It provides an automated system of requesting and fulfilling IT resources from third-party vendors.

It provides express service to deliver your servers to your data centers fast.

A

It provides various ways to programmatically provision IT resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following are regarded as regional services in AWS? (Select TWO.)

Amazon EFS (Elastic File System)

AWS Security Token Service

Amazon Route 53

Amazon EC2 (Elastic Compute Cloud)

AWS Batch

A

Amazon EFS
is a regional service storing data within and across multiple Availability Zones (AZs) for high availability and durability.

AWS Batch
is a regional service that simplifies running batch jobs across multiple Availability Zones within a region.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following cloud best practices reinforces the use of the Service-Oriented Architecture (SOA) design principle?

Implement elasticity.

Think parallel.

Design for failure.

Decouple your components.

A

Decouple your components

loose coupling isolates the various layers and components of your application so that each component interacts asynchronously with the others and treats them as a “black box”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A company wants to launch a Microsoft SQL Server database in AWS. The database instance should only be managed by the company’s DBA and must be accessible via RDP. A standard license for SQL Server is required but the company is not yet sure how much CPU and memory to allocate to the database.

Which option gives the most convenience and flexibility to determine the best database size while still being cost-effective?

Launch an EC2 instance and install MS SQL Server. Purchase a Standard MSSQL license from Microsoft and apply it to the database you installed.

Launch an RDS instance that runs MS SQL Server Standard. Purchase a Standard MSSQL license and store it in the AWS Managed Services (AMS).

Launch an Amazon Aurora database that runs MS SQL Server. Buy a Standard MSSQL license from the AWS License Manager service.

Use a Windows Server with SQL Server Standard bundled AMI so you won’t need to buy and manage your own license.

A

Use a Windows Server with SQL Server Standard bundled AMI so you won’t need to buy and manage your own license.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Agility is one of the benefits of using cloud computing that provides customer with what advantage?

Avoid overprovisioning of your infrastructure to ensure you have enough capacity to handle your business operations at the peak level of activity.

Allows you to trade capital expense for variable expense.

Easily deploy your application in multiple physical locations around the world with just a few clicks.

Focus your valuable IT resources on developing applications that differentiate your business rather than managing infrastructure and data centers.

A

Focus your valuable IT resources on developing applications that differentiate your business rather than managing infrastructure and data centers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which of the following are the pillars of the AWS Well-Architected Framework? (Select TWO.)

High Availability

Scalability

Agility

Operational Excellence

Performance Efficiency

A

Operational Excellence

Performance Efficiency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The use of multi-threading in your Amazon S3 requests via the Multipart Upload API is an example of which AWS cloud best practice?

Allow for evolutionary architectures.

Implement elasticity.

Decouple your components.

Think parallel.

A

Think parallel.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A company is planning to deploy their high-frequency trading (HFT) application which will store constantly changing financial data in AWS and require low latency access. Which AWS services below should you use? (Select TWO.)

Amazon EFS

Amazon Glacier

AWS Snowball

Amazon S3

Amazon RDS

A

Amazon EFS

Amazon RDS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which of the following is not a part of the AWS Global Infrastructure?

Edge Locations

Placement Groups

Availability Zones

Regions

A

Placement Groups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which AWS service lets you provision a logically isolated section of the AWS Cloud where you can launch AWS resources?

Amazon EC2

Amazon VPC

AWS Elastic Beanstalk

Internet gateway

A

Amazon VPC (Virtual Private Cloud)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Your organization would like to boost productivity by improving business communication channels and customer service experience. Which of the following AWS applications would you suggest? (Select TWO.)

Amazon Chime

AWS Marketplace

Amazon Connect

AWS Transfer Family

Amazon Workspaces

A

Amazon Chime

Amazon Connect

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which of the following controls does the customer fully inherit from AWS based on the Shared Responsibility Model?

Patch Management

Configuration Management

Physical and Environmental Controls

Awareness and Training

A

Physical and Environmental Controls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How is expense shifted when moving from traditional servers to the Cloud?

Capital expense is traded for variable expense

Capital expense is traded for operational expense

Variable expense is traded for capital expense

Operational expense is traded for variable expense

A

Capital expense is traded for variable expense

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the following does AWS automatically handle for you? (Select TWO.)

Secure AWS data centers from environmental hazards

Makes sure your data is safely kept and replicated between AZs

Provide web application firewall protection to your public endpoints.

Introduce updates and patches to EC2 guest operating systems

Introduce updates and patches to EC2 hypervisors

A

Secure AWS data centers from environmental hazards

Introduce updates and patches to EC2 hypervisors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

________ has been developed to help cloud architects build secure, high-performing, resilient, and efficient infrastructure for their applications based on five pillars: operational excellence, security, reliability, performance efficiency, and cost optimization.

AWS Cloud Adoption Framework

AWS Serverless Application Model

Well-Architected Framework

Scrum Development Process

A

Well-Architected Framework

17
Q

Which of the following is a fully managed database in AWS that can be used to store JSON documents?

Amazon Redshift

Amazon ElastiCache

Amazon DynamoDB

Amazon Aurora

A

Amazon DynamoDB