Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

2024 AWS CERTIFIED SOLUTIONS ARCHITECT ASSOCIATE TEST 1 EXAM WITH CORRECT ANSWERS

Rating
-
Sold
-
Pages
68
Grade
A+
Uploaded on
05-09-2024
Written in
2024/2025

2024 AWS CERTIFIED SOLUTIONS ARCHITECT ASSOCIATE TEST 1 EXAM WITH CORRECT ANSWERS

Institution
AWS CERTIFIED ARCHITECT ASSOCIATE
Course
AWS CERTIFIED ARCHITECT ASSOCIATE

Content preview

2024 AWS CERTIFIED SOLUTIONS
ARCHITECT ASSOCIATE TEST 1
EXAM WITH CORRECT ANSWERS



An IT company provides S3 bucket access to specific users within the same
account for completing project specific work. With changing business
requirements, cross-account S3 access requests are also growing every
month. The company is looking for a solution that can offer user level as well
as account-level access permissions for the data stored in S3 buckets.
As a Solutions Architect, which of the following would you suggest as the
MOST optimized way of controlling access for this use-case?

A. Use Identity and Access Management (IAM) policies
B. Use Amazon S3 Bucket Policies
C. Use Access Control Lists (ACLs)
D. Use Security Groups - CORRECT-ANSWERSB

An analytics company wants to improve the performance of its big data
processing workflows running on Amazon EFS. Which of the following
performance modes should be used for EFS to address this requirement?

A. Provisioned Throughput
B. Bursting Throughput
C. Max I/O
D. General Purpose - CORRECT-ANSWERSC

The development team at an e-commerce startup has set up multiple
microservices running on EC2 instances under an Elastic Load Balancer. The
team wants to route traffic to multiple back-end services based on the
content of the request.
Which of the following types of load balancers would allow routing based on
the content of the request?

A. Classic Load Balancer
B. Application Load Balancer
C. Network Load Balancer
D. Both Application Load Balancer and Network Load Balancer - CORRECT-
ANSWERSB

,A tax computation software runs on Amazon EC2 instances behind a Classic
Load Balancer. The instances are managed by an Auto Scaling Group. The
tax computation software has an optimization module, which can take up to
10 minutes to find the optimal answer.
How do you ensure that when the Auto Scaling Group initiates a scale-in
event, the users do not see their current requests interrupted?

A. Create an ASG Scheduled Action
B. Enable Stickiness on the CLB
C. Enable ELB health checks on the ASG
D. Increase the deregistration delay to more than 10 minutes - CORRECT-
ANSWERSD

An HTTP application is deployed on an Auto Scaling Group, is accessible from
an Application Load Balancer that provides HTTPS termination, and accesses
a PostgreSQL database managed by RDS.
How should you configure the security groups? (Select three)

A. The security group of RDS should have an inbound rule from the security
group of the EC2 instances in the ASG on port 5432
B. The security group of the EC2 instances should have an inbound rule from
the security group of the ALB on port 80
C. The security group of the ALB should have an inbound rule from anywhere
on port 80
D. The security group of the EC2 instances should have an inbound rule from
the security group of the RDS database on port 5432
E. The security group of RDS should have an inbound rule from the security
group of the EC2 instances in the ASG on port 80
F. The security group of the ALB should have an inbound rule from anywhere
on port 443 - CORRECT-ANSWERSA, B, F

Your company has an on-premises Distributed File System Replication
(DFSR) service to keep files synchronized on multiple Windows servers, and
would like to migrate to AWS cloud.
What do you recommend as a replacement for the DFSR?

A. FSx for Windows
B. FSx for Lustre
C. EFS
D. Amazon S3 - CORRECT-ANSWERSA

The engineering manager for a content management application wants to
set up RDS read replicas to provide enhanced performance and read
scalability. The manager wants to understand the data transfer charges
while setting up RDS read replicas.

,Which of the following would you identify as correct regarding the data
transfer charges for RDS read replicas?

A. There are data transfer charges for replicating data within the same
Availability Zone
B. There are data transfer charges for replicating data across AWS Regions
C. There are data transfer charges for replicating data within the same AWS
Region
D. There are no data transfer charges for replicating data across AWS
Regions - CORRECT-ANSWERSB

To improve the performance and security of the application, the engineering
team at a company has created a CloudFront distribution with an Application
Load Balancer as the custom origin. The team has also set up a Web
Application Firewall (WAF) with CloudFront distribution. The security team at
the company has noticed a surge in malicious attacks from a specific IP
address to steal sensitive data stored on the EC2 instances.
As a solutions architect, which of the following actions would you recommend
to stop the attacks?

A. Create a deny rule for the malicious IP in the NACL associated with each of
the instances
B. Create a deny rule for the malicious IP in the Security Groups associated
with each of the instances
C. Create an IP match condition in the WAF to block the malicious IP address
D. Create a ticket with AWS support to take action against the malicious IP -
CORRECT-ANSWERSC

A manufacturing company receives unreliable service from its data center
provider because the company is located in an area prone to natural
disasters. The company is not ready to fully migrate to the AWS Cloud, but it
wants a failover environment on AWS in case the on-premises data center
fails. The company runs web servers that connect to external vendors. The
data available on AWS and on-premises must be uniform.
Which of the following solutions would have the LEAST amount of downtime?

A. Set up a Route 53 failover record. Execute an AWS CloudFormation
template from a script to provision EC2 instances behind an Application Load
Balancer. Set up AWS Storage Gateway with stored volumes to back up data
to S3
B. Set up a Route 53 failover record. Run an AWS Lambda function to
execute an AWS CloudFormation template to launch two EC2 instances. Set
up AWS Storage Gateway with stored volumes to back up data to S3. Set u -
CORRECT-ANSWERSD

, A systems administrator has created a private hosted zone and associated it
with a Virtual Private Cloud (VPC). However, the DNS queries for the private
hosted zone remain unresolved.
As a Solutions Architect, can you identify the Amazon VPC options to be
configured in order to get the private hosted zone to work?

A. Enable DNS hostnames and DNS resolution for private hosted zones
B. Remove any overlapping namespaces for the private and public hosted
zones
C. Fix the Name server (NS) record and Start Of Authority (SOA) records that
may have been created with wrong configurations
D. Fix conflicts between your private hosted zone and any Resolver rule that
routes traffic to your network for the same domain name, as it results in
ambiguity over the route to be taken - CORRECT-ANSWERSA

The DevOps team at a leading social media company uses AWS OpsWorks,
which is a fully managed configuration management service. OpsWorks
eliminates the need to operate your configuration management systems or
worry about maintaining its infrastructure.
Can you identify the configuration management tools for which OpsWorks
provides managed instances? (Select two)

A. Ansible
B. Chef
C. Puppet
D. CFEngine
E. Salt - CORRECT-ANSWERSB, C

A financial services company has developed its flagship application on AWS
Cloud with data security requirements such that the encryption key must be
stored in a custom application running on-premises. The company wants to
offload the data storage as well as the encryption process to Amazon S3 but
continue to use the existing encryption key.
Which of the following S3 encryption options allows the company to leverage
Amazon S3 for storing data with given constraints?

A. Server-Side Encryption with Amazon S3-Managed Keys (SSE-S3)
B. Server-Side Encryption with Customer-Provided Keys (SSE-C)
C. Server-Side Encryption with Customer Master Keys (CMKs) Stored in AWS
Key Management Service (SSE-KMS)
D. Client-Side Encryption with data encryption is done on the client-side
before sending it to Amazon S3 - CORRECT-ANSWERSB

One of the biggest football leagues in Europe has granted the distribution
rights for live streaming its matches in the US to a silicon valley based
streaming services company. As per the terms of distribution, the company

Written for

Institution
AWS CERTIFIED ARCHITECT ASSOCIATE
Course
AWS CERTIFIED ARCHITECT ASSOCIATE

Document information

Uploaded on
September 5, 2024
Number of pages
68
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$28.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF


Also available in package deal

Thumbnail
Package deal
Package deal for 2024 AMAZON AWS CERTIFIED SOLUTIONS ARCHITECT ASSOCIATE SAA C03 EXAM PRACTICE QUESTIONS WITH 100% SMART ANSWERS
-
46 2024
$ 98.61 More info

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Elitaa Chamberlain university
View profile
Follow You need to be logged in order to follow users or courses
Sold
218
Member since
2 year
Number of followers
28
Documents
7609
Last sold
2 days ago
A+ Academic Resources provides high-quality exam materials, assignments, past papers, and verified study documents to help students achieve top grades with confidence. Our resources are carefully organized to support effective learning.

We have just re-established our shop, my aim is to elevate and guide students academically with actual guides and exams 100% verified.Incase you dont find the exam that you are looking for,feel free to inbox me and request any exam.My prices are never fixed,always negotiable , WELCOME ,LETS BEGIN.

3.5

31 reviews

5
12
4
5
3
6
2
2
1
6

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions