Exam Details

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

Amazon Amazon Certifications SAA-C03 Questions & Answers

  • Question 371:

    A company runs its critical database on an Amazon RDS for PostgreSQL DB instance. The company wants to migrate to Amazon Aurora PostgreSQL with minimal downtime and data loss. Which solution will meet these requirements with the LEAST operational overhead?

    A. Create a DB snapshot of the RDS for PostgreSQL DB instance to populate a new Aurora PostgreSQL DB cluster.

    B. Create an Aurora read replica of the RDS for PostgreSQL DB instance. Promote the Aurora read replicate to a new Aurora PostgreSQL DB cluster.

    C. Use data import from Amazon S3 to migrate the database to an Aurora PostgreSQL DB cluster.

    D. Use the pg_dump utility to back up the RDS for PostgreSQL database. Restore the backup to a new Aurora PostgreSQL DB cluster.

  • Question 372:

    An ecommerce application uses a PostgreSQL database that runs on an Amazon EC2 instance. During a monthly sales event, database usage increases and causes database connection issues for the application. The traffic is unpredictable for subsequent monthly sales events, which impacts the sales forecast. The company needs to maintain performance when there is an unpredictable increase in traffic.

    Which solution resolves this issue in the MOST cost-effective way?

    A. Migrate the PostgreSQL database to Amazon Aurora Serverless v2.

    B. Enable auto scaling for the PostgreSQL database on the EC2 instance to accommodate increased usage.

    C. Migrate the PostgreSQL database to Amazon RDS for PostgreSQL with a larger instance type.

    D. Migrate the PostgreSQL database to Amazon Redshift to accommodate increased usage.

  • Question 373:

    A company uses AWS and sells access to copyrighted images. The company's global customer base needs to be able to access these images quickly. The company must deny access to users from specific countries. The company wants to minimize costs as much as possible.

    Which solution will meet these requirements?

    A. Use Amazon S3 to store the images. Turn on multi-factor authentication (MFA) and public bucket access. Provide customers with a link to the S3 bucket.

    B. Use Amazon S3 to store the images. Create an IAM user for each customer. Add the users to a group that has permission to access the S3 bucket.

    C. Use Amazon EC2 instances that are behind Application Load Balancers (ALBs) to store the images. Deploy the instances only in the countries the company services. Provide customers with links to the ALBs for their specific country's instances.

    D. Use Amazon S3 to store the images. Use Amazon CloudFront to distribute the images with geographic restrictions. Provide a signed URL for each customer to access the data in CloudFront.

  • Question 374:

    A company runs a container application by using Amazon Elastic Kubernetes Service (Amazon EKS). The application includes microservices that manage customers and place orders. The company needs to route incoming requests to the appropriate microservices.

    Which solution will meet this requirement MOST cost-effectively?

    A. Use the AWS Load Balancer Controller to provision a Network Load Balancer.

    B. Use the AWS Load Balancer Controller to provision an Application Load Balancer.

    C. Use an AWS Lambda function to connect the requests to Amazon EKS.

    D. Use Amazon API Gateway to connect the requests to Amazon EKS.

  • Question 375:

    A company plans to migrate to AWS and use Amazon EC2 On-Demand Instances for its application. During the migration testing phase, a technical team observes that the application takes a long time to launch and load memory to become fully productive.

    Which solution will reduce the launch time of the application during the next testing phase?

    A. Launch two or more EC2 On-Demand Instances. Turn on auto scaling features and make the EC2 On- Demand Instances available during the next testing phase.

    B. Launch EC2 Spot Instances to support the application and to scale the application so it is available during the next testing phase.

    C. Launch the EC2 On-Demand Instances with hibernation turned on. Configure EC2 Auto Scaling warm pools during the next testing phase.

    D. Launch EC2 On-Demand Instances with Capacity Reservations. Start additional EC2 instances during the next testing phase.

  • Question 376:

    A solutions architect is designing a disaster recovery (DR) strategy to provide Amazon EC2 capacity in a failover AWS Region. Business requirements state that the DR strategy must meet capacity in the failover Region.

    Which solution will meet these requirements?

    A. Purchase On-Demand Instances in the failover Region.

    B. Purchase an EC2 Savings Plan in the failover Region.

    C. Purchase regional Reserved Instances in the failover Region.

    D. Purchase a Capacity Reservation in the failover Region.

  • Question 377:

    A company runs a web application on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer that has sticky sessions enabled. The web server currently hosts the user session state. The company wants to ensure high availability and avoid user session state loss in the event of a web server outage.

    Which solution will meet these requirements?

    A. Use an Amazon ElastiCache for Memcached instance to store the session data. Update the application to use ElastiCache for Memcached to store the session state.

    B. Use Amazon ElastiCache for Redis to store the session state. Update the application to use ElastiCache for Redis to store the session state.

    C. Use an AWS Storage Gateway cached volume to store session data. Update the application to use AWS Storage Gateway cached volume to store the session state.

    D. Use Amazon RDS to store the session state. Update the application to use Amazon RDS to store the session state.

  • Question 378:

    A company recently migrated to the AWS Cloud. The company wants a serverless solution for large-scale parallel on-demand processing of a semistructured dataset. The data consists of logs, media files, sales transactions, and IoT sensor data that is stored in Amazon S3. The company wants the solution to process thousands of items in the dataset in parallel.

    Which solution will meet these requirements with the MOST operational efficiency?

    A. Use the AWS Step Functions Map state in Inline mode to process the data in parallel.

    B. Use the AWS Step Functions Map state in Distributed mode to process the data in parallel.

    C. Use AWS Glue to process the data in parallel.

    D. Use several AWS Lambda functions to process the data in parallel.

  • Question 379:

    An ecommerce company wants a disaster recovery solution for its Amazon RDS DB instances that run Microsoft SQL Server Enterprise Edition. The company's current recovery point objective (RPO) and recovery time objective (RTO) are 24 hours.

    Which solution will meet these requirements MOST cost-effectively?

    A. Create a cross-Region read replica and promote the read replica to the primary instance.

    B. Use AWS Database Migration Service (AWS DMS) to create RDS cross-Region replication.

    C. Use cross-Region replication every 24 hours to copy native backups to an Amazon S3 bucket.

    D. Copy automatic snapshots to another Region every 24 hours.

  • Question 380:

    A company's infrastructure consists of hundreds of Amazon EC2 instances that use Amazon Elastic Block Store (Amazon EBS) storage. A solutions architect must ensure that every EC2 instance can be recovered after a disaster.

    What should the solutions architect do to meet this requirement with the LEAST amount of effort?

    A. Take a snapshot of the EBS storage that is attached to each EC2 instance. Create an AWS CloudFormation template to launch new EC2 instances from the EBS storage.

    B. Take a snapshot of the EBS storage that is attached to each EC2 instance. Use AWS Elastic Beanstalk to set the environment based on the EC2 template and attach the EBS storage.

    C. Use AWS Backup to set up a backup plan for the entire group of EC2 instances. Use the AWS Backup API or the AWS CLI to speed up the restore process for multiple EC2 instances.

    D. Create an AWS Lambda function to take a snapshot of the EBS storage that is attached to each EC2 instance and copy the Amazon Machine Images (AMIs). Create another Lambda function to perform the restores with the copied AMIs and attach the EBS storage.

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.