Exam Details

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

Amazon Amazon Certifications SAA-C02 Questions & Answers

  • Question 601:

    A company plans to store sensitive user data on Amazon S3 internal security compliance requirement mandate encryption of data before secured it to Amazon S3. What should a solutions architect recommend to safely these requirements?

    A. Server-side encryption with customer-provided encryption keys.

    B. Client-side encryption with Amazon S3 managed encryption keys.

    C. Service-side encryption with keys stored in AWS Management Service (AWS KMS)

    D. Server-side encryption with a master stored in AWS Management Service (AWS KMS)

  • Question 602:

    A company needs to store 160TB of data for an indefinite of time. The company must be able to use standard SQL and business intelligence tools to query all of the data The data will be queried no more than twice each month. What is the MOST cost-effective solution that meets these requirements?

    A. Store the data in Amazon Aurora Serverles with MySQL . Use an SQL client to query the data.

    B. Store the data in Amazon S3. Use AWS Glue. Amazon Athena. IDBC and COBC drivers to query the data.

    C. Store the data in an Amazon EMR cluster with EMR File System (EMRFS) as the storage layer use Apache Presto to query the data.

    D. Store a subnet of the data in Amazon Redshift, and store the remaining data in Amazon S3. Use Amazon Redshift Spectrum to query the S3 data.

  • Question 603:

    A company is migrating a large, mission-critical database to AWS. A solutions architect has decided to use an Amazon RDS for MySQL Multi-AZ DB instance that is deployed with 80,000 Provisioned IOPS for storage. The solutions architect is using AWS Database Migration Service (AWS DMS) to perform the data migration. The migration is taking longer than expected, and the company wants to speed up the process. The company's network team has ruled out bandwidth as a limiting factor.

    Which actions should the solutions architect take to speed up the migration? (Choose two.)

    A. Disable Multi-AZ on the target DB instance.

    B. Create a new DMS instance that has a larger instance size.

    C. Turn off logging on the target DB instance until the initial load is complete.

    D. Restart the DMS task on a new DMS instance with transfer acceleration enabled.

    E. Change the storage type on the target DB instance to Amazon Elastic Block Store (Amazon EBS) General Purpose SSD (gp2).

  • Question 604:

    An ecommerce company is running a multi-tier application on AWS. The front-end and backend tiers run on Amazon EC2, and the database runs on Amazon RDS for MYSQL. The backend tier communities with the RDS instance. There are frequent calls to return identical database from the database that are causing performance slowdowns.

    Which action should be taken to improve the performance of the backend?

    A. Implement Amazon SNS to store the database calls.

    B. Implement Amazon ElasticCache to cache the large database.

    C. Implement an RDS for MySQL read replica to cache database calls.

    D. Implement Amazon Kinesis Data Firehose to stream the calls to the database.

  • Question 605:

    A company with a single AWS account runs its internet-facing containerized web application on an Amazon Elastic Kubernetes Service (Amazon EKS) cluster. The EKS cluster is placed in a private subnet of a VPC. System administrators

    access the EKS cluster through a bastion host on a public subnet.

    A new corporate security policy requires the company to avoid the use of bastion hosts. The company also must not allow internet connectivity to the EKS cluster.

    Which solution meets these requirements MOST cost-effectively?

    A. Set up an AWS Direct Connect connection.

    B. Create a transit gateway.

    C. Establish a VPN connection.

    D. Use AWS Storage Gateway.

  • Question 606:

    A company has deployed a multiplayer game for mobile devices. The game requires live location tracking of players based on latitude and longitude. The data store for the game must support rapid updates and retrieval of locations.

    The game uses an Amazon RDS for PostgreSQL DB instance with read replicas to store the location data. During peak usage periods, the database is unable to maintain the performance that is needed for reading and writing updates. The

    game's user base is increasing rapidly.

    What should a solutions architect do to improve the performance of the data tier?

    A. Take a snapshot of the existing DB instance. Restore the snapshot with Multi-AZ enabled.

    B. Migrate from Amazon RDS to Amazon Elasticsearch Service (Amazon ES) with Kibana.

    C. Deploy Amazon DynamoDB Accelerator (DAX) in front of the existing DB instance. Modify the game to use DAX.

    D. Deploy an Amazon ElastiCache for Redis cluster in front of the existing DB instance. Modify the game to use Redis.

  • Question 607:

    A company captures ordered clickstream data from multiple websites and uses batch processing to analyze the data. The company receives 100 million event records, all approximately 1 KB in size, each day. The company loads the data

    into Amazon Redshift each night, and business analysts consume the data.

    The company wants to move toward near-real-time data processing for timely insights. The solution should process the streaming data while requiring the least possible operational overhead.

    Which combination of AWS services will meet these requirements MOST cost-effectively? (Choose two.)

    A. Amazon EC2

    B. AWS Batch

    C. Amazon Simple Queue Service (Amazon SQS)

    D. Amazon Kinesis Data Firehose

    E. Amazon Kinesis Data Analytics

  • Question 608:

    A company has a customer relationship management (CRM) application that stores data in an Amazon RDS DB instance that runs Microsoft SQL Server. The company's IT staff has administrative access to the database. The database contains sensitive data. The company wants to ensure that the data is not accessible to the IT staff and that only authorized personnel can view the data.

    What should a solutions architect do to secure the data?

    A. Use client-side encryption with an Amazon RDS managed key.

    B. Use client-side encryption with an AWS Key Management Service (AWS KMS) customer managed key.

    C. Use Amazon RDS encryption with an AWS Key Management Service (AWS KMS) default encryption key.

    D. Use Amazon RDS encryption with an AWS Key Management Service (AWS KMS) customer managed key.

  • Question 609:

    A solutions architect is designing the architecture for a new web application. The application will run on AWS Fargate containers with an Application Load Balancer (ALB) and an Amazon Aurora PostgreSQL database. The web application will perform primarily read queries against the database.

    What should the solutions architect do to ensure that the website can scale with increasing traffic? (Choose two.)

    A. Enable auto scaling on the ALB to scale the load balancer horizontally.

    B. Configure Aurora Auto Scaling to adjust the number of Aurora Replicas in the Aurora cluster dynamically.

    C. Enable cross-zone load balancing on the ALB to distribute the load evenly across containers in all Availability Zones.

    D. Configure an Amazon Elastic Container Service (Amazon ECS) cluster in each Availability Zone to distribute the load across multiple Availability Zones.

    E. Configure Amazon Elastic Container Service (Amazon ECS) Service Auto Scaling with a target tracking scaling policy that is based on CPU utilization.

  • Question 610:

    A company's database is hosted on an Amazon Aurora MySQL DB cluster in the us-east-1 Region. The database is 4 TB in size. The company needs to expand its disaster recovery strategy to the us-west-2 Region. The company must have the ability to fail over to us-west-2 with a recovery time objective (RTO) of 15 minutes.

    What should a solutions architect recommend to meet these requirements?

    A. Create a Multi-Region Aurora MySQL DB cluster in us-east-1 and use-west-2. Use an Amazon Route 53 health check to monitor us-east-1 and fail over to us-west-2 upon failure.

    B. Take a snapshot of the DB cluster in us-east-1. Configure an Amazon EventBridge (Amazon CloudWatch Events) rule that invokes an AWS Lambda function upon receipt of resource events. Configure the Lambda function to copy the snapshot to us-west-2 and restore the snapshot in us-west- 2 when failure is detected.

    C. Create an AWS CloudFormation script to create another Aurora MySQL DB cluster in us-west-2 in case of failure. Configure an Amazon EventBridge (Amazon CloudWatch Events) rule that invokes an AWS Lambda function upon receipt of resource events. Configure the Lambda function to deploy the AWS CloudFormation stack in us-west-2 when failure is detected.

    D. Recreate the database as an Aurora global database with the primary DB cluster in us-east-1 and a secondary DB cluster in us-west-2. Configure an Amazon EventBridge (Amazon CloudWatch Events) rule that invokes an AWS Lambda function upon receipt of resource events. Configure the Lambda function to promote the DB cluster in us-west-2 when failure is detected.

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-C02 exam preparations and Amazon certification application, do not hesitate to visit our Vcedump.com to find your solutions here.