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
    :Jun 01, 2026

Amazon SAA-C03 Online Questions & Answers

  • Question 1001:

    A company is running a publicly accessible serverless application that uses Amazon API Gateway and AWS Lambda. The application's traffic recently spiked due to fraudulent requests from botnets.

    Which steps should a solutions architect take to block requests from unauthorized users? (Choose two.)

    A. Create a usage plan with an API key that is shared with genuine users only.
    B. Integrate logic within the Lambda function to ignore the requests from fraudulent IP addresses.
    C. Implement an AWS WAF rule to target malicious requests and trigger actions to filter them out.
    D. Convert the existing public API to a private API. Update the DNS records to redirect users to the new API endpoint.
    E. Create an IAM role for each user attempting to access the API. A user will assume the role when making the API call.

  • Question 1002:

    An Amazon EC2 administrator created the following policy associated with an IAM group containing several users:

    What is the effect of this policy?

    A. Users can terminate an EC2 instance in any AWS Region except us-east-1.
    B. Users can terminate an EC2 instance with the IP address 10.100.100.1 in the us-east-1 Region.
    C. Users can terminate an EC2 instance in the us-east-1 Region when the user's source IP is 10.100.100.254.
    D. Users cannot terminate an EC2 instance in the us-east-1 Region when the user's source IP is 10.100.100.254.

  • Question 1003:

    A company has a large dataset for its online advertising business stored in an Amazon RDS for MySQL DB instance in a single Availability Zone. The company wants business reporting queries to run without impacting the write operations to the production DB instance.

    Which solution meets these requirements?

    A. Deploy RDS read replicas to process the business reporting queries.
    B. Scale out the DB instance horizontally by placing it behind an Elastic Load Balancer.
    C. Scale up the DB instance to a larger instance type to handle write operations and queries.
    D. Deploy the DB instance in multiple Availability Zones to process the business reporting queries.

  • Question 1004:

    A telemarketing company is designing its customer call center functionality on AWS. The company needs a solution that provides multiple speaker recognition and generates transcript files. The company wants to query the transcript files to analyze the business patterns. The transcript files must be stored for 7 years for auditing purposes.

    Which solution will meet these requirements?

    A. Use Amazon Rekognition for multiple speaker recognition. Store the transcript files in Amazon S3. Use machine learning models for transcript file analysis.
    B. Use Amazon Transcribe for multiple speaker recognition. Use Amazon Athena for transcript file analysis.
    C. Use Amazon Translate for multiple speaker recognition. Store the transcript files in Amazon Redshift. Use SQL queries for transcript file analysis.
    D. Use Amazon Rekognition for multiple speaker recognition. Store the transcript files in Amazon S3. Use Amazon Textract for transcript file analysis.

  • Question 1005:

    A company runs a content management system on an Amazon Elastic Container Service (Amazon ECS) cluster. The system allows visitors to provide feedback about the company's products by uploading documents and photos of the products to an Amazon S3 bucket.

    The company has a workflow on AWS that processes uploaded documents to perform sentiment analysis of photos and text. The processing workflow calls multiple AWS services.

    The company needs a solution to automate the processing workflow. The solution must handle any failed uploads.

    Which solution will meet these requirements with the LEAST effort?

    A. Use S3 Event Notifications to publish events to an Amazon Simple Notification Service (Amazon SNS) topic. Deploy a web application on the Amazon ECS cluster to subscribe to the SNS topic and listen for events to orchestrate the processing workflow.
    B. Use S3 Event Notifications to publish events to an Amazon Simple Queue Service (Amazon SQS) queue. Configure long polling. Deploy an Amazon EC2 instance that runs a script to orchestrate the processing workflow.
    C. Use S3 Event Notifications to publish events to an Amazon Simple Queue Service (Amazon SQS) queue. Create an ECS cluster that scales based on the number of messages in the queue. Configure the cluster to orchestrate the processing workflow.
    D. Use S3 Event Notifications to invoke an Amazon EventBridge rule. Configure the rule to initiate an AWS Step Functions workflow that orchestrates the processing workflow.

  • Question 1006:

    A company runs a MySQL database on a single Amazon EC2 instance.

    The company needs to improve availability of the database to prepare for power outages.

    Which solution will meet this requirement?

    A. Add an Application Load Balancer (ALB) in front of the EC2 instance.
    B. Configure EC2 automatic instance recovery to move the instance to another Availability Zone.
    C. Migrate the MySQL database to Amazon RDS and enable Multi-AZ deployment.
    D. Enable termination protection for the EC2 instance.

  • Question 1007:

    A gaming company is building an application with Voice over IP capabilities. The application will serve traffic to users across the world. The application needs to be highly available with an automated failover across AWS Regions. The company wants to minimize the latency of users without relying on IP address caching on user devices.

    What should a solutions architect do to meet these requirements?

    A. Use AWS Global Accelerator with health checks.
    B. Use Amazon Route 53 with a geolocation routing policy.
    C. Create an Amazon CloudFront distribution that includes multiple origins.
    D. Create an Application Load Balancer that uses path-based routing.

  • Question 1008:

    A company stores several petabytes of data across multiple AWS accounts. The company uses AWS Lake Formation to manage its data lake. The company's data science team wants to securely share selective data from its accounts with the company's engineering team for analytical purposes.

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

    A. Copy the required data to a common account. Create an IAM access role in that account. Grant access by specifying a permission policy that includes users from the engineering team accounts as trusted entities.
    B. Use the Lake Formation permissions Grant command in each account where the data is stored to allow the required engineering team users to access the data.
    C. Use AWS Data Exchange to privately publish the required data to the required engineering team accounts.
    D. Use Lake Formation tag-based access control to authorize and grant cross-account permissions for the required data to the engineering team accounts.

  • Question 1009:

    A solutions architect is designing a customer-facing application for a company. The application's database will have a clearly defined access pattern throughout the year and will have a variable number of reads and writes that depend on the time of year. The company must retain audit records for the database for 7 days.

    The recovery point objective (RPO) must be less than 5 hours.

    Which solution meets these requirements?

    A. Use Amazon DynamoDB with auto scaling. Use on-demand backups and Amazon DynamoDB Streams.
    B. Use Amazon Redshift. Configure concurrency scaling. Activate audit logging. Perform database snapshots every 4 hours.
    C. Use Amazon RDS with Provisioned IOPS. Activate the database auditing parameter. Perform database snapshots every 5 hours.
    D. Use Amazon Aurora MySQL with auto scaling. Activate the database auditing parameter.

  • Question 1010:

    An online food delivery company wants to optimize its storage costs. The company has been collecting operational data for the last 10 years in a data lake that was built on Amazon S3 by using a Standard storage class. The company does not keep data that is older than 7 years. A solutions architect frequently uses data from the past 6 months for reporting and runs queries on data from the last 2 years about once a month. Data that is more than 2 years old is rarely accessed and is only used for audit purposes.

    Which combination of solutions will optimize the company's storage costs? (Choose Two.)

    A. Create an S3 Lifecycle configuration rule to transition data that is older than 6 months to the S3 Standard-Infrequent Access (S3 Standard-IA) storage class. Create another S3 Lifecycle configuration rule to transition data that is older than 2 years to the S3 Glacier Deep Archive storage class.
    B. Create an S3 Lifecycle configuration rule to transition data that is older than 6 months to the S3 One Zone-Infrequent Access (S3 One Zone-IA) storage class. Create another S3 Lifecycle configuration rule to transition data that is older than 2 years to the S3 Glacier Flexible Retrieval storage class.
    C. Use the S3 Intelligent-Tiering storage class to store data instead of the S3 Standard storage class.
    D. Create an S3 Lifecycle expiration rule to delete data that is older than 7 years.
    E. Create an S3 Lifecycle configuration rule to transition data that is older than 7 years to the S3 Glacier Deep Archive storage class.

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.