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

    An internal product team is deploying a new application to a private VPC in a company's AWS account.

    The application runs on Amazon EC2 instances that are in a security group named App1. The EC2 instances store application data in an Amazon S3 bucket and use AWS Secrets Manager to store application service credentials. The company's security policy prohibits applications in a private VPC from using public IP addresses to communicate.

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

    A. Configure gateway endpoints for Amazon S3 and AWS Secrets Manager.
    B. Configure interface VPC endpoints for Amazon S3 and AWS Secrets Manager.
    C. Add routes to the endpoints in the VPC route table.
    D. Associate the App1 security group with the interface VPC endpoints. Configure a self-referencing security group rule to allow inbound traffic.
    E. Associate the App1 security group with the gateway endpoints. Configure a self-referencing security group rule to allow inbound traffic.

  • Question 332:

    A solutions architect wants all new users to have specific complexity requirements and mandatory rotation periods for IAM user passwords.

    What should the solutions architect do to accomplish this?

    A. Set an overall password policy for the entire AWS account.
    B. Set a password policy for each IAM user in the AWS account.
    C. Use third-party vendor software to set password requirements.
    D. Attach an Amazon CloudWatch rule to the Create_newuser event to set the password with the appropriate requirements.

  • Question 333:

    A company has an aging network-attached storage (NAS) array in its data center. The NAS array presents SMB shares and NFS shares to client workstations. The company does not want to purchase a new NAS array. The company also does not want to incur the cost of renewing the NAS array's support contract.

    Some of the data is accessed frequently, but much of the data is inactive.

    A solutions architect needs to implement a solution that migrates the data to Amazon S3, uses S3 Lifecycle policies, and maintains the same look and feel for the client workstations. The solutions architect has identified AWS Storage Gateway as part of the solution.

    Which type of storage gateway should the solutions architect provision to meet these requirements?

    A. Volume Gateway
    B. Tape Gateway
    C. Amazon FSx File Gateway
    D. Amazon S3 File Gateway

  • Question 334:

    A company hosts a website analytics application on a single Amazon EC2 On-Demand Instance. The analytics application is highly resilient and is designed to run in stateless mode. The company notices that the application is showing signs of performance degradation during busy times and is presenting 5xx errors. The company needs to make the application scale seamlessly.

    Which solution will meet these requirements MOST cost-effectively?

    A. Create an Amazon Machine Image (AMI) of the web application. Use the AMI to launch a second EC2 on-demand Instance. Use an Application Load Balancer to distribute the load across the two EC2 instances.
    B. Create an Amazon Machine Image (AMI) of the web application. Use the AMI to launch a second EC2 on-demand Instance. Use Amazon Route 53 weighted routing to distribute the load across the two EC2 instances.
    C. Create an AWS Lambda function to stop the EC2 instance and change the instance type. Create an Amazon CloudWatch alarm to invoke the Lambda function when CPU utilization is more than 75%.
    D. Create an Amazon Machine Image (AMI) of the web application. Apply the AMI to a launch template. Create an Auto Scaling group that includes the launch template. Configure the launch template to use a Spot Fleet. Attach an Application Load Balancer to the Auto Scaling group.

  • Question 335:

    A media company hosts its video processing workload on AWS. The workload uses Amazon EC2 instances in an Auto Scaling group to handle varying levels of demand. The workload stores the original videos and the processed videos in an Amazon S3 bucket. The company wants to ensure that the video processing workload is scalable. The company wants to prevent failed processing attempts because of resource constraints. The architecturemust be able to handle sudden spikes in video uploads without impacting the processing capability.

    Which solution will meet these requirements with the LEAST overhead?

    A. Migrate the workload from Amazon EC2 instances to AWS Lambda functions. Configure an Amazon S3 event notification to invoke the Lambda functions when a new video is uploaded. Configure the Lambda functions to process videos directly and to save processed videos back to the S3 bucket.
    B. Migrate the workload from Amazon EC2 instances to AWS Lambda functions. Use Amazon S3 to invoke an Amazon Simple Notification Service (Amazon SNS) topic when a new video is uploaded. Subscribe the Lambda functions to the SNS topic. Configure the Lambda functions to process the videos asynchronously and to save processed videos back to the S3 bucket.
    C. Configure an Amazon S3 event notification to send a message to an Amazon Simple Queue Service (Amazon SQS) queue when a new video is uploaded. Configure the existing Auto Scaling group to poll the SQS queue, process the videos, and save processed videos back to the S3 bucket.
    D. Configure an Amazon S3 upload trigger to invoke an AWS Step Functions state machine when a new video is uploaded. Configure the state machine to orchestrate the video processing workflow by placing a job message in the Amazon SQS queue. Configure the job message to invoke the EC2 instances to process the videos. Save processed videos back to the S3 bucket.

  • Question 336:

    A company is developing a social media application that must scale to meet demand spikes and handle ordered processes.

    Which AWS services meet these requirements?

    A. ECS with Fargate, RDS, and SQS for decoupling.
    B. ECS with Fargate, RDS, and SNS for decoupling.
    C. DynamoDB, Lambda, DynamoDB Streams, and Step Functions.
    D. Elastic Beanstalk, RDS, and SNS for decoupling.

  • Question 337:

    A company is running a web-based game in two Availability Zones in the us-west-2 Region. The web servers use an Application Load Balancer (ALB) in public subnets. The ALB has an SSL certificate from AWS Certificate Manager (ACM) with a custom domain name. The game is written in JavaScript and runs entirely in a user's web browser.

    The game is increasing in popularity in many countries around the world. The company wants to update the application architecture and optimize costs without compromising performance.

    What should a solutions architect do to meet these requirements?

    A. Use Amazon CloudFront and create a global distribution that points to the ALB. Reuse the existing certificate from ACM for the CloudFront distribution. Use Amazon Route 53 to update the application alias to point to the distribution.
    B. Use AWS CloudFormation to deploy the application stack to AWS Regions near countries where the game is popular. Use ACM to create a new certificate for each application instance. Use Amazon Route 53 with a geolocation routing policy to direct traffic to the local application instance.
    C. Use Amazon S3 and create an S3 bucket in AWS Regions near countries where the game is popular. Deploy the HTML and JavaScript files to each S3 bucket. Use ACM to create a new certificate for each S3 bucket. Use Amazon Route 53 with a geolocation routing policy to direct traffic to the local S3 bucket.
    D. Use Amazon S3 and create an S3 bucket in us-west-2. Deploy the HTML and JavaScript files to the S3 bucket. Use Amazon CloudFront and create a global distribution with the S3 bucket as the origin. Use ACM to create a new certificate for the distribution. Use Amazon Route 53 to update the application alias to point to the distribution.

  • Question 338:

    A solutions architect needs to implement a solution that can handle up to 5,000 messages per second. The solution must publish messages as events to multiple consumers. The messages are up to 500 KB in size.

    The message consumers need to have the ability to use multiple programming languages to consume the messages with minimal latency. The solution must retain published messages for more than 3 months. The solution must enforce strict ordering of the messages.

    Which solution will meet these requirements?

    A. Publish messages to an Amazon Kinesis Data Streams data stream. Enable enhanced fan-out. Ensure that consumers ingest the data stream by using dedicated throughput.
    B. Publish messages to an Amazon Simple Notification Service (Amazon SNS) topic. Ensure that consumers use an Amazon Simple Queue Service (Amazon SQS) FIFO queue to subscribe to the topic.
    C. Publish messages to Amazon EventBridge. Allow each consumer to create rules to deliver messages to the consumer's own target.
    D. Publish messages to an Amazon Simple Notification Service (Amazon SNS) topic. Ensure that consumers use Amazon Data Firehose to subscribe to the topic.

  • Question 339:

    The lead member of a DevOps team creates an AWS account. A DevOps engineer shares the account credentials with a solutions architect through a password manager application.

    The solutions architect needs to secure the root user for the new account.

    Which actions will meet this requirement? (Choose Two.)

    A. Update the root user password to a new, strong password.
    B. Secure the root user account by using a virtual multi-factor authentication (MFA) device.
    C. Create an IAM user for each member of the DevOps team. Assign the AdministratorAccess AWS managed policy to each IAM user.
    D. Create root user access keys. Save the keys as a new parameter in AWS Systems Manager Parameter Store.
    E. Update the IAM role for the root user to ensure the root user can use only approved services.

  • Question 340:

    A company's web application consists of an Amazon API Gateway API in front of an AWS Lambda function and an Amazon DynamoDB database. The Lambda function handles the business logic, and the DynamoDB table hosts the data. The application uses Amazon Cognito user pools to identify the individual users of the application. A solutions architect needs to update the application so that only users who have a subscription can access premium content.

    Which solution will meet this requirement with the LEAST operational overhead?

    A. Enable API caching and throttling on the API Gateway API.
    B. Set up AWS WAF on the API Gateway API. Create a rule to filter users who have a subscription.
    C. Apply fine-grained IAM permissions to the premium content in the DynamoDB table.
    D. Implement API usage plans and API keys to limit the access of users who do not have a subscription.

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.