Weekend Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65pass65

Good News !!! AWS-Solution-Architect-Associate AWS Certified Solutions Architect - Associate (SAA-C03) is now Stable and With Pass Result

AWS-Solution-Architect-Associate Practice Exam Questions and Answers

AWS Certified Solutions Architect - Associate (SAA-C03)

Last Update 3 weeks ago
Total Questions : 683

AWS Certified Solutions Architect - Associate (SAA-C03) is stable now with all latest exam questions are added 3 weeks ago. Incorporating AWS-Solution-Architect-Associate practice exam questions into your study plan is more than just a preparation strategy.

AWS-Solution-Architect-Associate exam questions often include scenarios and problem-solving exercises that mirror real-world challenges. Working through AWS-Solution-Architect-Associate dumps allows you to practice pacing yourself, ensuring that you can complete all AWS Certified Solutions Architect - Associate (SAA-C03) practice test within the allotted time frame.

AWS-Solution-Architect-Associate PDF

AWS-Solution-Architect-Associate PDF (Printable)
$52.15
$149

AWS-Solution-Architect-Associate Testing Engine

AWS-Solution-Architect-Associate PDF (Printable)
$69.65
$199

AWS-Solution-Architect-Associate PDF + Testing Engine

AWS-Solution-Architect-Associate PDF (Printable)
$87.15
$249
Question # 1

A company uses multiple vendors to distribute digital assets that are stored in Amazon S3 buckets The company wants to ensure that its vendor AWS accounts have the minimum access that is needed to download objects in these S3 buckets

Which solution will meet these requirements with the LEAST operational overhead?

Options:

A.  

Design a bucket policy that has anonymous read permissions and permissions to list ail buckets.

B.  

Design a bucket policy that gives read-only access to users. Specify 1AM entities as principals

C.  

Create a cross-account 1AM role that has a read-only access policy specified for the 1AM role.

D.  

Create a user policy and vendor user groups that give read-only access to vendor users

Discussion 1
Question # 2

A company hosts a website on Amazon EC2 instances behind an Application Load Balancer (ALB) The website serves static content Website traffic is increasing and the company is concerned about a potential increase in cost.

What should a solutions architect do to reduce the cost of the website?

Options:

A.  

Create an Amazon CloudFront distribution to cache static files at edge locations.

B.  

Create an Amazon ElastiCache cluster Connect the ALB to the ElastiCache cluster to serve cached files.

C.  

Create an AWS WAF web ACL and associate it with the AL

B.  

Add a rule to the web ACL to cache static files.

D.  

Create a second ALB in an alternative AWS Region Route user traffic to the closest Region to minimize data transfer costs

Discussion 0
Question # 3

A company is using a content management system that runs on a single Amazon EC2 instance. The EC2 instance contains both the web server and the database software. The company must make its website platform highly available and must enable the website to scale to meet user demand.

What should a solutions architect recommend to meet these requirements?

Options:

A.  

Move the database to Amazon RDS, and enable automatic backups. Manually launch another EC2 instance in the same Availability Zone. Configure an Application Load Balancer in the Availability Zone, and set the two instances as targets.

B.  

Migrate the database to an Amazon Aurora instance with a read replica in the same Availability Zone as the existing EC2 instance. Manually launch another EC2 instance in the same Availability Zone. Configure an Application Load Balancer, and set the two EC2 instances as targets.

C.  

Move the database to Amazon Aurora with a read replica in another Availability Zone. Create an Amazon Machine Image (AMI) from the EC2 instance. Configure an Application Load Balancer in two Availability Zones. Attach an Auto Scaling group that uses the AMI across two Availability Zones.

D.  

Move the database to a separate EC2 instance, and schedule backups to Amazon S3. Create an Amazon Machine Image (AMI) from the original EC2 instance. Configure an Application Load Balancer in two Availability Zones. Attach an Auto Scaling group that uses the AMI across two Availability Zones.

Discussion 0
Question # 4

A solutions architect needs to optimize storage costs. The solutions architect must identify any Amazon S3 buckets that are no longer being accessed or are rarely accessed.

Which solution will accomplish this goal with the LEAST operational overhead?

Options:

A.  

Analyze bucket access patterns by using the S3 Storage Lens dashboard for advanced activity metrics.

B.  

Analyze bucket access patterns by using the S3 dashboard in the AWS Management Console.

C.  

Turn on the Amazon CloudWatch BucketSizeBytes metric for buckets. Analyze bucket access patterns by using the metrics data with Amazon Athena.

D.  

Turn on AWS CloudTrail for S3 object monitoring. Analyze bucket access patterns by using CloudTrail logs that are integrated with Amazon CloudWatch Logs.

Discussion 0
Question # 5

A company hosts multiple production applications. One of the applications consists of resources from Amazon EC2, AWS Lambda, Amazon RDS, Amazon Simple Notification Service (Amazon SNS), and Amazon Simple Queue Service (Amazon SQS) across multiple AWS Regions. All company resources are tagged with a tag name of “application” and a value that corresponds to each application. A solutions architect must provide the quickest solution for identifying all of the tagged components.

Which solution meets these requirements?

Options:

A.  

Use AWS CloudTrail to generate a list of resources with the application tag.

B.  

Use the AWS CLI to query each service across all Regions to report the tagged components.

C.  

Run a query in Amazon CloudWatch Logs Insights to report on the components with the application tag.

D.  

Run a query with the AWS Resource Groups Tag Editor to report on the resources globally with the application tag.

Discussion 0
Question # 6

A company hosts its web application on AWS using seven Amazon EC2 instances. The company requires that the IP addresses of all healthy EC2 instances be returned in response to DNS queries.

Which policy should be used to meet this requirement?

Options:

A.  

Simple routing policy

B.  

Latency routing policy

C.  

Multivalue routing policy

D.  

Geolocation routing policy

Discussion 0
Question # 7

A company stores raw collected data in an Amazon S3 bucket. The data is used for several types of analytics on behalf of the company’s customers. The type of analytics requested to determines the access pattern on the S3 objects.

The company cannot predict or control the access pattern. The company wants to reduce its S3 costs.

which solution will meet these requirements?

Options:

A.  

Use S3 replication to transition infrequently accessed objects to S3 Standard-Infrequent Access (S3 Standard-1A)

B.  

Use S3 Lifecycle rules to transition objects from S3 Standard to Standard-Infrequent Access (S3 Standard-1A).

C.  

Use S3 Lifecycle rules for transition objects from S3 Standard to S3 Intelligent-Tiering.

D.  

Use S3 Inventory to identify and transition objects that have not been accessed from S3 Standard to S3 Intelligent-Tiering.

Discussion 0
Question # 8

A law firm needs to share information with the public The information includes hundreds of files that must be publicly readable Modifications or deletions of the files by anyone before a designated future date are prohibited.

Which solution will meet these requirements in the MOST secure way?

Options:

A.  

Upload all files to an Amazon S3 bucket that is configured for static website hosting. Grant read-only 1AM permissions to any AWS principals that access the S3 bucket until the designated date.

B.  

Create a new Amazon S3 bucket with S3 Versioning enabled Use S3 Object Lock with a retention period in accordance with the designated date Configure the S3 bucket for static website hosting. Set an S3 bucket policy to allow read-only access to the objrcts.

C.  

Create a new Amazon S3 bucket with S3 Versioning enabled Configure an event trigger to run an AWS Lambda function in case of object modification or deletion. Configure the Lambda function to replace the objects with the original versions from a private S3 bucket.

D.  

Upload all files to an Amazon S3 bucket that is configured for static website hosting. Select the folder that contains the files. Use S3 Object Lock with a retention period in accordance with the designated date. Grant read-only 1AM permissions to any AWS principals that access the S3 bucket.

Discussion 0
Question # 9

A company stores data in PDF format in an Amazon S3 bucket The company must follow a legal requirement to retain all new and existing data in Amazon S3 for 7 years.

Which solution will meet these requirements with the LEAST operational overhead?

Options:

A.  

Turn on the S3 Versionmg feature for the S3 bucket Configure S3 Lifecycle to delete the data after 7 years. Configure multi-factor authentication (MFA) delete for all S3 objects.

B.  

Turn on S3 Object Lock with governance retention mode for the S3 bucket Set the retention period to expire after 7 years. Recopy all existing objects to bring the existing data into compliance

C.  

Turn on S3 Object Lock with compliance retention mode for the S3 bucket. Set the retention period to expire after 7 years. Recopy all existing objects to bring the existing data into compliance

D.  

Turn on S3 Object Lock with compliance retention mode for the S3 bucket. Set the retention period to expire after 7 years. Use S3 Batch Operations to bring the existing data into compliance

Discussion 0
Question # 10

A company has applications hosted on Amazon EC2 instances with IPv6 addresses. The applications must initiate communications with other external applications using the internet.

However, the company’s security policy states that any external service cannot initiate a connection to the EC2 instances.

What should a solutions architect recommend to resolve this issue?

Options:

A.  

Create a NAT gateway and make it the destination of the subnet's route table.

B.  

Create an internet gateway and make it the destination of the subnet's route table

C.  

Create a virtual private gateway and make it the destination of the subnet's route table.

D.  

Create an egress-only internet gateway and make it the destination of the subnet's route table.

Discussion 0
Get AWS-Solution-Architect-Associate dumps and pass your exam in 24 hours!

Free Exams Sample Questions