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

    A product team is creating a new application that will store a large amount of data The data will be analyzed hourly and modified by multiple Amazon EC2 Linux instances The application team believes the amount of space needed will continue to grow for the next 6 months Which set of actions should a solutions architect take to support these needs'?

    A. Store the data in an Amazon EBS volume Mount the EBS volume on the application instances
    B. Store the data in an Amazon EFS file system Mount the file system on the application instances
    C. Store the data in Amazon S3 Glacier Update the vault policy to allow access to the application instances
    D. Store the data in Amazon S3 Standard-Infrequent Access (S3 Standard-IA) Update the bucket policy to allow access to the application instances

  • Question 972:

    A solutions architect needs to host a high performance computing (HPC) workload in the AWS Cloud The workload will run on hundreds of Amazon EC2 instances and will require parallel access to a shared file system to enable distributed processing of large datasets. Datasets will be accessed across multiple instances simultaneously. The workload requires access latency within 1 ms. After processing has completed, engineers will need access to the dataset for manual postprocessing.

    Which solution will meet these requirements?

    A. Use Amazon Elastic File System (Amazon EFS) as a shared file system Access the dataset from Amazon EFS.
    B. Mount an Amazon S3 bucket to serve as the shared file system Perform postprocessing directly from the S3 bucket
    C. Use Amazon FSx for Lustre as a shared file system. Link the file system to an Amazon S3 bucket for postprocessing.
    D. Configure AWS Resource Access Manager to share an Amazon S3 bucket so that it can be mounted to all instances for processing and postprocessing

  • Question 973:

    An application development team is designing a microservice that will convert large images to smaller compressed images When a user uploads an image through the web interface the microservice should store the image in an Amazon S3 bucket process and compress the image with an AWS Lambda function, and store the image in its compressed form m a different S3 bucket.

    A solutions architect needs to design a solution that uses durable stateless components to process the images automatically.

    Which combination of actions will meet these requirements? (Select TWO )

    A. Create an Amazon Simple Queue Service (Amazon SQS) queue Configure the S3 bucket to send a notification to the SQS queue when an image is uploaded to the S3 bucket
    B. Configure the Lambda function to use the Amazon Simple Queue Service (Amazon SQS) queue as the invocation source When the SQS message is successfully processed, delete the message in the queue
    C. Configure the Lambda function to monitor the S3 bucket for new uploads When an uploaded image is detected write the file name to a text file in memory and use the text file to keep track of the images that were processed
    D. Launch an Amazon EC2 instance to monitor an Amazon Simple Queue Service (Amazon SQS) queue When items are added to the queue log the file name in a text file on the EC2 instance and invoke the Lambda function
    E. Configure an Amazon EventBridge (Amazon CloudWatch Events) event to monitor the S3 bucket When an image is uploaded send an alert to an Amazon Simple Notification Service (Amazon SNS) topic with the application owner's email address for further processing

  • Question 974:

    A media company collects and analyzes user activity data on premises. The company wants to migrate this capability to AWS. The user activity data store will continue to grow and will be petabytes in size. The company needs to build a highly available data ingestion solution that facilitates on-demand analytics of existing data and new data with SQL.

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

    A. Send activity data to an Amazon Kinesis data stream. Configure the stream to deliver the data to an Amazon S3 bucket.
    B. Send activity data to an Amazon Kinesis Data Firehose delivery stream. Configure the stream to deliver the data to an Amazon Redshift cluster
    C. Place activity data in an Amazon S3 bucket. Configure Amazon S3 to run an AWS Lambda function on the data as the data arrives in the S3 bucket.
    D. Create an ingestion service on Amazon EC2 instances that are spread across multiple Availability Zones. Configure the service to forward data to an Amazon RDS Multi-AZ database.

  • Question 975:

    A company has an application with a REST-based Interface that allows data to be received in near- real time from a third-party vendor Once received, the application processes and stores the data for further analysis. The application Is

    running on Amazon EC2 instances. The third-party vendor has received many 503 Service Unavailable Errors when sending data to the application. When the data volume spikes, the compute capacity reaches its maximum limit and the

    application is unable to process all requests.

    Which design should a solutions architect recommend to provide a more scalable solution?

    A. Use Amazon Kinesis Data Streams to ingest the data Process the data using AWS Lambda functions.
    B. Use Amazon API Gateway on top of the existing application. Create a usage plan with a quota Iimit for the third-party vendor.
    C. Use Amazon Simple Notification Service (Amazon SNS) to ingest the data Put the EC2 instances in an Auto Scaling group behind an Application Load Balancer.
    D. Repackage the application as a container. Deploy the application using Amazon Elastic Container Service (Amazon ECS) using the EC2 launch type with an Auto Scaling group.

  • Question 976:

    An ecommerce company is running a multi-tier application on AWS. The front-end and backend tiers both run on Amazon EC2. and the database runs on Amazon RDS for MySQL. The backend tier communicates with the RDS instance.

    There are frequent calls to return identical datasets 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 ElastiCache to cache the large datasets.
    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 977:

    A solutions architect plans to convert a company's monolithic web application into a multi-tier application. The company wants to avoid managing its own infrastructure. The minimum requirements for the web application are high availability, scalability, and regional low latency during peak hours. The solution should also store and retrieve data with millisecond latency using the application's API.

    Which solution meets these requirements?

    A. Use AWS Fargate to host the web application with backend Amazon RDS Multi-AZ DB instances
    B. Use Amazon API Gateway with an edge-optimized API endpoint, AWS Lambda for compute and Amazon DynamoDB as the data store
    C. Use an Amazon Route 53 routing policy with geolocation that points to an Amazon S3 bucket with static website hosting and Amazon DynamoDB as the data store
    D. Use an Amazon CloudFront distribution that points to an Elastic Load Balancer with an Amazon EC2 Auto Scaling group, along with Amazon RDS Multi-AZ DB instances

  • Question 978:

    As part of budget planning, management wants a report of AWS billed items listed by user. The data will be used to create department budgets. A solutions architect needs to determine the most efficient way to obtain this report information.

    Which solution meets these requirements?

    A. Run a query with Amazon Athena to generate the report.
    B. Create a report in Cost Explorer and download the report.
    C. Access the bill details from the billing dashboard and download the bill.
    D. Modify a cost budget in AWS Budgets to alert with Amazon Simple Email Service (Amazon SES).

  • Question 979:

    A company is hosting its website by using Amazon EC2 instances behind an Elastic Load balancer across multiple Availability Zones. The instances run in an EC2 Scaling group. The website uses Amazon Elastic Block Store (Amazon EBS) volume to store product manuals for users to download. The company updates the product content often, so new instances launched by the Auto Scaling group often have data. It can take to 30 minutes for the new instances to receive all the updates. The updates also require the EBS volumes to be resized during business hours.

    The company wants to ensure that the product manuals are always up to data on all instances and that the architecture adjusts quickly to increased user demand. A solutions architect needs to meet these requirements without causing the company lo update Its application code or adjust its website

    What should the solutions architect do to accomplish this goal?

    A. Store the product manuals in an EBS volume Mount that volume to the EC2 instances
    B. Store the product manuals in an Amazon S3 bucket Redirect the downloads to this bucket
    C. Store the product manuals in an Amazon Elastic File System (Amazon EFS) volume.Mount that volume to the EC2 instances
    D. Store the product manuals in an Amazon S3 Standard-Infrequent Access (S3 Standard- IA) bucket. Redirect the downloads to this bucket

  • Question 980:

    Which solution should the company use for the data transfer to meet these requirements?

    A. AWSDataSync
    B. AWS Migration Hub
    C. AWS Snowball Edge Storage Optimized
    D. AWS Transfer for SFTP

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.