Exam Details

  • Exam Code
    :SAA-C02
  • Exam Name
    :AWS Certified Solutions Architect - Associate (SAA-C02)
  • Certification
    :Amazon Certifications
  • Vendor
    :Amazon
  • Total Questions
    :1080 Q&As
  • Last Updated
    :Jun 04, 2025

Amazon Amazon Certifications SAA-C02 Questions & Answers

  • Question 971:

    A company hosts historical weather records in Amazon S3. The records are downloaded from the company's website by way of a URL that resolves to a domain name. Users all over the world access this content through subscriptions A third-party provider hosts the company's root domain name, but the company recently migrated some of its services to Amazon Route 53 The company wants to consolidate contracts, reduce latency for users, and reduce costs related to serving the application to subscribers.

    Which solution meets these requirements?

    A. Create a web distribution on Amazon CloudFront to serve the S3 content for the application Create a CNAME record in a Route 53 hosted zone that points to the CloudFront distribution resolving to the application's URL domain name.

    B. Create a web distribution on Amazon CloudFront to serve the S3 content for the application Create an ALIAS record in the Amazon Route 53 hosted zone that points to the CloudFront distribution, resolving to the application's URL domain name

    C. Create an A record in a Route 53 hosted zone for the application Create a Route 53 traffic policy for the web application, and configure a geolocation rule. Configure health checks to check (he health of the endpoint and route DNS queries to other endpoints if an endpoint is unhealthy

    D. Create an A record in a Route 53 hosted zone tor the application. Create a Route 53 traffic policy for the web application, and configure a geoproximity rule. Configure health checks to check the health of the endpoint and route DNS queries to other endpoints if an endpoint is unhealthy.

  • Question 972:

    An application running on an Amazon EC2 instance in VPC-A needs to access files in another EC2 instance in VPC-B. Both are in separate. AWS accounts. The network administrator needs to design a solution to enable secure access to

    EC2 instance in VOC-B from VPC-A

    The connectivity should not have a single point of failure or bandwidth concerns.

    Which solution will meet these requirements?

    A. Set up a VPC peering connection between VPC-A and VPC-B.

    B. Set up VPC gateway endpoints for the EC2 instance running in VPC-B.

    C. Attach a virtual private gateway to VPC-B and enable routing from VPC-A.

    D. Create a private virtual interface (VIF) for the EC2 instance running in VPC-B and add appropriate routes from VPC-B.

  • Question 973:

    A company has NFS servers in an on-premises data center that need to periodically back up small amounts of data to Amazon S3. Which solution meets these requirements and is MOST cost-effective?

    A. Set up AWS Glue to copy the data from the on-premises servers to Amazon S3.

    B. Set up an AWS DataSync agent on the on premises servers, and sync the data to Amazon S3.

    C. Set up an SFTP sync using AWS Transfer for SFTP to sync data from on premises to Amazon S3.

    D. Set up an AWS Direct Connect connection between the on-premises data center and a VPC, and copy the data to Amazon S3

  • Question 974:

    A company plans to store sensitive user data on Amazon S3. Internal security compliance requirement mandata encryption of data before sending it to Amazon S3. What should a solution architect recommend to satisfy these requirements?

    A. Server-side encryption with customer-provided encryption keys

    B. Client-side encryption with Amazon S3 managed encryption keys

    C. Server-side encryption with keys stored in AWS key Management Service (AWS KMS)

    D. Client-side encryption with a master key stored in AWS Key Management Service (AWS KMS)

  • Question 975:

    A company has a two-tier application architecture that runs in public and private subnets Amazon EC2 instances running the web application are in the public subnet and a database runs on the private subnet The web application instances

    and the database are running in a single Availability Zone (AZ).

    Which combination of steps should a solutions architect take to provide high availability for this architecture? (Select TWO.)

    A. Create new public and private subnets in the same AZ for high availability

    B. Create an Amazon EC2 Auto Scaling group and Application Load Balancer spanning multiple AZs

    C. Add the existing web application instances to an Auto Scaling group behind an Application Load Balancer

    D. Create new public and private subnets in a new AZ Create a database using Amazon EC2 in one AZ

    E. Create new public and private subnets in the same VPC each in a new AZ Migrate the database to an Amazon RDS multi-AZ deployment.

  • Question 976:

    A company has a multi-tier application that runs six front-end web servers in an Amazon EC2 Auto Scaling group in a single Availability Zone behind an Application Load Balancer (ALB) A solutions architect needs to modify the infrastructure to be highly available without modifying the application Which architecture should the solutions architect choose that provides high availability?

    A. Create an Auto Scaling group that uses three instances across each of two Regions

    B. Modify the Auto Scaling group to use three instances across each of two Availability Zones

    C. Create an Auto Scaling template that can be used to quickly create more instances in another Region

    D. Change the ALB in front of the Amazon EC2 instances in a round-robin configuration to balance traffic to the web tier

  • Question 977:

    An online photo application lets users upload photos and perform image editing operations The application offers two classes of service free and paid Photos submitted by paid users are processed before those submitted by free users Photos are uploaded to Amazon S3 and the job information is sent to Amazon SQS.

    Which configuration should a solutions architect recommend?

    A. Use one SQS FIFO queue Assign a higher priority to the paid photos so they are processed first

    B. Use two SQS FIFO queues: one for paid and one for free Set the free queue to use short polling and the paid queue to use long polling

    C. Use two SQS standard queues one for paid and one for free Configure Amazon EC2 instances to prioritize polling for the paid queue over the free queue.

    D. Use one SQS standard queue. Set the visibility timeout of the paid photos to zero Configure Amazon EC2 instances to prioritize visibility settings so paid photos are processed first

  • Question 978:

    A company is migrating from an on-premises infrastructure to the AWS Cloud One of the company's applications stores files on a Windows file server farm that uses Distributed File System Replication (DFSR) to keep data in sync A solutions architect needs to replace the file server farm Which service should the solutions architect use?

    A. Amazon EFS

    B. Amazon FSx

    C. Amazon S3

    D. AWS Storage Gateway

  • Question 979:

    A solution architect is performing a security review of a recently migrated workload. The workload is a web application that consists of amazon EC2 instances in an Auto Scaling group behind an Application Load balancer. The solution

    architect must improve the security posture and minimize the impact of a DDoS attack on resources.

    Which solution is MOST effective?

    A. Configure an AWS WAF ACL with rate-based rules. Create an Amazon CloudFront distribution that points to the Application Load Balancer. Enable the EAF ACL on the CloudFront distribution

    B. Create a custom AWS Lambda function that adds identified attacks into a common vulnerability pool to capture a potential DDoS attack. use the identified information to modify a network ACL to block access.

    C. Enable VPC Flow Logs and store then in Amazon S3. Create a custom AWS Lambda functions that parses the logs looking for a DDoS attack. Modify a network ACL to block identified source IP addresses.

    D. Enable Amazon GuardDuty and configure findings written 10 Amazon GloudWatch Create an event with Cloud Watch Events for DDoS alerts that triggers Amazon Simple Notification Service (Amazon SNS) Have Amazon SNS invoke a custom AWS lambda function that parses the logs looking for a DDoS attack Modify a network ACL to block identified source IP addresses

  • Question 980:

    A company must generate sales reports at the beginning of every month. The reporting process launches 20 Amazon EC2 instances on the first of the month. The process runs for 7 days and cannot be interrupted. The company wants to minimize costs.

    Which pricing model should the company choose?

    A. Reserved Instances

    B. Spot Block Instances

    C. On-Demand Instances

    D. Scheduled Reserved Instances

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Amazon exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your SAA-C02 exam preparations and Amazon certification application, do not hesitate to visit our Vcedump.com to find your solutions here.