SAA-C01 Exam Details

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

Amazon SAA-C01 Online Questions & Answers

  • Question 381:

    A customer has an application that is used by enterprise customers outside of AWS. Some of these customers use legacy firewalls that cannot whitelist by DNS name, but whitelist based only on IP address. The application is currently deployed in two Availability Zones, with one EC2 instance in each that has Elastic IP addresses. The customer wants to whitelist only two IP addresses, but the two existing EC2 instances cannot sustain the amount of traffic.

    What can a Solutions Architect do to support the customer and allow for more capacity? (Choose two.)

    A. Create a Network Load Balancer with an interface in each subnet, and assign a static IP address to each subnet.
    B. Create additional EC2 instances and put them on standby. Remap an Elastic IP address to a standby instance in the event of a failure.
    C. Use Amazon Route 53 with a weighted, round-robin routing policy across the Elastic IP addresses to resolve one at a time.
    D. Add additional EC2 instances with Elastic IP addresses, and register them with Amazon Route 53
    E. Switch the two existing EC2 instances for an Auto Scaling group, and register them with the Network Load Balancer.

  • Question 382:

    Your company hosts a social media site supporting users in multiple countries. You have been asked to provide a highly available design tor the application that leverages multiple regions tor the most recently accessed content and latency

    sensitive portions of the wet) site The most latency sensitive component of the application involves reading user preferences to support web site personalization and ad selection.

    In addition to running your application in multiple regions, which option will support this application's requirements?

    A. Serve user content from S3. CloudFront and use Route53 latency-based routing between ELBs in each region Retrieve user preferences from a local DynamoDB table in each region and leverage SQS to capture changes to user preferences with SOS workers for propagating updates to each table.
    B. Use the S3 Copy API to copy recently accessed content to multiple regions and serve user content from S3. CloudFront with dynamic content and an ELB in each region Retrieve user preferences from an ElasticCache cluster in each region and leverage SNS notifications to propagate user preference changes to a worker node in each region.
    C. Use the S3 Copy API to copy recently accessed content to multiple regions and serve user content from S3 CloudFront and Route53 latency-based routing Between ELBs In each region Retrieve user preferences from a DynamoDB table and leverage SQS to capture changes to user preferences with SOS workers for propagating DynamoDB updates.
    D. Serve user content from S3. CloudFront with dynamic content, and an ELB in each region Retrieve user preferences from an ElastiCache cluster in each region and leverage Simple Workflow (SWF) to manage the propagation of user preferences from a centralized OB to each ElastiCache cluster.

  • Question 383:

    A company is designing a failover strategy in Amazon Route 53 for its resources between two AWS Regions. The company must have the ability to route a user's traffic to the region with least latency, and if both regions are healthy, Route 53 should route traffic to resources in both regions.

    Which strategy should the Solutions Architect recommend?

    A. Configure active-active failover using Route 53 latency DNS records.
    B. Configure active-passive failover using Route 53 latency DNS records.
    C. Configure active-active failover using Route 53 failover DNS records.
    D. Configure active-passive failover using Route 53 failover DNS records.

  • Question 384:

    A company is creating a web application that allows customers to view photos in their web browsers. The website is hosted in us-east-1 on Amazon EC2 instances behind an Application Load Balancer. Users will be located in many places around the world.

    Which solution should provide all users with the fastest photo viewing experience?

    A. Implement an AWS Auto Scaling group for the web server instances behind the Application Load Balancer.
    B. Enable Amazon CloudFront for the website and specify the Application Load Balancer as the origin.
    C. Move the photos into an Amazon S3 bucket and enable static website hosting.
    D. Enable Amazon ElastiCache in the web server subnet.

  • Question 385:

    An application launched on Amazon EC2 instances needs to publish personally identifiable information (PII) about customers using Amazon SNS. The application is launched in private subnets within an Amazon VPC. Which is the MOST secure way to allow the application to access service endpoints in the same region?

    A. Use an internet gateway.
    B. Use AWS PrivateLink.
    C. Use a NAT gateway.
    D. Use a proxy instance.

  • Question 386:

    An organization regularly backs up their application data. The application backups are required to be stored on Amazon S3 for a certain amount of time. The backups should be accessed instantly in the event of a disaster recovery. Which of the following Amazon S3 storage classes would be the MOST cost-effective option to meet the needs of this scenario?

    A. Glacier Storage Class
    B. Standard Storage Class
    C. Standard - Infrequent Access (IA)
    D. Reduced Redundancy Class (RRS)

  • Question 387:

    A company wants to durably store data in 8 KB chunks. The company will access the data once every few months. However, when the company does access the data, it must be done with as little latency as possible. Which AWS service should a Solutions Architect recommend if cost is NOT a factor?

    A. Amazon DynamoDB
    B. Amazon EBS Throughput Optimized HDD Volumes
    C. Amazon EBS Cold HDD Volumes
    D. Amazon ElastiCache

  • Question 388:

    An ERP application is deployed across multiple AZs in a single region. In the event of failure, the Recovery Time Objective (RTO) must be less than 3 hours, and the Recovery Point Objective (RPO) must be 15 minutes the customer realizes that data corruption occurred roughly 1.5 hours ago. What DR strategy could be used to achieve this RTO and RPO in the event of this kind of failure?

    A. Take hourly DB backups to S3, with transaction logs stored in S3 every 5 minutes.
    B. Use synchronous database master-slave replication between two availability zones.
    C. Take hourly DB backups to EC2 Instance store volumes with transaction logs stored In S3 every 5 minutes.
    D. Take 15-minute DB backups stored In Glacier with transaction logs stored in S3 every 5 minutes.

  • Question 389:

    A Solutions Architect is concerned that the current security group rules for a database tier are too permissive and may permit requests that should be restricted. Below are the current security group permissions for the database tier:

    Protocol: TCP

    Port Range: 1433 (MS SQL)

    Source: ALL

    Currently, the only identified resource that needs to connect to the databases is the application tier consisting of an Auto Scaling group of EC2 instances.

    What changes can be made to this security group that would offer the users LEAST privilege?

    A. Change the source to -1 to remove source IP addresses previously unseen.
    B. Change the source to the VPC CIDR block.
    C. Change the source to the application instances IDs.
    D. Change the source to the security group ID attached to the application instances.

  • Question 390:

    A Solutions Architect is building a WordPress-based web application hosted on AWS using Amazon EC2. This application serves as a blog for an international internet security company. The application must be geographically redundant and scalable. It must separate the public Amazon EC2 web servers from the private Amazon RDS database, it must be highly available, and it must support dynamic port routing.

    Which combination of AWS services or capabilities will meet these requirements?

    A. AWS Auto Scaling with a Classic Load Balancer, and AWS CloudTrail
    B. Amazon Route 53, Auto Scaling with an Application Load Balancer, and Amazon CloudFront
    C. A VPC, a NAT gateway and Auto Scaling with a Network Load Balancer
    D. CloudFront, Route 53, and Auto Scaling with a Classic Load Balancer

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-C01 exam preparations and Amazon certification application, do not hesitate to visit our Vcedump.com to find your solutions here.