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

    A company has developed a database in Amazon RDS for MySQL. Due to increased support team is reporting slow reads against the DB instance and recommends adding a read replica.

    Which combination of actions should a solutions architect take before implementing this change? (Select TWO.)

    A. Enable binlog replication on the RDS master.
    B. Choose a failover priority for the source DB instance.
    C. Allow long-running transactions to complete on the source DB instance.
    D. Create a global table and specify the AWS Regions where the table will be available.
    E. Enable automatic backups on the source instance by settings the backup retention period to a value other than 0.

  • Question 982:

    A company has developed a new video game as a web application. The application is in a three-tier architecture in a VPC with Amazon RDS for MySQL In the database layer Several players will compete concurrently online. The game's developers want to display a top-10 scoreboard in near-real time and offer the ability to stop and restore the game while preserving the current scores. What should a solutions architect do to meet these requirements?

    A. Set up an Amazon ElastiCache for Memcached cluster to cache the scores for the web application to display
    B. Set up an Amazon ElastiCache for Redis cluster to compute and cache the scores for the web application to display.
    C. Place an Amazon CloudFront distribution in front of the web application to cache the scoreboard m a section of the application.
    D. Create a read replica on Amazon RDS for MySQL to run queries to compute the scoreboard and serve the read traffic to the web application.

  • Question 983:

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

    A company wants to run an in-memory database for a latency-sensitive application that runs on Amazon EC2 instances. The application processes more than 100,000 transactions each minute and requires high network throughput. A solutions architect needs to provide a cost-effective network design that minimizes data transfer charges.

    Which solution meets these requirements?

    A. Launch all EC2 instances in the same Availability Zone within the same AWS Region. Specify a placement group with cluster strategy when launching EC2 instances.
    B. Launch all EC2 instances in different Availability Zones within the same AWS Region. Specify a placement group with partition strategy when launching EC2 instances.
    C. Deploy an Auto Scaling group to launch EC2 instances in different Availability Zones based on a network utilization target.
    D. Deploy an Auto Scaling group with a step scaling policy to launch EC2 instances in different Availability Zones.

  • Question 985:

    A solutions architect is designing the architecture of a new application being deployed to the AWS Cloud The application will run on Amazon EC2 On-Demand Instances and will automatically scale across multiple Availability Zones The EC2 instances will scale up and down frequently throughout the day.

    An Application Load Balancer (ALB) will handle the load distribution The architecture needs to support distributed session data management The company is willing to make changes to code if needed.

    What should the solutions architect do to ensure that the architecture supports distributed session data management?

    A. Use Amazon ElastiCache to manage and store session data
    B. Use session affinity (sticky sessions) of the ALB to manage session data.
    C. Use Session Manager from AWS Systems Manager to manage the session
    D. Use the GetSessionToken API operation in AWS Security Token Service (AWS STS) to manage the session

  • Question 986:

    A company wants to use AWS Systems Manager to manage a fleet ol Amazon EC2 instances. According to the company's security requirements, no EC2 instances can have internet access. A solutions architect needs to design network connectivity from the EC2 instances to Systems Manager while fulfilling this security obligation.

    Which solution will meet these requirements?

    A. Deploy the EC2 instances into a private subnet with no route to the internet.
    B. Configure an interface VPC endpoint for Systems Manager. Update routes to use the endpoint.
    C. Deploy a NAT gateway into a public subnet. Configure private subnets with a default route to the NAT gateway.
    D. Deploy an internet gateway. Configure a network ACL to deny traffic to all destinations except Systems Manager.

  • Question 987:

    A media company stores video content in an Amazon Elastic Block Store (Amazon EBS) volume. A certain video file has become popular and a large number of users across the world are accessing this content. This has resulted in a cost

    increase.

    Which action will DECREASE cost without compromising user accessibility?

    A. Change the EBS volume to Provisioned IOPS (PIOPS).
    B. Store the video in an Amazon S3 bucket and create an Amazon CloudFront distribution.
    C. Split the video into multiple, smaller segments so users are routed to the requested video segments only.
    D. Clear an Amazon S3 bucket in each Region and upload the videos so users are routed to the nearest S3 bucket.

  • Question 988:

    A global company hosts its web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The web application has static data and dynamic data. The company stores its static data in an Amazon S3 bucket. The company wants to improve performance and reduce latency for the static data and dynamic data. The company is using its own domain name registered with Amazon Route 53.

    What should a solutions architect do to meet these requirements?

    A. Create an Amazon CloudFront distribution that has the S3 bucket and the ALB as origins Configure Route 53 to route traffic to the CloudFront distribution.
    B. Create an Amazon CloudFront distribution that has the ALB as an origin Create an AWS Global Accelerator standard accelerator that has the S3 bucket as an endpoint. Configure Route 53 to route traffic to the CloudFront distribution.
    C. Create an Amazon CloudFront distribution that has the S3 bucket as an origin Create an AWS Global Accelerator standard accelerator that has the ALB and the CloudFront distribution as endpoints Create a custom domain name that points to the accelerator DNS name Use the custom domain name as an endpoint for the web application.
    D. Create an Amazon CloudFront distribution that has the ALB as an origin C. Create an AWS Global Accelerator standard accelerator that has the S3 bucket as an endpoint Create two domain names. Point one domain name to the CloudFront DNS name for dynamic content, Point the other domain name to the accelerator DNS name for static content Use the domain names as endpoints for the web application.

  • Question 989:

    A company offers a food delivery service that is growing rapidly Because of the growth the company's order processing system is experiencing scaling problems during peak traffic hours. The current architecture includes the following:

    1.

    A group of Amazon EC2 instances that run in an Amazon EC2 Auto Scaling group to collect orders from the application

    2.

    Another group of EC2 instances that run in an Amazon EC2 Auto Scaling group to fulfill orders

    3.

    The order collection process occurs quickly, but the order fulfillment process can take longer Data must not be lost because of a scaling event

    4.

    A solutions architect must ensure that the order collection process and the order fulfillment process can both scale properly during peak traffic hours The solution must optimize utilization of the company's AWS resources

    Which solution meets these requirements?

    A. Use Amazon CloudWatch metrics to monitor the CPU of each instance in the Auto Scaling groups. Configure each Auto Scaling group's minimum capacity according to peak workload values
    B. Use Amazon CloudWatch metrics to monitor the CPU of each instance in the Auto Scaling groups Configure a CloudWatch alarm to invoke an Amazon Simple Notification Service (Amazon SNS) topic that creates additional Auto Scaling groups on demand
    C. Provision two Amazon Simple Queue Service (Amazon SQS) queues one for order collection and another for order fulfillment Configure the EC2 instances to poll their respective queue Scale the Auto Scaling groups based on notifications that the queues send
    D. Provision two Amazon Simple Queue Service (Amazon SQS) queues one for order collection and another for order fulfillment. Configure the EC2 instances to poll their respective queue. Create a metric based on a backlog per instance calculation Scale the Auto Scaling groups based on this metric.

  • Question 990:

    A company wants to use a custom distributed application that calculates various profit and loss scenarios. To achieve this goal, the company needs to provide a network connection between its Amazon EC2 instances. The connection must minimize latency and must maximize throughput.

    Which solution will meet these requirements?

    A. Provision the application to use EC2 Dedicated Hosts of the same instance type.
    B. Configure a placement group for EC2 instances that have the same instance type.
    C. Use multiple AWS elastic network interfaces and link aggregation.
    D. Configure AWS PrivateLink for the EC2 instances.

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.