SAA-C02 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 SAA-C02 Online Questions & Answers

  • Question 521:

    A company's legacy application is currently relying on a single-instance Amazon RDS MySQL database without encryption Due to new compliance requirements, all existing and new data in this database must be encrypted

    How should this be accomplished?

    A. Create an Amazon S3 bucket with server-side encryption enabled Move all the data to Amazon S3 Delete the RDS instance
    B. Enable RDS Multi-AZ mode with encryption at rest enabled Perform a failover to the standby instance to delete the original instance
    C. Take a snapshot of the RDS instance Create an encrypted copy of the snapshot. Restore the RDS instance from the encrypted snapshot
    D. Create an RDS read replica with encryption at rest enabled Promote the read replica to master and switch the application over to the new master Delete the old RDS instance.

  • Question 522:

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

    A company has two AWS accounts in the same AWS Region. One account is a publisher account, and the other account is a subscriber account Each account has its own Amazon S3 bucket.

    An application puts media objects into the publisher account's S3 bucket The objects are encrypted with server-side encryption with customer-provided encryption keys (SSE-C). The company needs a solution that will automatically copy the objects to the subscriber's account's S3 bucket.

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

    A. Enable S3 Versioning on the publisher account's S3 bucket Configure S3 Same-Region Replication of the objects to the subscriber account's S3 bucket
    B. Create an AWS Lambda function that is invoked when objects are published in the publisher account's S3 bucket. Configure the Lambda function to copy the objects to the subscriber accounts S3 bucket
    C. Configure Amazon EventBridge (Amazon CloudWatch Events) to invoke an AWS Lambda function when objects are published in the publisher account's S3 bucket Configure the Lambda function to copy the objects to the subscriber account's S3 bucket
    D. Configure Amazon EventBridge (Amazon CloudWatch Events) to publish Amazon Simple Notification Service (Amazon SNS) notifications when objects are published in the publisher account's S3 bucket When notifications are received use the S3 console to copy the objects to the subscriber accounts S3 bucket

  • Question 524:

    A company build an application that gives users the ability to check in to places they visit, rank the places, and add reviews about their experiences. The application is successful and is experiencing a rapid increase in the number of users every month.

    The company uses a single Amazon RDS for MySQL DB instance for its database. The company fears that the database might not be able to handle the load for the upcoming month because the DB instance has activated alarms that are related to resource exhaustion.

    A solutions architect must design a solution that prevents service interruptions at the database layer. The solutions architect also must minimize any changes to code.

    Which solution meets these requirements?

    A. Create RDS read replicas. Redirect read-only traffic to the read replica endpoints
    B. Create an Amazon EMR cluster. Migrate the data to a Hadoop Distributed File System (HDFS) with a replication factor of 3.
    C. Create an Amazon ElastiCache cluster. Redirect all read-only traffic to the cluster. Set up the cluster to be deployed in three Availability Zones
    D. Turn on the Multi-AZ feature for the DB instance. Redirect read-only traffic to the standby replica endpoint.

  • Question 525:

    A company is running a critical business application on an Amazon EC2 instance The EC2 instance is hosting an Apache web server and a MySQL database server The application serves static content and dynamic content to end users The application is experiencing severe availability issues because of heavy user demand The company needs a solution that resolves the availability issues with the least operational effort and the least change to the application

    What should a solutions architect do to meet these requirements?

    A. Deploy the application and the web server on AWS Fargate Use a Network Load Balancer to route traffic Migrate the database to Amazon DynamoDB
    B. Create an Amazon Machine Image (AMI) from the current EC2 instance Create an Auto Scaling group to provide more capacity as needed Use a Network Load Balancer to route traffic
    C. Host static content on Amazon S3 Deploy the application and the web server on AWS Fargate Use an Application Load Balancer to route traffic. Migrate the database to Amazon Aurora Serverless
    D. Host static content on Amazon S3 Deploy the application on EC2 instances that are configured in an Auto Scaling group Use an Application Load Balancer to route traffic Migrate the database to Amazon DynamoDB

  • Question 526:

    A company is hosting a website from an Amazon S3 bucket that is configured for public hosting. The company's security team mandates the usage of secure connections for access to the website. However; HTTP-based URLS and HTTPS-based URLS mist be functional.

    What should a solution architect recommend to meet these requirements?

    A. Create an S3 bucket policy to explicitly deny non-HTTPS traffic.
    B. Enable S3 Transfer Acceleration. Select the HTTPS Only bucket property.
    C. Place thee website behind an Elastic Load Balancer that is configured to redirect HTTP traffic to HTTTPS.
    D. Serve the website through an Amazon CloudFront distribution that is configured to redirect HTTP traffic to HTTPS.

  • Question 527:

    An airline that is based in the United States provides services for routes in North America and Europe. The airline is developing a new read-intensive application that customers can use to find flights on either continent.

    The application requires strong read consistency and needs scalable database capacity to accommodate changes in user demand. The airline needs the database service to synchronize with the least possible latency between the two

    continents and to provide a simple failover mechanism to a second AWS Region.

    Which solution will meet these requirements?

    A. Deploy Microsoft SQL Server on Amazon EC2 instances in a Region in North America. Use SOL Server binary log replication on an EC2 instance in a Region in Europe.
    B. Create an Amazon DynamoDB global table Add a Region from North America and a Region from Europe to the table. Query data with strongly consistent reads.
    C. Use an Amazon Aurora MySQL global database. Deploy the read-write node in a Region in North America, and deploy read-only endpoints in Regions in North America and Europe. Query data with global read consistency.
    D. Create a subscriber application that uses Amazon Kinesis Data Steams for an Amazon Redshift cluster in a Region in North America. Create a second subscriber application for the Amazon Redshift cluster in a Region in Europe. Process all database modifications through Kinesis Data Streams.

  • Question 528:

    Application developers have noticed that a production application is very slow when business reporting users run large production reports against the Amazon RDS instance backing the application. the CPU and memory utilization metrics for

    the RDS instance-d not exceed 60% while the reporting queries are running. The business reporting users must be able to generate reports without affecting the applications performance.

    Which action will accomplish this?

    A. Increase the size of the RDS instance
    B. Create a read replica and connect the application to it.
    C. Enable multiple Availability Zones on the RDS instance
    D. Create a read replication and connect the business reports to it.

  • Question 529:

    A company has been running a web application with an Oracle relational database in an on-premises data center for the past 15 years. The company must migrate the database to AWS. The company needs to reduce operational overhead without having to modify the application's code.

    Which solution meets these requirements?

    A. Use AWS Database Migration Service (AWS DMS) to migrate the database servers to Amazon RDS.
    B. Use AWS Database Migration Service (AWS DMS) to migrate the database servers to Amazon DynamoDB.
    C. Use an AWS Snowball Edge Storage Optimized device to migrate the data from Oracle to Amazon Aurora.

  • Question 530:

    A company wants to identify underutilized instances for Amazon EX2 and Amazon RDS. The company needs to report on the cost of all underutilized instances and the utilization metrics for each resource. Which combination of tools and services will provide this data? (Select TWO.)

    A. Cost Explorer
    B. AWS Cost and Usage Report
    C. AWS Budgets
    D. Amazon CloudWarch
    E. AWS CloudTrail

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.