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

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

    A company is building a document storage application on AWS. The Application runs on Amazon EC2 instances in multiple Availability Zones. The company requires the document store to be highly available. The documents need to be returned immediately when requested. The lead engineer has configured the application to use Amazon Elastic Block Store (Amazon EBS) to store the documents, but is willing to consider other options to meet the availability requirement.

    What should a solution architect recommend?

    A. Snapshot the EBS volumes regularly and build new volumes using those snapshots in additional Availability Zones.
    B. Use Amazon EBS for the EC2 instance root volumes. Configure the application to build the document store on Amazon S3.
    C. Use Amazon EBS for the EC2 instance root volumes. Configure the application to build the document store on Amazon S3 Glacier.
    D. Use at least three Provisioned IOPS EBS volumes for EC2 instances. Mount the volumes to the EC2 instances in RAID 5 configuration.

  • Question 13:

    A company needs to retain its AWS CloudTrail logs (or 3 years. The company is enforcing CloudTrail across a set of AWS accounts by using AWS Organizations from the parent account. The CloudTrail target S3 bucket is configured with S3 Versioning enabled An S3 Lifecycle policy is in place to delete current objects after 3 years.

    After the fourth year of use of the S3 bucket, the S3 bucket metrics show that the number of objects has continued to rise. However, the number of new CloudTrail logs that are delivered to the S3 bucket has remained consistent.

    Which solution will delete objects that are older than 3 years in the MOST cost-effective manner?

    A. Configure the organization's centralized CloudTrail trail to expire objects after 3 years.
    B. Configure the S3 Lifecycle policy to delete previous versions as well as current versions.
    C. Create an AWS Lambda function to enumerate and delete objects from Amazon S3 that are older than 3 years.
    D. Configure the parent account as the owner of all objects that are delivered to the S3 bucket.

  • Question 14:

    A company has an application hosted on Amazon EC2 instances in two VPCs across different AWS Regions To communicate with each other, the instances use the internet for connectivity. The security team wants to ensure that no communication between the instances happens over the internet What should a solutions architect do to accomplish this''

    A. Create a NAT gateway and update the route table of the EC2 instances' subnet
    B. Create a VPC endpoint and update the route table of the EC2 instances' subnet
    C. Create a VPN connection and update the route table of the EC2 instances' subnet
    D. Create a VPC peering connection and update the route table of the EC2 instances' subnet

  • Question 15:

    A healthcare computer stores highly sensitive records. Compliance requires that multiple copies be stored in different locations. Each record must be stored for 7 years. The company has a service level agreement (SLA) to provide records to government agencies immediately for the first 30 days and thin within 4 hours of a request thereafter.

    What should a solutions architect recommend?

    A. Use Amazon S3 with cross-Region Region replication enabled. After 30 days. Transition the data to Amazon S3 Glacier using lifecycle policy.
    B. Use Amazon S3 with cross-origin resource sharing (CCRS) enabled. After 30 days. Transition on the data to Amazon S3 Glacier using a lifecycle policy.
    C. Use Amazon S3 with cross-origin replication enabled. After 30 days, transition the data to Amazon S3 Glacier Deep Archive a lifecycle policy.
    D. Use Amazon S3 with cross-origin resource sharing (CCRS) enabled. After 30 days, transition on the data to Amazon S3 Glacier Deep Archive using a lifecycle policy.

  • Question 16:

    A company is building an application on Amazon EC2 instances that generates temporary transactional data

    The application requires access to data storage that can provide configurable and consistent IOPS What should a solutions architect recommend*?

    A. Provision an EC2 instance with a Throughput Optimized HDD (st1) root volume and a Cold HDD (set) data volume
    B. Provision an EC2 instance with a Throughput Optimized HDD (st1) volume that will serve as the root and data volume
    C. Provision an EC2 instance with a General Purpose SSD (gp2) root volume and Provisioned IOPS SSD (io1) data volume
    D. Provision an EC2 instance with a General Purpose SSD (gp2) root volume Configure the application to store its data in an Amazon S3 bucket

  • Question 17:

    A company uses an application to present metrics from sporting events to the public. The application must scale quickly during live events and must store these metrics for log-term reporting purposes. The company's architecture includes the following:

    1.

    Amazon EC2 instances that run in an Auto Scaling group in private subnets

    2.

    A network Load Balancer That runs in public subnets

    3.

    A MongoDB database cluster that runs across multiple EC2 instances

    A solutions architect mutt implement a solution that minimizes operational overhead The solution alto must be able to Kale automatically. What should the solutions architect set up to meet these requirements?

    A. An Amazon DynamoDB database
    B. An Amazon ROS for MySQL D6 instance
    C. EC2 instances that run MySQL
    D. Amazon Redshift

  • Question 18:

    A company recently migrated its entire IT environment to the AWS Cloud. The company discovers that users are provisioning oversized Amazon EC2 instances and modifying security group rules without using the appropriate change control process A solutions architect must devise a strategy to track and audit these inventory and configuration changes.

    Which actions should the solutions architect take to meet these requirements? (Select TWO )

    A. Enable AWS CloudTrail and use it for auditing
    B. Use data lifecycie policies for the Amazon EC2 instances
    C. Enable AWS Trusted Advisor and reference the security dashboard
    D. Enable AWS Config and create rules for auditing and compliance purposes
    E. Restore previous resource configurations with an AWS CloudFormation template

  • Question 19:

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

    A company owns an asynchronous API that is used to ingest use requests and, based on the request type, dispatch requests to the appropriate microservice for processing. The company is using Amazon API Gateway to deploy the API front end, and an AWS Lambda function that invokes Amazon DynamoDB to store user requests before dispatching them to the processing microservices. The company provisioned as much DynamoDB throughput as its budget allows, but the company is still experiencing availability issues and is losing user requests. What should a solutions architect do to address this Issue without impacting existing users?

    A. Add throttling on the API Gateway with server-side throttling limits
    B. Use DynamoDB Accelerator (DAX) and LamDda to buffer writes to DynamoDB
    C. Create a secondary index in DynamoDB for the label with the user requests.
    D. Use the Amazon Simple Queue Service (Amazon SQS) queue and Lambda to buffer writes to DynamoDB.

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.