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 1131:

    A company wants to use AWS Direct Connect to connect on-premises networks to AWS. The company runs many VPCs in a single Region and plans to scale to hundreds of VPCs.

    Which service will simplify and scale the network architecture?

    A. VPC endpoints
    B. AWS Transit Gateway
    C. Amazon Route 53
    D. AWS Secrets Manager

  • Question 1132:

    A company hosts a multi-tier web application that uses an Amazon Aurora MySQL DB cluster for storage.

    The application tier is hosted on Amazon EC2 instances. The company's IT security guidelines mandate that the database credentials be encrypted and rotated every 14 days.

    What should a solutions architect do to meet this requirement with the LEAST operational effort?

    A. Create a new AWS Key Management Service (AWS KMS) encryption key. Use AWS Secrets Manager to create a new secret that uses the KMS key with the appropriate credentials. Associate the secret with the Aurora DB cluster. Configure a custom rotation period of 14 days.
    B. Create two parameters in AWS Systems Manager Parameter Store: one for the user name as a string parameter and one that uses the SecureString type for the password. Select AWS Key Management Service (AWS KMS) encryption for the password parameter, and load these parameters in the application tier. Implement an AWS Lambda function that rotates the password every 14 days.
    C. Store a file that contains the credentials in an AWS Key Management Service (AWS KMS) encrypted Amazon Elastic File System (Amazon EFS) file system. Mount the EFS file system in all EC2 instances of the application tier. Restrict the access to the file on the file system so that the application can read the file and that only super users can modify the file. Implement an AWS Lambda function that rotates the key in Aurora every 14 days and writes new credentials into the file.
    D. Store a file that contains the credentials in an AWS Key Management Service (AWS KMS) encrypted Amazon S3 bucket that the application uses to load the credentials. Download the file to the application regularly to ensure that the correct credentials are used. Implement an AWS Lambda function that rotates the Aurora credentials every 14 days and uploads these credentials to the file in the S3 bucket.

  • Question 1133:

    A company is building a gaming application that needs to send unique events to multiple leaderboards, player matchmaking systems, and authentication services concurrently. The company requires an AWS-based event-driven system that delivers events in order and supports a publish-subscribe model. The gaming application must be the publisher, and the leaderboards, matchmaking systems, and authentication services must be the subscribers.

    Which solution will meet these requirements?

    A. Amazon EventBridge event buses
    B. Amazon Simple Notification Service (Amazon SNS) FIFO topics
    C. Amazon Simple Notification Service (Amazon SNS) standard topics
    D. Amazon Simple Queue Service (Amazon SQS) FIFO queues

  • Question 1134:

    A company is building a data analysis platform on AWS by using AWS Lake Formation. The platform will ingest data from different sources such as Amazon S3 and Amazon RDS. The company needs a secure solution to prevent access to portions of the data that contain sensitive information.

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

    A. Create an IAM role that includes permissions to access Lake Formation tables.
    B. Create data filters to implement row-level security and cell-level security.
    C. Create an AWS Lambda function that removes sensitive information before Lake Formation ingests the data.
    D. Create an AWS Lambda function that periodically queries and removes sensitive information from Lake Formation tables.

  • Question 1135:

    A company runs a multi-tier application on premises by using virtual machines (VMs). The application tiers communicate asynchronously through third-party middleware that guarantees exactly-once delivery. The company is planning to migrate the application to AWS and needs to replace the middleware solution. The solution must provide exactly-once delivery for messages from the application.

    Which combination of actions will meet these requirements with the LEAST infrastructure management? (Choose Two.)

    A. Use AWS Lambda functions to provide compute layers in the architecture.
    B. Use Amazon EC2 instances to provide compute layers in the architecture.
    C. Use Amazon SNS as a messaging component between the compute layers.
    D. Use Amazon SQS FIFO queues as a messaging component between the compute layers.
    E. Run containers on Amazon EKS to provide compute layers in the architecture.

  • Question 1136:

    A company decides to use AWS Key Management Service (AWS KMS) for data encryption operations.

    The company must create a KMS key and automate the rotation of the key. The company also needs the ability to deactivate the key and schedule the key for deletion.

    Which solution will meet these requirements?

    A. Create an asymmetric customer managed KMS key. Enable automatic key rotation.
    B. Create a symmetric customer managed KMS key. Disable the envelope encryption option.
    C. Create a symmetric customer managed KMS key. Enable automatic key rotation.
    D. Create an asymmetric customer managed KMS key. Disable the envelope encryption option.

  • Question 1137:

    A company uses AWS to host a public website. The load on the webservers recently increased.

    The company wants to learn more about the traffic flow and traffic sources. The company also wants to increase the overall security of the website.

    Which solution will meet these requirements?

    A. Deploy AWS WAF and set up logging. Use Amazon Data Firehose to deliver the log files to an Amazon S3 bucket for analysis.
    B. Deploy Amazon API Gateway and set up logging. Use Amazon Kinesis Data Streams to deliver the log files to an Amazon S3 bucket for analysis.
    C. Deploy a Network Load Balancer and set up logging. Use Amazon Data Firehose to deliver the log files to an Amazon S3 bucket for analysis.
    D. Deploy an Application Load Balancer and set up logging. Use Amazon Kinesis Data Streams to deliver the log files to an Amazon S3 bucket for analysis.

  • Question 1138:

    An online education platform experiences lag and buffering during peak usage hours, when thousands of students access video lessons concurrently. A solutions architect needs to improve the performance of the education platform.

    The platform needs to handle unpredictable traffic surges without losing responsiveness. The platform must provide smooth video playback performance at all times. The platform must create multiple copies of each video lesson and store the copies in various bitrates to serve users who have different internet speeds. The smallest video size is 7 GB.

    Which solution will meet these requirements MOST cost-effectively?

    A. Use Amazon ElastiCache to cache videos in all the required bitrates. Use AWS Lambda functions to process the videos and to convert the videos to the required bitrates.
    B. Create an Auto Scaling group that includes Amazon EC2 instances that are sized to meet peak loads. Use the Auto Scaling group to serve videos. Use the Auto Scaling group to convert the videos to the required bitrates.
    C. Store a copy of every video in every required bitrate in an Amazon S3 bucket. Use a single Amazon EC2 instance to serve the videos.
    D. Use Amazon Kinesis Video Streams to store and serve the videos. Use AWS Lambda functions to process the videos and to convert the videos to the required bitrates.

  • Question 1139:

    A company runs an order management application on AWS. The application allows customers to place orders and pay with a credit card. The company uses an Amazon CloudFront distribution to deliver the application. A security team has set up logging for all incoming requests. The security team needs a solution to generate an alert if any user modifies the logging configuration.

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

    A. Configure an Amazon EventBridge rule that is invoked when a user creates or modifies a CloudFront distribution. Add the AWS Lambda function as a target of the EventBridge rule.
    B. Create an Application Load Balancer (ALB). Enable AWS WAF rules for the ALB. Configure an AWS Config rule to detect security violations.
    C. Create an AWS Lambda function to detect changes in CloudFront distribution logging. Configure the Lambda function to use Amazon Simple Notification Service (Amazon SNS) to send notifications to the security team.
    D. Set up Amazon GuardDuty. Configure GuardDuty to monitor findings from the CloudFront distribution. Create an AWS Lambda function to address the findings.
    E. Create a private API in Amazon API Gateway. Use AWS WAF rules to protect the private API from common security problems.

  • Question 1140:

    A company hosts a public web application on AWS with a three-tier architecture: a frontend Auto Scaling group, an application Auto Scaling group, and an Amazon RDS database. During unexpected traffic spikes, the company notices long delays in startup time when the frontend and application tiers scale out.

    The company needs to improve scaling performance without negatively affecting user experience.

    Which solution will meet these requirements MOST cost-effectively?

    A. Decrease the minimum number of EC2 instances for both Auto Scaling groups. Increase the desired number of instances to meet peak demand.
    B. Configure the maximum number of instances for both Auto Scaling groups to the number required for peak demand. Create a warm pool.
    C. Increase the maximum number of EC2 instances for both Auto Scaling groups to meet normal demand. Create a warm pool.
    D. Use scheduled scaling. Increase EC2 and RDS instance sizes.

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.