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 Amazon Certifications SAA-C02 Questions & Answers

  • Question 851:

    A company has a data ingestion workflow that includes the following components:

    1.

    An Amazon Simple Notation Service (Amazon SNS) topic that receives notifications about new data deliveries

    2.

    An AWS Lambda function that processes and stores the data

    The ingestion workflow occasionally fails because of network connectivity issues. When tenure occurs the corresponding data is not ingested unless the company manually reruns the job. What should a solutions architect do to ensure that all notifications are eventually processed?

    A. Configure the Lambda function or deployment across multiple Availability Zones

    B. Modify me Lambda functions configuration to increase the CPU and memory allocations tor the (unction

    C. Configure the SNS topic's retry strategy to increase both the number of retries and the wait time between retries

    D. Configure an Amazon Simple Queue Service (Amazon SQS) queue as the on failure destination Modify the Lambda function to process messages in the queue

  • Question 852:

    A company is running a photo hosting service in the us-east-1 Region. The service enables users across multiple countries to upload and view photos. Some photos are heavily viewed tor months, and others are viewed for less than a week. The application allows uploads of up to 20 MB for each photo. The service uses the photo metadata to determine which photos to display to each user.

    Which solution provides the appropriate user access MOST cost-effectively?

    A. Store the photos in Amazon DynamoDB. Turn on DynamoDB Accelerator (DAX) to cache frequently viewed items.

    B. Store the photos In the Amazon S3 Intelligent-Tiering storage class. Store the photo metadata and its S3 location in DynamoDB.

    C. Store the photos in the Amazon S3 Standard storage class. Set up an S3 Lifecycle policy to move photos older than 30 days to the S3 Standard-Infrequent Access (S3 Standard-IA) storage class. Use the object tags to keep track of metadata.

    D. Store the photos in the Amazon S3 Glacier storage class. Set up an S3 Lifecycle policy to move photos older than 30 days to the S3 Glacier Deep Archive storage class. Store the photo metadata and its S3 location in Amazon Elasticsearch Service (Amazon ES).

  • Question 853:

    A trucking company is deploying an application that will track the GPS coordinates of all the company's trucks The company needs a solution that will generate real-time statistics based on metadata lookups with high read throughput and microsecond latency The database must be fault tolerant and must minimize operational overhead and development effort.

    Which combination of steps should a solutions architect take to meet these requirements? (Select TWO.)

    A. Use Amazon DynamoDB as the database.

    B. Use Amazon Aurora MySQL as the database.

    C. Use Amazon RDS for MySQL as the database.

    D. Use Amazon ElastiCache as the caching layer.

    E. Use Amazon DynamoDB Accelerator (DAX) as the caching layer.

  • Question 854:

    A company wants to minimize cost by moving infrequently accessed audit archives to low- cost storage.

    Which AWS service should the company use for this storage?

    A. AWS Backup

    B. Amazon S3 Glacier

    C. AWS Snowball

    D. AWS Storage Gateway

  • Question 855:

    A survey company has gathered data for several years from areas m\ the United States. The company hosts the data in an Amazon S3 bucket that is 3 TB m size and growing. The company has started to share the data with a European marketing firm that has S3 buckets The company wants to ensure that its data transfer costs remain as low as possible

    Which solution will meet these requirements?

    A. Configure the Requester Pays feature on the company's S3 bucket

    B. Configure S3 Cross-Region Replication from the company's S3 bucket to one of the marketing firm's S3 buckets.

    C. Configure cross-account access for the marketing firm so that the marketing firm has access to the company's S3 bucket.

    D. Configure the company's S3 bucket to use S3 Intelligent-Tiering Sync the S3 bucket to one of the marketing firm's S3 buckets

  • Question 856:

    A company is hosting its website on Amazon S3 and is using Amazon CloudFront to cache content The company has an upcoming product launch An employee accidentally published marketing content to the website before the official release of the product The company needs to remove the marketing content from the website as quickly as possible

    Which solution will meet these requirements?

    A. Deploy the updated version of the website to another S3 bucket Update the origin for CloudFront

    B. Delete the marketing content in the existing S3 bucket Invalidate the file path in CloudFront

    C. Create a new CloudFront cache policy with a low TTL Associate the new policy with the existing CloudFront distribution D. Delete the marketing content in the existing S3 bucket Update the S3 bucket policy to block requests to the file path

  • Question 857:

    A company needs to migrate a large amount of data from an on-premises storage area network (SAN) to Amazon S3 The SAN currently has 200 TB of data and is receiving an additional 20 TB of data each month The company has a 500 Mbps connection to the internet

    What should the company do to migrate the data to Amazon S3 in the LEAST amount of time?

    A. Use a file syncing application to sync the data to Amazon S3 over the internet through a public S3 endpoint Sync any changed data the same way until the SAN is decommissioned

    B. Use an AWS Snowball Edge Storage Optimized device to migrate the initial 200 TB of data to Amazon S3 Sync any changed data by using AWS DataSync until the SAN is decommissioned

    C. Set up an AWS Site-to-Site VPN connection Use a file syncing application to sync the data to Amazon S3 through a private S3 endpoint Sync any changed data the same way until (he SAN is decommissioned

    D. Set up a 10 Gbps AWS Direct Connect connection Migrate the initial 200 TB of data to Amazon S3 by using a file syncing application Sync any changed data the same way until the SAN is decommissioned.

  • Question 858:

    A company is hosting a static website on Amazon S3 and is using Amazon Route 53 for DNS. The website is experiencing increased demand from around the world. The company must decrease latency for users who access the website.

    Which solution meets these requirements MOST cost-effectively?

    A. Replicate the S3 bucket that contains the website to all AWS Regions. Add Route 53 geolocation routing entries.

    B. Provision accelerators in AWS Global Accelerator. Associate the supplied IP addresses with the S3 bucket. Edit the Route 53 entries to point to the IP addresses of the accelerators.

    C. Add an Amazon CloudFront distribution in front of the S3 bucket. Edit the Route 53 entries to point to the CloudFront distribution.

    D. Enable S3 Transfer Acceleration on the bucket. Edit the Route 53 entries to point to the new endpoint.

  • Question 859:

    A company runs a highly available image-processing application on Amazon EC2 instances in a single VPC The EC2 instances run inside several subnets across multiple Availability Zones. The EC2 instances do not communicate with each other However, the EC2 instances download images from Amazon S3 and upload images to Amazon S3 through a single NAT gateway The company is concerned about data transfer charges

    What is the MOST cost-effective way for the company to avoid Regional data transfer charges?

    A. Launch the NAT gateway in each Availability Zone

    B. Replace the NAT gateway with a NAT instance

    C. Deploy a gateway VPC endpoint for Amazon S3

    D. Provision an EC2 Dedicated Host to run the EC2 instances

  • Question 860:

    A company funs a website that uses a content management system (CMS) on Amazon EC2 The CMS runs on a smgleEC2 instance and uses an Amazon Aurora MySQL Multi-AZ DB instance tor the data tor Website images are stored on an Amazon Elastic Block Store (Amazon EBS) volume that is mounted inside the EC2 instance

    Which combination of actions should a solutions architect take to improve the performance and residence of the website? (Select TWO )

    A. Move the website images into an Amazon S3 bucket that is mounted on every EC2 instance

    B. Share the website mages by using an NFS share from the primary EC2 instance Mount this share on tie otter EC2 instances

    C. Move the website images onto an Amazon Elastic File System (Amazon EFS) file system that is mounted on every EC2 instance

    D. Create an Amazon Machine Image (AMI) from the existing EC2 instance Use the AMI to provision new instances behind an Application Load Balancer as part of an Auto Scaling group Configure the Auto Scaling group to maintain a minimum of two instances Configure an accelerator in AWS Global Accelerator for the website

    E. Create an Amazon Machine Image (AMI) from the existing EC2 instance. Use the AMI to provision new instances behind an Application Load Balancer as part of an Auto Scaling group Configure the Auto Scaling group to maintain a minimum of two instances Configure an Amazon CloudFront distribution for the website

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.