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

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

    A company wants to migrate an on-premises data center to AWS. The data canter hosts an SFTP server that stores its data on an NFS-based file system. The server holds 200 GB of data that needs to be transferred. The server must be hosted on an Amazon EC2 instance that uses an Amazon Elastic File System (Amazon EFS) file system

    When combination of steps should a solutions architect take to automate this task? (Select TWO )

    A. Launch the EC2 instance into the same Avalability Zone as the EFS fie system
    B. install an AWS DataSync agent m the on-premises data center
    C. Create a secondary Amazon Elastic Block Store (Amazon EBS) volume on the EC2 instance tor the data
    D. Manually use an operating system copy command to push the data to the EC2 instance
    E. Use AWS DataSync to create a suitable location configuration for the onprermises SFTP server

  • Question 333:

    A mobile gaming company runs application servers on Amazon EC2 instances. The servers receive updates from players every 15 minutes. The mobile game creates a JSON object of the progress made in the game since the last update, and sends the JSON object to an Application Load Balancer. As the mobile game is played, game updates are being lost. The company wants to create a durable way to get the updates in older.

    What should a solutions architect recommend to decouple the system?

    A. Use Amazon Kinesis Data Streams to capture the data and store the JSON object in Amazon S3.
    B. Use Amazon Kinesis Data Firehose to capture the data and store the JSON object in Amazon S3.
    C. Use Amazon Simple Queue Service (Amazon SQS) FIFO queues to capture the data and EC2 instances to process the messages in the queue.
    D. Use Amazon Simple Notification Service (Amazon SNS) to capture the data and EC2 instances to process the messages sent to the Application Load Balancer.

  • Question 334:

    A company is building a website that relies on reading and writing to an Amazon DynamoDB database. The traffic associated with the website predictably peaks during business hours on weekdays and declines overnight and during weekends. A solutions architect needs to design a cost-effective solution that can handle the load.

    What should the solutions architect do to meet these requirements?

    A. Enable DynamoDB Accelerator (DAX) to cache the data.
    B. Enable Multi-AZ replication for the DynamoDB database.
    C. Enable DynamoDB auto scaling when creating the tables.
    D. Enable DynamoDB On-Demand capacity allocation when creating the tables.

  • Question 335:

    A company runs an internal browser-based application The application runs on Amazon EC2 instances behind an Application Load Balancer The instances run in an Amazon EC2 Auto Scaling group across multiple Availability Zones The Auto Scaling group scales up to 20 instances during work hours, but scales down to 2 instances overnight Staff are complaining that the application is very slow when the day begins, although it runs well by mid-morning.

    How should the scaling be changed to address the staff complaints and keep costs to a minimum?

    A. Implement a scheduled action that sets the desired capacity to 20 shortly before the office opens
    B. Implement a step scaling action triggered at a lower CPU threshold, and decrease the cooldown period.
    C. Implement a target tracking action triggered at a lower CPU threshold and decrease the cooldown period
    D. Implement a scheduled action that sets the minimum and maximum capacity to 20 shortly before the office opens

  • Question 336:

    A company wants to create an application that will transmit protected health information (PHI) to thousands of service consumers in different AWS accounts The application servers will sit in private VPC subnets The routing for the application

    must be fault tolerant.

    What should be done to meet these requirements?

    A. Create a VPC endpoint service and grant permissions to specific service consumers to create a connection
    B. Create a virtual private gateway connection between each pair of service provider VPCs and service consumer VPCs
    C. Create an internal Application Load Balancer in the service provider VPC and put application servers behind it.
    D. Create a proxy server in the service provider VPC to route requests from service consumers to the application servers.

  • Question 337:

    An online shopping application accesses an Amazon RDS Multi-AZ DB instance. Database performance is slowing down the application. After upgrading to the next-generation instance type, there was no significant performance

    improvement.

    Analysis shows approximately 700 IOPS are sustained, common queries run for long durations and memory utilization is high.

    Which application change should a solutions architect recommend to resolve these issues?

    A. Migrate the RDS instance to an Amazon Redshift cluster and enable weekly garbage collection
    B. Separate the long-running queries into a new Multi AZ RDS database and modify the application to query whichever database is needed
    C. Deploy a two-node Amazon ElastiCache cluster and modify the application to query the cluster first and query the database only if needed
    D. Create an Amazon Simple Queue Service (Amazon SQS) FIFO queue for common queries and query it first and query the database only if needed

  • Question 338:

    A company has a custom application running on an Amazon EC2 instance that:

    1.

    Reads a large amount of data from Amazon S3

    2.

    Performs a multi-stage analysis.

    3.

    Writes the results to Amazon DynamoDB.

    The application writes a significant number of large, temporary files during the multi-stage analysis. The process performance depends on the temporary storage performance. What would be the fastest storage option for holding the temporary files?

    A. Multiple Amazon S3 buckets with Transfer Acceleration for storage
    B. Multiple Amazon EBS drives with Provisioned IOPS and EBS optimization.
    C. Multiple Amazon EFS volumes using the Network File System version 4.1 (NFSv4.1) protocol.
    D. Multiple instance store volumes with software RAID 0.

  • Question 339:

    A company that hosts its web application on AWS wants to ensure all Amazon EC2 instances. Amazon RDS DB instances and Amazon Redshift clusters are configured with tags. The company wants to minimize the effort of configuring and operating this check. What should a solutions architect do to accomplish this?

    A. Use AWS Config rules to define and detect resources that are not property tagged
    B. Use Cost Explorer to display resources that are not properly tagged Tag those resources manually.
    C. Write API calls to check all resources for proper tag allocation. Periodically run the code on an EC2 instance.
    D. Write API calls to check all resources for proper tag allocation. Schedule an AWS Lambda function through Amazon CloudWatch to periodically run the code

  • Question 340:

    A solution architect at a company is designing the architecture for a two-tiered web application. The web application is composed of an internet facing application load balancer that forwards traffic to an auto scaling group of amazon EC2 instances. The EC2 instances must be able to access a database that runs on Amazon RDS.

    The company has requested a defence-in-depth approach to the network layout. The company does not want to rely solely on security groups or network ACLs. Only the minimum resources that are necessary should be routable from the internet.

    Which network design should the solutions architect recommend to meet these requirements?

    A. Place the ALB, EC2 instances and RDS database in private subnets.
    B. Place the ALB in public subnets. Place the EC2 instances and RDS database in private subnets
    C. Place the ALB and EC2 instances in public subnets. Place the RDS database in private subnets
    D. Place the ALB outside the VPC. Place the EC2 instances and RDS database in private subnets.

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.