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

    A company hosts an application on AWS. The application interacts with an Amazon DynamoDB table that has 10 read capacity units (RCUs) Data from Amazon CloudWatch alarms shows that throttling is occurring on read requests to the DynamoDB table. The company needs to prevent this issue from happening in the future as the application continues to grow.

    What should a solutions architect recommend to meet these requirements?

    A. Add an Elastic Load Balancer in front of the DynamoDB table.
    B. Change the RCUs for the DynamoDB table to 20.
    C. Provision 20 write capacity units (WCUs) for the DynamoDB table to offset the throttling on read requests.
    D. Enable auto scaling for the DynamoDB table

  • Question 292:

    A company asks a solutions architect to design a new network architecture for its on- premises applications. The company has five application VPCs Each application VPC supports a different application. All the application VPCs need to reach a shared services VPC for enterprise services. The application VPCs need to communicate with each other.

    The number of VPCs will increase as the company grows The company needs a solution that minimizes operational overhead during setup and maintenance

    Which solution will meet these requirements?

    A. Use VPC endpoint services from the application VPCs to reach services on the shared services VPC.
    B. Use VPC peering connections between the application VPCs and the shared services VPC. Add a peering connection and routes between the application VPCs as needed.
    C. Use AWS Transit Gateway to connect the shared services VPC to each of the application VPCs. Configure routing to allow the application VPCs to access the shared services network.
    D. Use a virtual private gateway and VPNs in each application VPC to reach the company network. Transfer the network traffic between the application VPCs by using dynamic routing to the on-premises network.

  • Question 293:

    A startup company is using me AWS Cloud to develop a traffic control monitoring system for a large city The system must be highly available and must provide near-real-time results for residents and city officials even during peak events

    Gigabytes of data will come in daily from loT devices that run at intersections and freeway ramps across the city The system must process the data sequentially to provide the correct timeline However results need to show only what has

    happened in the last 24 hours.

    Which solution will meet these requirements MOST cost-effectively?

    A. Deploy Amazon Kinesis Data Firehose to accept incoming data from the loT devices and write the data to Amazon S3 Build a web dashboard to display the data from the last 24 hours
    B. Deploy an Amazon API Gateway API endpoint and an AWS Lambda function to process incoming data from the loT devices and store the data in Amazon DynamoDB Build a web dashboard to display the data from the last 24 hours
    C. Deploy an Amazon API Gateway API endpoint and an Amazon Simple Notification Service (Amazon SNS) tope to process incoming data from the loT devices Write the data to Amazon Redshift Build a web dashboard to display the data from the last 24 hours
    D. Deploy an Amazon Simple Queue Service (Amazon SQS) FIFO queue and an AWS Lambda function to process incoming data from the loT devices and store the data in an Amazon RDS DB instance Build a web dashboard to display the data from the last 24 hours

  • Question 294:

    An ecommerce company is experiencing an increase in user traffic. The company's store is deployed on Amazon EC2 instances as a two-tier two application consisting of a web tier and a separate database tier As traffic increases, the company notices that the architecture is causing significant delays in sending timely marketing and order confirmation email to users. The company wants to reduce the time it spends resolving complex email delivery issues and minimize operational overhead What should a solutions architect do to meet these requirements?

    A. Create a separate application tier using EC2 instances dedicated to email processing.
    B. Configure the web instance to send email through Amazon Simple Email Service (Amazon SES)
    C. Configure the web instance to send email through Amazon Simple Notification Service (Amazon SNS)
    D. Create a separate application tier using EC2 instances dedicated to email processing. Place the instances in an Auto Scaling group.

  • Question 295:

    A company wants to relocate its on-premises MySQL database to AWS The database accepts regular imports from a client-facing application when causes a high volume of write operations. The company is concerned that the amount of traffic might be causing performance issues within the application.

    How should a solutions architect design the architecture on AWS?

    A. Provision an Amazon RDS lor MySQL DB instance with Provisioned IOPS SSD storage Monitor write operation metrics by using Amazon CloudWatch Adjust the provisioned IOPS if necessary
    B. Provision an Amazon RDS tor MySQL 06 instance with General Purpose SSD storage Place an Amazon ElastiCache duster in front of the DB instance Configure the application to query ElastiCache instead
    C. Provision an Amazon DocumentDB (with MongoDB compatibility) instance with a memory optimized instance type. Monitor Amazon CloudWatch tor performance-related issues Change the instance class it necessary
    D. Provision an Amazon Elastic File System (Amazon EFS) He system in General Purpose performance mode Monitor Amazon CloudWatch tor IOPS bottlenecks Change to Provisioned Throughput performance mode if necessary.

  • Question 296:

    A financial company operates its production AWS environment in the us-east-1 Region and uses Amazon Elastic Block Store (Amazon EBS) snapshots to back up its instances. To meet a compliance requirement, the company must maintain

    a secondary copy of all critical data at least 100 miles (160.9 km) away from its primary location.

    What is the MOST cost-effective way for the company to meet this requirement?

    A. Replicate the EBS snapshots to a different Availability Zone in us-east-1.
    B. Replicate the EBS snapshots to us-east-2.
    C. Replicate the EBS snapshots to us-west-1.
    D. Replicate the EBS snapshots to us-west-2

  • Question 297:

    Your company is storing millions of sensitive transactions across thousands of 100-GB files that must be encrypted in transit and at rest. Analysts concurrently depend on subsets of files, which can consume up to 5 TB of space, to generate simulations that can be used to steer business decisions. You are required to design an AWS solution that can cost effectively accommodate the long-term storage and in-flight subsets of data.

    A. Use Amazon Simple Storage Service (S3) with server-side encryption, and run simulations on subsets in ephemeral drives on Amazon EC2.
    B. Use Amazon S3 with server-side encryption, and run simulations on subsets in-memory on Amazon EC2.
    C. Use HDFS on Amazon EMR, and run simulations on subsets in ephemeral drives on Amazon EC2.
    D. Use HDFS on Amazon Elastic MapReduce (EMR), and run simulations on subsets in-memory on Amazon Elastic Compute Cloud (EC2).
    E. Store the full data set in encrypted Amazon Elastic Block Store (EBS) volumes, and regularly capture snapshots that can be cloned to EC2 workstations.

  • Question 298:

    A company is designing an application. The application uses an AWS Lambda function to receive information through Amazon API Gateway and to store the information in an Amazon Aurora PostgreSQL database.

    During the proof-of-concept stage, the company has to increase the Lambda quotas significantly to handle the high volumes of data that the company needs to load into the database. A solutions architect must recommend a new design to

    improve scalability and minimize the configuration effort.

    Which solution will meet these requirements?

    A. Refactor the Lambda function code to Apache Tomcat code that runs on Amazon EC2 instances. Connect the database by using native Java Database Connectivity (JDBC) drivers.
    B. Change the platform from Aurora to Amazon DynamoDB. Provision a DynamoDB Accelerator (DAX) cluster. Use the DAX client SDK to point the existing DynamoDB API calls at the DAX cluster.
    C. Set up two Lambda functions. Configure one function to receive the information. Configure the other function to load the information into the database. Integrate the Lambda functions by using Amazon Simple Notification Service (Amazon SNS).
    D. Set up two Lambda functions. Configure one function to receive the information. Configure the other function to load the information into the database. Integrate the Lambda functions by using an Amazon Simple Queue Service (Amazon SQS) queue.

  • Question 299:

    A company has an on-premises data center that is running out of storage capacity. The company wants to migrate its storage infrastructure to AWS while minimizing bandwidth costs. The solution must allow for immediate retrieval of data at no additional cost.

    How can these requirements be met?

    A. Deploy Amazon S3 Glacier Vault and enable expedited Enable provisioned retrieved capacity for the workload.
    B. Deploy AWS Storage Gateway using cached volumes. Use Storage GATEWAY store data in Amazon retaining copies of frequently accessed data subnets locally.
    C. Deploy AWS Storage gateway using stored volume to store data locally Use Storage gateway asynchronously back up point-in-time snapshots of the data Amazon S3.
    D. Deploy AWS Direct Connects to connect with on-premises data center. Configure AWS Storage gateway to store data locally use storage gateway to asynchronously back up point-in-time snapshot of data Amazon S3.

  • Question 300:

    A social media company wants to allow its users to upload images in an application that is hosted in the AWS Cloud. The company needs a solution that automatically resizes the images so that the images can be displayed on multiple device

    types. The application experiences unpredictable traffic patterns throughout the day The company is seeking a highly available solution that maximizes scalability.

    What should a solutions architect do to meet these requirements?

    A. Create a static website hosted in Amazon S3 that invokes AWS Lambda functions to resize the images and store the images in an Amazon S3 bucket
    B. Create a static website hosted in Amazon CloudFront that invokes AWS Step Functions to resize the images and store the images in an Amazon RDS database
    C. Create a dynamic website hosted on a web server that runs on an Amazon EC2 instance Configure a process that runs on the EC2 instance to resize the images and store the images in an Amazon S3 bucket.
    D. Create a dynamic website hosted on an automatically scaling Amazon Elastic Container Service (Amazon ECS) cluster that creates a resize job in Amazon Simple Queue Service (Amazon SQS) Set up an image- resizing program that runs on an Amazon EC2 instance to process the resize jobs.

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.