100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
2024 AWS CERTIFIED SOLUTIONS ARCHITECT ASSOCIATE EXAM WITH CORRECT ANSWERS $28.99   Add to cart

Exam (elaborations)

2024 AWS CERTIFIED SOLUTIONS ARCHITECT ASSOCIATE EXAM WITH CORRECT ANSWERS

 8 views  0 purchase
  • Course
  • AWS CERTIFIED ARCHITECT ASSOCIATE
  • Institution
  • AWS CERTIFIED ARCHITECT ASSOCIATE

2024 AWS CERTIFIED SOLUTIONS ARCHITECT ASSOCIATE EXAM WITH CORRECT ANSWERS

Preview 4 out of 140  pages

  • September 5, 2024
  • 140
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • AWS CERTIFIED ARCHITECT ASSOCIATE
  • AWS CERTIFIED ARCHITECT ASSOCIATE
avatar-seller
Elitaa
2024 AWS CERTIFIED SOLUTIONS
ARCHITECT ASSOCIATE EXAM
WITH CORRECT ANSWERS



A company has data stored in an on-premises data center that is used by
several on-premises applications. The company wants to maintain its
existing application environment and be able to use AWS services for data
analytics and future visualizations.

Which storage service should a solutions architect recommend?

A. Amazon Redshift
B. AWS Storage Gateway for files
C. Amazon Elastic Block Store (Amazon EBS)
D. Amazon Elastic File System (Amazon EFS) - CORRECT-ANSWERS50
B. AWS Storage Gateway for files

A solutions architect must design a solution that uses Amazon CloudFront
with an Amazon S3 origin to store a static website. The company's security
policy requires that all website traffic be inspected by AWS WAF.

How should the solutions architect comply with these requirements?

A. Configure an S3 bucket policy to accept requests coming from the AWS
WAF Amazon Resource Name (ARN) only.

B. Configure Amazon CloudFront to forward all incoming requests to AWS
WAF before requesting content from the S3 origin.

C. Configure a security group that allows Amazon CloudFront IP addresses to
access Amazon S3 only. Associate AWS WAF to CloudFront.

D. Configure Amazon CloudFront and Amazon S3 to use an origin access
identity (OAI) to restrict access to the S3 bucket. Enable AWS WAF on the
distribution. - CORRECT-ANSWERS51
D. Configure Amazon CloudFront and Amazon S3 to use an origin access
identity (OAI) to restrict access to the S3 bucket. Enable AWS WAF on the
distribution.
Reveal Solution

,A company has a 143 TB MySQL database that it wants to migrate to AWS.
The plan is to use Amazon Aurora MySQL as the platform going forward. The
company has a 100 Mbps AWS Direct Connect connection to Amazon VPC.

Which solution meets the company's needs and takes the LEAST amount of
time?

A. Use a gateway endpoint for Amazon S3. Migrate the data to Amazon S3.
Import the data into Aurora.
B. Upgrade the Direct Connect link to 500 Mbps. Copy the data to Amazon
S3. Import the data into Aurora.
C. Order an AWS Snowmobile and copy the database backup to it. Have AWS
import the data into Amazon S3. Import the backup into Aurora.
D. Order four 50-TB AWS Snowball devices and copy the database backup
onto them. Have AWS import the data into Amazon S3. Import the data into
Aurora. - CORRECT-ANSWERS52
D. Order four 50-TB AWS Snowball devices and copy the database backup
onto them. Have AWS import the data into Amazon S3. Import the data into
Aurora.

A company hosts an online shopping application that stores all orders in an
Amazon RDS for PostgreSQL Single-AZ DB instance. Management wants to
eliminate single points of failure and has asked a solutions architect to
recommend an approach to minimize database downtime without requiring
any changes to the application code.

Which solution meets these requirements?

A. Convert the existing database instance to a Multi-AZ deployment by
modifying the database instance and specifying the Multi-AZ option.

B. Create a new RDS Multi-AZ deployment. Take a snapshot of the current
RDS instance and restore the new Multi-AZ deployment with the snapshot.

C. Create a read-only replica of the PostgreSQL database in another
Availability Zone. Use Amazon Route 53 weighted record sets to distribute
requests across the databases.

D. Place the RDS for PostgreSQL database in an Amazon EC2 Auto Scaling
group with a minimum group size - CORRECT-ANSWERS53
A. Convert the existing database instance to a Multi-AZ deployment by
modifying the database instance and specifying the Multi-AZ option.

A company has a 10 Gbps AWS Direct Connect connection from its on-
premises servers to AWS. The workloads using the connection are critical.

,The company requires a disaster recovery strategy with maximum resiliency
that maintains the current connection bandwidth at a minimum.

What should a solutions architect recommend?

A. Set up a new Direct Connect connection in another AWS Region.
B. Set up a new AWS managed VPN connection in another AWS Region.
C. Set up two new Direct Connect connections: one in the current AWS
Region and one in another Region.
D. Set up two new AWS managed VPN connections: one in the current AWS
Region and one in another Region. - CORRECT-ANSWERS54
C. Set up two new Direct Connect connections: one in the current AWS
Region and one in another Region.

A solutions architect is designing a VPC with public and private subnets. The
VPC and subnets use IPv4 CIDR blocks. There is one public subnet and one
private subnet in each of three Availability Zones (AZs) for high availability.
An internet gateway is used to provide internet access for the public
subnets. The private subnets require access to the internet to allow Amazon
EC2 instances to download software updates.

What should the solutions architect do to enable internet access for the
private subnets?

A. Create three NAT gateways, one for each public subnet in each AZ. Create
a private route table for each AZ that forwards non-VPC traffic to the NAT
gateway in its AZ.

B. Create three NAT instances, one for each private subnet in each AZ.
Create a private route table for each AZ that forwards non-VPC traffic to the
NAT instance in its AZ.

C. Create a second internet gateway on one of the private subnets. Updat -
CORRECT-ANSWERS55
A. Create three NAT gateways, one for each public subnet in each AZ. Create
a private route table for each AZ that forwards non-VPC traffic to the NAT
gateway in its AZ.

As part of budget planning, management wants a report of AWS billed items
listed by user. The data will be used to create department budgets. A
solutions architect needs to determine the most efficient way to obtain this
report information.

Which solution meets these requirements?

A. Run a query with Amazon Athena to generate the report.

, B. Create a report in Cost Explorer and download the report.
C. Access the bill details from the billing dashboard and download the bill.
D. Modify a cost budget in AWS Budgets to alert with Amazon Simple Email
Service (Amazon SES). - CORRECT-ANSWERS56
B. Create a report in Cost Explorer and download the report.

A company with facilities in North America, Europe, and Asia is designing
new distributed application to optimize its global supply chain and
manufacturing process. The orders booked on one continent should be
visible to all Regions in a second or less. The database should be able to
support failover with a shortRecovery Time Objective (RTO). The uptime of
the application is important to ensure that manufacturing is not impacted.

What should a solutions architect recommend?

A. Use Amazon DynamoDB global tables.
B. Use Amazon Aurora Global Database.
C. Use Amazon RDS for MySQL with a cross-Region read replica.
D. Use Amazon RDS for PostgreSQL with a cross-Region read replica. -
CORRECT-ANSWERS57
B. Use Amazon Aurora Global Database.

A company's near-real-time streaming application is running on AWS. As the
data is ingested, a job runs on the data and takes 30 minutes to complete.
The workload frequently experiences high latency due to large amounts of
incoming data. A solutions architect needs to design a scalable and
serverless solution to enhance performance.

Which combination of steps should the solutions architect take? (Choose
two.)

A. Use Amazon Kinesis Data Firehose to ingest the data.
B. Use AWS Lambda with AWS Step Functions to process the data.
C. Use AWS Database Migration Service (AWS DMS) to ingest the data.
D. Use Amazon EC2 instances in an Auto Scaling group to process the data.
E. Use AWS Fargate with Amazon Elastic Container Service (Amazon ECS) to
process the data. - CORRECT-ANSWERS58
A. Use Amazon Kinesis Data Firehose to ingest the data.

&

E. Use AWS Fargate with Amazon Elastic Container Service (Amazon ECS) to
process the data.
Reveal Solution

or

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller Elitaa. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $28.99. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

82215 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$28.99
  • (0)
  Add to cart