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

    A company has migrated several applications to AWS in the past 3 months. The company wants to know the breakdown of costs for each of these applications. The company wants to receive a regular report that includes this information. Which solution will meet these requirements MOST cost-effectively?

    A. Use AWS Budgets to download data for the past 3 months into a csv file. Look up the desired information.
    B. Load AWS Cost and Usage Reports into an Amazon RDS DB instance. Run SQL queries to get the desired information.
    C. Tag all the AWS resources with a key for cost and a value of the application's name. Activate cost allocation tags. Use Cost Explorer to get the desired information.
    D. Tag all the AWS resources with a key for cost and a value of the application's name. Use the AWS Billing and Cost Management console to download bills for the past 3 months. Look up the desired information.

  • Question 602:

    A company runs demonstration environments for its customers on Amazon EC2 instances. Each environment is isolated in its own VPC. The company's operations team needs to be notified when RDP or SSH access to an environment has been established.

    What should a solutions architect recommend to meet these requirements?

    A. Configure Amazon CloudWatch Application Insights to create AWS Systems Manager Opsltems when RDP or SSH access is detected.
    B. Configure the EC2 instances with an IAM instance profile that has an IAM role with the AmazonSSMManagedlnstanceCore policy attached.
    C. Publish VPC flow logs to Amazon CloudWatch Logs. Create required metric filters. Create an Amazon CloudWatch metric alarm with a notification action for when the alarm is in the ALARM state.
    D. Configure an Amazon EventBridge (Amazon CloudWatch Events) rule to listen for events of type EC2 Instance State-change Notification. Configure an Amazon Simple Notification Service (Amazon SNS) topic as a target. Subscribe the operations team to the topic.

  • Question 603:

    A company recently signed a contract with an AWS Managed Service Provider (MSP) Partner for help with an application migration initiative. A solutions architect needs to share an Amazon Machine Image (AMI) from an existing AWS account with the MSP Partner's AWS account. The AMI is backed by Amazon Elastic Block Store (Amazon EBS) and uses a customer managed customer master key (CMK) to encrypt EBS volume snapshots.

    What is the MOST secure way for the solutions architect to share the AMI with the MSP Partner's AWS account?

    A. Make the encrypted AMI and snapshots publicly available. Modify the CMK's key policy to allow the MSP Partner's AWS account to use the key
    B. Modify the launchPermission property of the AMI. Share the AMI with the MSP Partner's AWS account only. Modify the CMK's key policy to allow the MSP Partner's AWS account to use the key.
    C. Modify the launchPermission property of the AMI Share the AMI with the MSP Partner's AWS account only. Modify the CMK's key policy to trust a new CMK that is owned by the MSP Partner for encryption.
    D. Export the AMI from the source account to an Amazon S3 bucket in the MSP Partner's AWS account. Encrypt the S3 bucket with a CMK that is owned by the MSP Partner Copy and launch the AMI in the MSP Partner's AWS account.

  • Question 604:

    A company hosts a training site on a fleet of Amazon EC2 instances. The company anticipates that its new course which consists of dozens of training videos on the site, will be extremely popular when it is released in 1 week What should a solutions architect do to minimize the anticipated server load?

    A. Store the videos in Amazon ElastiCache for Redis Update the web servers to serve the videos using the ElastiCache API
    B. Store the videos m Amazon Elastic File System (Amazon EFS) Create a user data script for the web servers to mount the EPS volume
    C. Store the videos m an Amazon S3 bucket Create an Amazon CloudFront distribution with an origin access identity (OAl) of that S3 bucket Restrict Amazon S3 access to the OAl
    D. Store the videos in an Amazon S3 bucket Create an AWS Storage Gateway file gateway to access the S3 bucket Create a user data script for the web servers to mount the file gateway.

  • Question 605:

    A company hosts an online shopping application that stores all orders in an Amazon RDS for PostgreSQL Single-AZ DB instance Management wants to eliminate single points of failure and has asked a solutions architect to recommend an

    approach to minimize database downtime without requiring any changes to the application code.

    Which solution meets these requirements?

    A. Convert the existing database instance to a Multi-AZ deployment by modifying the database instance and specifying the Multi-AZ option.
    B. Create a new RDS Multi-AZ deployment Take a snapshot of the current RDS instance and restore the new Multi-AZ deployment with the snapshot
    C. Create a read-only replica of the PostgreSQL database in another Availability Zone Use Amazon Route 53 weighted record sets to distribute requests across the databases.
    D. Place the RDS for PostgreSQL database in an Amazon EC2 Auto Scaling group with a minimum group size of two Use Amazon Route 53 weighted record sets to distribute requests across instances.

  • Question 606:

    A company is using various types of amazon EC-2 On-Demand instances. The company suspects that these instances have greater cpu and memory capacity than its workloads require. Which actions should the company take to obtain recommendation to optimize cost?

    A. Use AWS Trusted Advisor for instance type recommendations.
    B. Use AWS Compute Optimizer for instance type recommendations.
    C. Use AWS Budgets for instance type recommendations.
    D. Use Cost Explorer rightsizing recommendations.
    E. Use Amazon Inspector to identify underutilized EC2 instances.

  • Question 607:

    A company uses GPS trackers to document the migration patterns of thousands of sea turtles The trackers check every 5 minutes to see if a turtle has moved more than 100 yards (91 4 meters) If a turtle has moved its tracker sends the new coordinates to a web application running on three Amazon EC2 instances that are in multiple Availability Zones in one AWS Region Recently, the web application was overwhelmed while processing an unexpected volume of tracker data Data was lost with no way to replay the events A solutions architect must prevent this problem from happening again and needs a solution with the least operationa overhead

    What should the solutions architect do to meet these requirements''

    A. Create an Amazon S3 bucket to store the data Configure the application to scan for new data in the bucket for processing
    B. Create an Amazon API Gateway endpomt to handle transmitted location coordinates Use an AWS Lambda function to process each item concurrently
    C. Create an Amazon Simple Queue Service (Amazon SQS) queue to store the incoming data Configure the application to poll for new messages for processing
    D. Create an Amazon DynamoDB table to store transmitted location coordinates Configure the application to query the table for new data for processing Use TTL to remove data that has been processed.

  • Question 608:

    A company has an AWS Glue extract. transform, and load (ETL) job that runs every day at the same time. The job processes XML data that is in an Amazon S3 bucket.

    New data is added to the S3 bucket every day. A solutions architect notices that AWS Glue is processing all the data during each run.

    What should the solutions architect do to prevent AWS Glue from reprocessing old data?

    A. Edit the job to use job bookmarks.
    B. Edit the job to delete data after the data is processed
    C. Edit the job by setting the NumberOfWorkers field to 1.
    D. Use a FindMatches machine learning (ML) transform.

  • Question 609:

    A solutions architect is designing a new service behind Amazon API Gateway The request patterns for the service will be unpredictable and can change suddenly from 0 requests to over 500 per second The total size of the data that needs to be persisted in a backend database is currently less than 1 GB with unpredictable future growth Data can be queried using simple key-value requests

    Which combination of AWS services would meet these requirements? (Select TWO )

    A. AWS Fargate
    B. AWS Lambda
    C. Amazon DynamoDB
    D. Amazon EC2 Auto Scaling
    E. MySQL-compatible Amazon Aurora

  • Question 610:

    A recent analysis of a company's IT expenses highlights the need to reduce backup costs. The company's chief information officer wants to simplify the on-premises backup infrastructure and reduce costs by eliminating the use of physical

    backup tapes. The company must preserve the existing investment in the on-premises backup applications and workflows.

    What should a solutions architect recommend?

    A. Set up AWS Storage Gateway to connect with the backup applications using the NFS interface.
    B. Set up an Amazon EFS file system that connects with the backup applications using the NFS interface
    C. Set up an Amazon EFS file system that connects with the backup applications using the iSCSI interface
    D. Set up AWS Storage Gateway to connect with the backup applications using the iSCSI-virtual tape library (VTL) interface.

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.