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

    An ecommerce company wants to launch a one-deal-a-day website on AWS. Each day will feature exactly one product on sale (or a period of 24 hours. The company wants to be able to handle millions of requests each hour with millisecond latency during peak hours.

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

    A. Use Amazon S3 to host the full website in different S3 buckets Add Amazon CloudFront distributions Set the S3 buckets as origins for the distributions Store the order data in Amazon S3
    B. Deploy the full website on Amazon EC2 instances that run in Auto Scaling groups across multiple Availability Zones Add an Application Load Balancer (ALB) to distribute the website traffic Add another ALB for the backend APIs Store the data in Amazon RDS for MySQL
    C. Migrate the full application to run in containers Host the containers on Amazon Elastic Kubernetes Service (Amazon EKS) Use the Kubernetes Cluster Autoscaler to increase and decrease the number of pods to process bursts in traffic Store the data in Amazon RDS for MySQL
    D. Use an Amazon S3 bucket to host the website's static content Deploy an Amazon CloudFront distribution. Set the S3 bucket as the origin Use Amazon API Gateway and AWS Lambda functions for the backend APIs Store the data in Amazon DynamoDB

  • Question 582:

    A company is migrating a NoSQL database cluster to Amazon EC2. The database automatically replicates data to maintain at least three copies of the data I/O throughput of the servers is the highest priority. Which instance type should a solutions architect recommend for the migration?

    A. Storage optimized instances with instance store
    B. Burstable general purpose instances with an Amazon Elastic Block Store (Amazon EBS) volume
    C. Memory optimized instances with Amazon Elastic Block Store (Amazon EBS) optimization enabled
    D. Compute optimized instances with Amazon Elastic Block Store (Amazon EBS) optimization enabled

  • Question 583:

    A company is using a VPC that is provisioned with a 10.10.1.0/24 CIDR block. Because of continued growth, IP address space in this block might be depleted soon. A solutions architect must add more IP address capacity to the VPC. Which solution will meet these requirements with the LEAST operational overhead?

    A. Create a new VPC. Associate a larger CIDR block.
    B. Add a secondary CIDR block of 10.10.2.0/24 to the VPC.
    C. Resize the existing VPC CIDR block from 10.10.1.0/24 to 10.10.1.0/16.
    D. Establish VPC peering with a new VPC that has a CIDR block of 10.10.1.0/16.

  • Question 584:

    The financial application at a company stores monthly reports in an Amazon S3 bucket. The vice president of finance has mandated that all access to these reports be logged and that any modifications to the log files be detected.

    Which actions can a solutions architect take to meet these requirements7

    A. Use S3 server access logging on the bucket that houses the reports with the read and write data events and log file validation options enabled.
    B. Use S3 server access logging on the bucket that houses the reports with the read and write management events and log file validation options enabled
    C. Use AWS CloudTrail to create a new trail. Configure the trail to log read and write data events on the S3 bucket that houses the reports Log these events to a new bucket, and enable log file validation
    D. Use AWS CloudTrail to create a new trail. Configure the trail to log read and write management events on the S3 bucket that houses the reports. Log these events to a new bucket, and enable log file validation.

  • Question 585:

    A company's website handles millions of requests each day. and the number of requests continues to increase. A solutions architect needs to improve the response time of the web application. The solutions architect determines that the application needs to decrease latency when retrieving product details from the Amazon DynamoDB table

    A. Set up a DynamoOB Accelerator (DAX) cluster Route all read requests through DAX.
    B. Set up Amazon ElasliCache (or Redis between the DynamoOB table and the web application.Route all read requests through Redis.
    C. Set up Amazon ElasliCache for Memcached between the DynamoOB table and the web application Route all read requests through Memcached.
    D. Set up Amazon DynamoOB Streams on the table, and have AWS Lambda read from the table and populate Amazon ElastiCache. Route all read requests through ElasliCache

  • Question 586:

    A company uses an Amazon S3 bucket to store static images for its website. The company configured permissions to allow access to Amazon S3 objects by privileged users only. What should a solutions architect do to protect against data loss? (Select TWO.)

    A. Enable versioning on the S3 bucket
    B. Enable access logging on the S3 bucket
    C. Enable server-side encryption on the S3 bucket.
    D. Configure an S3 Lifecycle rule to transition objects to Amazon S3 Glacier.
    E. Use MFA Delete to require multi-factor authentication to delete an object

  • Question 587:

    A company needs to run its external website on Amazon EC2 instances and on-premises virtualized servers The AWS environment has a 1 GB AWS Direct Connect connection to the data center. The application has IP addresses that will not change. The on-premises and AWS servers are able to restart themselves while maintaining the same IP address if a failure occurs Some website users have to add their vendors to an allow list, so the solution must have a fixed IP address The company needs a solution with the lowest operational overhead to handle this split traffic.

    What should a solutions architect do to meet these requirements?

    A. Deploy an Amazon Route 53 Resolver with rules pointing to the on-premises and AWS IP addresses
    B. Deploy a Network Load Balancer on AWS. Create target groups for the on-premises and AWS IP addresses.
    C. Deploy an Application Load Balancer on AWS Register the on-premises and AWS IP addresses with the target group.
    D. Deploy Amazon API Gateway to direct traffic to the on-premises and AWS IP addresses based on the header of the request.

  • Question 588:

    A company's application is running on Amazon EC2 instances within an Auto Scaling group behind an Elastic Load Balancer Based on the application's history, the company anticipates a spike in traffic during a holiday each year. A solutions

    architect must design a strategy to ensure that the Auto Scaling group proactively increases capacity lo minimize any performance impact on application users.

    Which solution will meet these requirements?

    A. Create an Amazon CloudWatch alarm to scale up the EC2 instances when CPU utilization exceeds 90%.
    B. Create a recurring scheduled action to scale up the Auto Scaling group before the expected period of peak demand.
    C. Increase the minimum and maximum number of EC2 instances in the Auto Scaling group during the peak demand period.
    D. Configure an Amazon Simple Notification Service (Amazon SNS) notification to send alerts when there ate autoscaling:EC2_INSTANCE_LAUNCH events.

  • Question 589:

    A company hosts its enterprise content management platform in one AWS Region but needs to operate the platform across multiple Regions The company has an Amazon Elastic Kubernetes Service (Amazon EKS) cluster that runs its microservices The EKS cluster stores and retrieves objects from Amazon S3 The EKS cluster also stores and retrieves metadata from Amazon DynamoDB

    Which combination of steps should a solutions architect take to deploy the platform across multiple Regions? (Select TWO.)

    A. Replicate the EKS cluster with cross-Region replication.
    B. Use Amazon API Gateway to create a global endpoint to the EKS cluster
    C. Use AWS Global Accelerator endpoints to distribute the traffic to multiple Regions
    D. Use Amazon S3 access points to give access to the objects across multiple Regions Configure DynamoDB Accelerator (DAX) Connect DAX to the relevant tables.
    E. Deploy an EKS cluster and an S3 bucket in another Region Configure cross-Region replication on both S3 buckets Turn on global tables for DynamoDB

  • Question 590:

    A company runs a multi-tier web application that hosts news content The application runs on Amazon EC2 instances behind an Application Load Balancer. The instances run in an EC2 Auto Scaling group across multiple Availability Zones and use an Amazon Aurora database. A solutions architect needs to make the application more resilient to periodic increases in request rates.

    Which architecture should the solutions architect implement? (Select TWO )

    A. Add AWS Shield.
    B. Add Aurora Replicas
    C. Add AWS Direct Connect
    D. Add AWS Global Accelerator.
    E. Add an Amazon CloudFront distribution in front of the Application Load Balancer

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.