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

    A company sells datasets to customers who do research in artificial intelligence and machine learning (AIMU. The datasets are large formatted files met are stored in an Amazon S3 bucket in the us-easl-1 Region. The company hosts a web application that the customers use to purchase access to a given dataset. The web application Is deployed on mutate Amazon EC2 instances behind an Application Load Balancer After a purchase is made customers receive an S3 signed URL that allows access to the files.

    The customers are distributed across North America and Europe. The company wants to reduce the cost that is associated with data transfers and wants to maintain or improve performance

    What should a solutions architect do to meet these requirements?

    A. Configure S3 Transfer Accelerator on the existing S3 bucket Direct customer requests to the S3 Transfer Acceleration endpoint Continue to use S3 signed URLs tor access control
    B. Deploy an Amazon CloudFront distribution with the existing S3 bucket as the origin Direct customer requests to the CloudFront URL Switch to CloudFront signed URLs for access control
    C. Set up a second S3 Ducket in the eu-centtal-1 Region with S3 Cross-Region Replication between lite Duckets Direct customer requests to the closest Region. Continue to use S3 signed URLs for access control
    D. Modify the web application to enable streaming of the datasets to and users Configure the web application to read the data from the existing S3 bucket implement access control directly in the application

  • Question 672:

    A solutions architect is designing a solution that requires frequent updates to a website that is hosted on Amazon S3 with versioning enabled. For compliance reasons, older versions of the objects will not be accessed frequently and will need to be deleted after 2 years. What should the solutions architect recommend to meet these requirements at the LOWEST cost?

    A. Use S3 batch operations to replace object tags. Expire the objects based on the modified tags
    B. Configure an S3 Lifecycle policy to transition older versions of objects to S3 Glacier. Expire the objects after 2 years
    C. Enable S3 Event Notifications on the bucket that sends older objects to the Amazon Simple Queue Service (Amazon SQS) queue for further processing.
    D. Replicate older object versions to a new bucket. Use an S3 Lifecycle policy to expire the objects In the new bucket after 2 years

  • Question 673:

    A development team runs monthly resource-intensive tests on its general purpose Amazon RDS (or MySQL DB instance with Performance insights enabled. The testing lasts for 48 hours once a month and is the only process that uses the database. The team wants to reduce the cost of running the tests without reducing the compute and memory attributes of the DB instance Which solution meets these requirements MOST cost-effectively?

    A. Stop the DB instance when tests are completed Restart the DB instance when required
    B. Use an Auto Scaling policy with me DB instance to automatically scale when tests are completed
    C. Create a snapshot when tests are completed Terminate the DB instance and restore the snapshot when required
    D. Modify the DB instance to a low-capacity instance when tests are completed Modify the DB instance again when required

  • Question 674:

    A manufacturing company has machine sensors that upload csv files to an Amazon S3 bucket These csv files must be converted into images and must be made available as soon as possible for the automatic generation of graphical reports.

    The images become irrelevant after 1 month, but the csv files must be kept to train machine learning (ML) models twice a year. The ML trainings and audits are planned weeks in advance.

    Which combination of steps will meet these requirements MOST cost-effectively? (Select TWO )

    A. Launch an Amazon EC2 Spot Instance that downloads the .csv files every hour, generates the image files, and uploads the images to the S3 bucket.
    B. Design an AWS Lambda function that converts the .csv files into images and stores the images in the S3 bucket Invoke the Lambda function when a csv file is uploaded.
    C. Create S3 Lifecycle rules for .csv files and image files in the S3 bucket Transition the csv files from S3 Standard to S3 Glacier 1 day after they are uploaded. Expire the image files after 30 days.
    D. Create S3 Lifecycle rules for csv files and image files in the S3 bucket Transition the csv files from S3 Standard to S3 One Zone-Infrequent Access (S3 One Zone-IA) 1 day after they are uploaded Expire the image files after 30 days
    E. Create S3 Lifecycle rules for .csv files and image files in the S3 bucket. Transition the csv files from S3 Standard to S3 Standard-Infrequent Access (S3 Standard-IA) 1 day after they are uploaded. Keep the image files in Reduced Redundancy Storage (RRS).

  • Question 675:

    An online photo-sharing company stores its photos in an Amazon S3 bucket that exists in the us-west-1 Region. The company needs to store a copy of all existing and new photos in another geographical location. Which solution will meet this requirement with the LEAST operational effort?

    A. Create a second S3 bucket in us-east-1. Enable S3 Cross-Region Replication from the existing S3 bucket to the second S3 bucket.
    B. Create a cross-origin resource sharing (CORS) configuration of the existing S3 bucket. Specify us-east-1 in the CORS rule's AllowedOrigin element.
    C. Create a second S3 bucket in us-east-1 across multiple Availability Zones. Create an S3 Lifecycle management rule to save photos into the second S3 bucket.
    D. Create a second S3 bucket in us-east-1 to store the replicated photos. Configure S3 event notifications on object creation and update events that invoke an AWS Lambda function to copy photos from the existing S3 bucket to the second S3 bucket.

  • Question 676:

    A company runs a critical customer -lacing application on Amazon Elastic Kubernetes Service (Amazon EKS) The application has a microservices architecture The company needs to implement a solution that collects, aggregates and summarizes metrics and logs from the application in a centralized location

    Which solution meets these requirements?

    A. Run the Amazon CloudWatch agent In the existing EKS cluster View the metrics and logs in the CloudWatch console.
    B. Run AWS App Mesh in the existing EKS duster View the metrics and logs m the App Mesh console
    C. Configure AWS CloudTrail to capture data events Query CloudTrail by using Amazon OpenSearch Service (Amazon Elasticsearch Service)
    D. Configure Amazon CloudWatch Container Insights in the existing EKS cluster View the metrics and logs in the CloudWatch console.

  • Question 677:

    A company is running a web-based game in two Availability Zones in the us-west-2 Region The web servers use an Application Load Balancer (ALB) in public subnets The ALB has an SSL certificate from AWS Certificate Manager (ACM) with a custom domain name The game is written in JavaScript and runs entirely in a user's web browser.

    The game is increasing in popularity in many countries around the world The company wants to update the application architecture and optimize costs without compromising performance.

    What should a solutions architect do to meet these requirements?

    A. Use Amazon CloudFront and create a global distribution that points to the ALB. Reuse the existing certificate from ACM for the CloudFront distribution Use Amazon Route 53 to update the application alias to point to the distribution
    B. Use AWS CloudFormation to deploy the application stack to AWS Regions near countries where the game is popular Use ACM to create a new certificate for each application instance Use Amazon Route 53 with a geolocation routing policy to direct traffic to the local application instance.
    C. Use Amazon S3 and create an S3 bucket in AWS Regions near countries where the game is popular Deploy the HTML and JavaScript files to each S3 bucket Use ACM to create a new certificate for each S3 bucket Use Amazon Route 53 with a geolocation routing policy to direct traffic to the local S3 bucket
    D. Use Amazon S3 and create an S3 bucket in us-west-2 Deploy the HTML and JavaScript files to the S3 bucket Use Amazon CloudFront and create a global distribution with the S3 bucket as the origin Use ACM to create a new certificate for the distribution Use Amazon Route 53 to update the application alias to point to the distribution

  • Question 678:

    A company hosts a two-tier application on Amazon EC2 instances and Amazon RDS. The application's demand varies based on the time of day. The load is minimal after work hours and on weekends. The EC2 instances run in an EC2 Auto Scaling group that is configured with a minimum of two instances and a maximum of five instances. The application must be available at all times, but the company is concerned about overall cost.

    Which solution meets the availability requirement MOST cost-effectively?

    A. Use all EC2 Spot Instances. Stop the RDS database when it is not in use.
    B. Purchase EC2 Instance Savings Plans to cover five EC2 instances. Purchase an RDS Reserved DB Instance
    C. Purchase two EC2 Reserved Instances Use up to three additional EC2 Spot Instances as needed. Stop the RDS database when it is not in use.
    D. Purchase EC2 Instance Savings Plans to cover two EC2 instances. Use up to three additional EC2 On- Demand Instances as needed. Purchase an RDS Reserved DB Instance.

  • Question 679:

    A company recently migrated multiple applications and databases from an on-premises data center to the AWS Cloud. Most of the applications run on AWS Fargate. and some of the applications run on Amazon EC2 instances Most of the databases run on Amazon RDS, and a small number of databases run on EC2 Instances.

    All the applications and databases must be available 24 hours a day. 7 days a week. The company uses AWS Organizations to manage AWS accounts. A solutions architect must recommend how to minimize the cost of these workloads over the next 3 years

    Which solution meets these requirements?

    A. Purchase All Upfront Reserved Instances with a 3-year term for Amazon EC2 and
    B. Purchase All Upfront Reserved Instances with a 3-year term for Amazon EC2 and Amazon RDS
    C. Purchase All Upfront Compute Savings Plans with a 3-year term for Amazon EC2 and Fargate Purchase All Upfront Reserved Instances with a 3-year term for Amazon RDS
    D. Purchase All Upfront EC2 Instance Savings Plans with a 3-year term for Amazon EC2 and Fargate Purchase All Upfront Reserved Instances with a 3-year term for Amazon RDS

  • Question 680:

    A company has two AWS accounts: Production and Development. The company needs to push code changes in the Development account to the Production account. In the alpha phase, only two developers on the development team need access to the Production account. In the beta phase, more developers will need access to perform testing.

    Which solution will meet these requirements?

    A. Create two policy documents by using the AWS Management Console in each account. Assign the policy to developers who need access.
    B. Create an IAM role in the Development account. Grant the IAM role access to the Production account. Allow developers to assume the role.
    C. Create an IAM role in the Production account. Define a trust policy that specifies the Development account. Allow developers to assume the role.
    D. Create an IAM group in the Production account. Add the group as a principal in a trust policy that specifies the Production account. Add developers to the group.

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.