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
    :May 30, 2025

Amazon Amazon Certifications SAA-C03 Questions & Answers

  • Question 1001:

    An application allows users at a company's headquarters to access product data. The product data is stored in an Amazon RDS MySQL DB instance. The operations team has isolated an application performance slowdown and wants to separate read traffic from write traffic. A solutions architect needs to optimize the application's performance quickly.

    What should the solutions architect recommend?

    A. Change the existing database to a Multi-AZ deployment. Serve the read requests from the primary Availability Zone.

    B. Change the existing database to a Multi-AZ deployment. Serve the read requests from the secondary Availability Zone.

    C. Create read replicas for the database. Configure the read replicas with half of the compute and storage resources as the source database.

    D. Create read replicas for the database. Configure the read replicas with the same compute and storage resources as the source database.

  • Question 1002:

    A company is running a popular social media website. The website gives users the ability to upload images to share with other users. The company wants to make sure that the images do not contain inappropriate content. The company needs a solution that minimizes development effort.

    What should a solutions architect do to meet these requirements?

    A. Use Amazon Comprehend to detect inappropriate content. Use human review for low-confidence predictions.

    B. Use Amazon Rekognition to detect inappropriate content. Use human review for low-confidence predictions.

    C. Use Amazon SageMaker to detect inappropriate content. Use ground truth to label low-confidence predictions.

    D. Use AWS Fargate to deploy a custom machine learning model to detect inappropriate content. Use ground truth to label low-confidence predictions.

  • Question 1003:

    A development team needs to host a website that will be accessed by other teams. The website contents consist of HTML, CSS, client-side JavaScript, and images Which method is the MOST cost-effective for hosting the website?

    A. Containerize the website and host it in AWS Fargate.

    B. Create an Amazon S3 bucket and host the website there

    C. Deploy a web server on an Amazon EC2 instance to host the website.

    D. Configure an Application Loa d Balancer with an AWS Lambda target that uses the Express js framework.

  • Question 1004:

    A company is migrating applications to AWS. The applications are deployed in different accounts. The company manages the accounts centrally by using AWS Organizations. The company's security team needs a single sign-on (SSO)

    solution across all the company's accounts. The company must continue managing the users and groups in its on-premises self-managed Microsoft Active Directory.

    Which solution will meet these requirements?

    A. Enable AWS Single Sign-On (AWS SSO) from the AWS SSO console. Create a one-way forest trust or a one-way domain trust to connect the company's self-managed Microsoft Active Directory with AWS SSO by using AWS Directory Service for Microsoft Active Directory.

    B. Enable AWS Single Sign-On (AWS SSO) from the AWS SSO console. Create a two-way forest trust to connect the company's self-managed Microsoft Active Directory with AWS SSO by using AWS Directory Service for Microsoft Active Directory.

    C. Use AWS Directory Service. Create a two-way trust relationship with the company's self-managed Microsoft Active Directory.

    D. Deploy an identity provider (IdP) on premises. Enable AWS Single Sign-On (AWS SSO) from the AWS SSO console.

  • Question 1005:

    A company is building an application in the AWS Cloud. The application will store data in Amazon S3 buckets in two AWS Regions. The company must use an AWS Key Management Service (AWS KMS) customer managed key to encrypt all data that is stored in the S3 buckets. The data in both S3 buckets must be encrypted and decrypted with the same KMS key. The data and the key must be stored in each of the two Regions.

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

    A. Create an S3 bucket in each Region Configure the S3 buckets to use server-side encryption with Amazon S3 managed encryption keys (SSE-S3) Configure replication between the S3 buckets.

    B. Create a customer managed multi-Region KMS key. Create an S3 bucket in each Region. Configure replication between the S3 buckets. Configure the application to use the KMS key with client-side encryption.

    C. Create a customer managed KMS key and an S3 bucket in each Region Configure the S3 buckets to use server-side encryption with Amazon S3 managed encryption keys (SSE-S3) Configure replication between the S3 buckets.

    D. Create a customer managed KMS key and an S3 bucket m each Region Configure the S3 buckets to use server-side encryption with AWS KMS keys (SSE-KMS) Configure replication between the S3 buckets.

  • Question 1006:

    A company is implementing a new business application. The application runs on two Amazon EC2 instances and uses an Amazon S3 bucket for document storage. A solutions architect needs to ensure that the EC2 instances can access the S3 bucket.

    What should the solutions architect do to meet this requirement?

    A. Create an IAM role that grants access to the S3 bucket. Attach the role to the EC2 instances.

    B. Create an IAM policy that grants access to the S3 bucket. Attach the policy to the EC2 instances.

    C. Create an IAM group that grants access to the S3 bucket. Attach the group to the EC2 instances.

    D. Create an IAM user that grants access to the S3 bucket. Attach the user account to the EC2 instances.

  • Question 1007:

    A company is storing sensitive user information in an Amazon S3 bucket The company wants to provide secure access to this bucket from the application tier running on Ama2on EC2 instances inside a VPC. Which combination of steps should a solutions architect take to accomplish this? (Select TWO.)

    A. Configure a VPC gateway endpoint for Amazon S3 within the VPC

    B. Create a bucket policy to make the objects to the S3 bucket public

    C. Create a bucket policy that limits access to only the application tier running in the VPC

    D. Create an IAM user with an S3 access policy and copy the IAM credentials to the EC2 instance

    E. Create a NAT instance and have the EC2 instances use the NAT instance to access the S3 bucket

  • Question 1008:

    A company is hosting a web application on AWS using a single Amazon EC2 instance that stores user-uploaded documents in an Amazon EBS volume. For better scalability and availability, the company duplicated the architecture and created a second EC2 instance and EBS volume in another Availability Zone placing both behind an Application Load Balancer After completing this change, users reported that, each time they refreshed the website, they could see one subset of their documents or the other, but never all of the documents at the same time.

    What should a solutions architect propose to ensure users see all of their documents at once?

    A. Copy the data so both EBS volumes contain all the documents.

    B. Configure the Application Load Balancer to direct a user to the server with the documents

    C. Copy the data from both EBS volumes to Amazon EFS Modify the application to save new documents to Amazon EFS

    D. Configure the Application Load Balancer to send the request to both servers Return each document from the correct server.

  • Question 1009:

    A company hosts a data lake on AWS. The data lake consists of data in Amazon S3 and Amazon RDS for PostgreSQL. The company needs a reporting solution that provides data visualization and includes all the data sources within the data lake. Only the company's management team should have full access to all the visualizations. The rest of the company should have only limited access.

    Which solution will meet these requirements?

    A. Create an analysis in Amazon QuickSight. Connect all the data sources and create new datasets. Publish dashboards to visualize the data. Share the dashboards with the appropriate IAM roles.

    B. Create an analysis in Amazon OuickSighl. Connect all the data sources and create new datasets. Publish dashboards to visualize the data. Share the dashboards with the appropriate users and groups.

    C. Create an AWS Glue table and crawler for the data in Amazon S3. Create an AWS Glue extract, transform, and load (ETL) job to produce reports. Publish the reports to Amazon S3. Use S3 bucket policies to limit access to the reports.

    D. Create an AWS Glue table and crawler for the data in Amazon S3. Use Amazon Athena Federated Query to access data within Amazon RDS for PoslgreSQL. Generate reports by using Amazon Athena. Publish the reports to Amazon S3. Use S3 bucket policies to limit access to the reports.

  • Question 1010:

    A company recently launched Linux-based application instances on Amazon EC2 in a private subnet and launched a Linux-based bastion host on an Amazon EC2 instance in a public subnet of a VPC A solutions architect needs to connect from the on-premises network, through the company's internet connection to the bastion host and to the application servers The solutions architect must make sure that the security groups of all the EC2 instances will allow that access

    Which combination of steps should the solutions architect take to meet these requirements? (Select TWO)

    A. Replace the current security group of the bastion host with one that only allows inbound access from the application instances

    B. Replace the current security group of the bastion host with one that only allows inbound access from the internal IP range for the company

    C. Replace the current security group of the bastion host with one that only allows inbound access from the external IP range for the company

    D. Replace the current security group of the application instances with one that allows inbound SSH access from only the private IP address of the bastion host

    E. Replace the current security group of the application instances with one that allows inbound SSH access from only the public IP address of the bastion host

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.