SAA-C03 Exam Details

  • Exam Code
    :SAA-C03
  • Exam Name
    :AWS Certified Solutions Architect - Associate (SAA-C03)
  • Certification
    :Amazon Certifications
  • Vendor
    :Amazon
  • Total Questions
    :1524 Q&As
  • Last Updated
    :Jul 11, 2026

Amazon SAA-C03 Online Questions & Answers

  • Question 1481:

    A company is hosting a website behind multiple Application Load Balancers. The company has different distribution rights for its content around the world. A solutions architect needs to ensure that users are served the correct content without violating distribution rights.

    Which configuration should the solutions architect choose to meet these requirements?

    A. Configure Amazon CloudFront with AWS WAF.
    B. Configure Application Load Balancers with AWS WAF
    C. Configure Amazon Route 53 with a geolocation policy
    D. Configure Amazon Route 53 with a geoproximity routing policy

  • Question 1482:

    A company wants to host a scalable web application on AWS. The application will be accessed by users from different geographic regions of the world. Application users will be able to download and upload unique data up to gigabytes in size.

    The development team wants a cost-effective solution to minimize upload and download latency and maximize performance.

    What should a solutions architect do to accomplish this?

    A. Use Amazon S3 with Transfer Acceleration to host the application.
    B. Use Amazon S3 with CacheControl headers to host the application.
    C. Use Amazon EC2 with Auto Scaling and Amazon CloudFront to host the application.
    D. Use Amazon EC2 with Auto Scaling and Amazon ElastiCache to host the application.

  • Question 1483:

    A company plans to deploy an application that uses an Amazon CloudFront distribution. The company will set an Application Load Balancer (ALB) as the origin for the distribution. The company wants to ensure that users access the ALB only through the CloudFront distribution. The company plans to deploy the solution in a new VPC.

    Which solution will meet these requirements?

    A. Configure the network ACLs in the subnet where the ALB is deployed to allow inbound traf-fic only from the public IP addresses of the CloudFront edge locations.
    B. Create a VPC origin for the CloudFront distribution. Set the VPC origin Amazon Resource Name (ARN) to the ARN of the ALB.
    C. Create a security group that allows only inbound traffic from the public IP addresses of the CloudFront edge locations. Associate the security group with the ALB.
    D. Create a VPC origin for the CloudFront distribution. Configure an ALB rule. Set the source IP condition to allow traffic only from the public IP addresses of the CloudFront edge locations.

  • Question 1484:

    A company wants to create a mobile app that allows users to stream slow-motion video clips on their mobile devices. Currently, the app captures video clips and uploads the video clips in raw format into an Amazon S3 bucket. The app retrieves these video clips directly from the S3 bucket. However, the videos are large in their raw format. Users are experiencing issues with buffering and playback on mobile devices.

    The company wants to implement solutions to maximize the performance and scalability of the app while minimizing operational overhead.

    Which combination of solutions will meet these requirements? (Choose two.)

    A. Deploy Amazon CloudFront for content delivery and caching.
    B. Use AWS DataSync to replicate the video files across AW'S Regions in other S3 buckets.
    C. Use Amazon Elastic Transcoder to convert the video files to more appropriate formats.
    D. Deploy an Auto Sealing group of Amazon EC2 instances in Local Zones for content delivery and caching.
    E. Deploy an Auto Scaling group of Amazon EC2 instances to convert the video files to more appropriate formats.

  • Question 1485:

    A company runs a containerized application on a Kubernetes cluster in an on-premises data center. The company is using a MongoDB database for data storage. The company wants to migrate some of these environments to AWS, but no code changes or deployment method changes are possible at this time. The company needs a solution that minimizes operational overhead.

    Which solution meets these requirements?

    A. Use Amazon Elastic Container Service (Amazon ECS) with Amazon EC2 worker nodes for compute and MongoDB on EC2 for data storage.
    B. Use Amazon Elastic Container Service (Amazon ECS) with AWS Fargate for compute and Amazon DynamoDB for data storage
    C. Use Amazon Elastic Kubernetes Service (Amazon EKS) with Amazon EC2 worker nodes for compute and Amazon DynamoDB for data storage.
    D. Use Amazon Elastic Kubernetes Service (Amazon EKS) with AWS Fargate for compute and Amazon DocumentDB (with MongoDB compatibility) for data storage.

  • Question 1486:

    A company runs an application that uses Amazon RDS for PostgreSQL. The application receives traffic only on weekdays during business hours. The company wants to optimize costs and reduce operational overhead based on this usage.

    Which solution will meet these requirements?

    A. Use the Instance Scheduler on AWS to configure start and stop schedules.
    B. Turn off automatic backups. Create weekly manual snapshots of the database.
    C. Create a custom AWS Lambda function to start and stop the database based on minimum CPU utilization.
    D. Purchase All Upfront reserved DB instances.

  • Question 1487:

    A company hosts a frontend application that uses an Amazon API Gateway API backend that is integrated with AWS Lambda. When the API receives requests, the Lambda function loads many libraries. Then the Lambda function connects to an Amazon RDS database, processes the data, and returns the data to the frontend application. The company wants to ensure that response latency is as low as possible for all its users with the fewest number of changes to the company's operations.

    Which solution will meet these requirements?

    A. Establish a connection between the frontend application and the database to make queries faster by bypassing the API.
    B. Configure provisioned concurrency for the Lambda function that handles the requests.
    C. Cache the results of the queries in Amazon S3 for faster retrieval of similar datasets.
    D. Increase the size of the database to increase the number of connections Lambda can establish at one time.

  • Question 1488:

    A company is deploying a critical application by using Amazon RDS for MySQL. The application must be highly available and must recover automatically. The company needs to support interactive users (transactional queries) and batch reporting (analytical queries) with no more than a 4-hour lag. The analytical queries must not affect the performance of the transactional queries.

    Which solution meets these requirements?

    A. Configure Amazon RDS for MySQL in a Multi-AZ DB instance deployment with one standby instance. Point the transactional queries to the primary DB instance. Point the analytical queries to a secondary DB instance that runs in a different Availability Zone.
    B. Configure Amazon RDS for MySQL in a Multi-AZ DB cluster deployment with two standby instances. Point the transactional queries to the primary DB instance. Point the analytical queries to the reader endpoint.
    C. Configure Amazon RDS for MySQL to use multiple read replicas across multiple Availability Zones. Point the transactional queries to the primary DB instance. Point the analytical queries to one of the replicas in a different Availability Zone.
    D. Configure Amazon RDS for MySQL as the primary database for the transactional queries with automated backups enabled. Each night, create a read-only database from the most recent snapshot to support the analytical queries. Terminate the previously created database.v

  • Question 1489:

    A company uses a general-purpose instance class Amazon RDS for MySQL DB instance. The company has configured the DB instance in a Multi-AZ configuration across two Availability Zones as part of the company's production application.

    The company's finance team needs to run SQL queries against the DB instance to generate reports.

    Customers have reported significant performance issues with the application during report generation.

    A solutions architect needs to minimize the effect of the reporting job on the DB instance.

    Which solution will meet these requirements?

    A. Create a proxy in Amazon RDS Proxy. Update the reporting job to query the proxy endpoint.
    B. Update the RDS DB instance configuration to use three Availability Zones.
    C. Add an RDS read replica. Update the reporting job to query the replica endpoint.
    D. Change the RDS configuration from a general-purpose instance class to a memory-optimized instance class.

  • Question 1490:

    A company has a relational database workload that runs on Amazon Aurora MySQL. According to new compliance standards, the company must rotate all database credentials every 30 days. The company needs a solution that maximizes security and minimizes development effort.

    Which solution will meet these requirements?

    A. Store the database credentials in AWS Secrets Manager. Configure automatic credential rotation for every 30 days.
    B. Store the database credentials in AWS Systems Manager Parameter Store. Create an AWS Lambda function to rotate the credentials every 30 days.
    C. Store the database credentials in an environment file or in a configuration file. Modify the credentials every 30 days.
    D. Store the database credentials in an environment file or in a configuration file. Create an AWS Lambda function to rotate the credentials every 30 days.

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