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

    An application tunning on AWS Lambda requires an API key to access a third-party service. The key must be stored securely with audited access to the Lambda function only. What is the MOST secure way to store the key?

    A. As an object in Amazon S3.
    B. As a secure siring in AWS Systems Manager Parameter Store.
    C. Inside a file on an Amazon EBS volume attached to the Lambda function
    D. Inside a secrets file stored on Amazon EFS

  • Question 1072:

    A company is running its application in a single region on Amazon EC2 with Amazon Elastic Block Store (Amazon EBS) and S3 as part of the storage design. What should be done to reduce data transfer costs?

    A. Create a copy of the compute environment in another AWS Region
    B. Convert the application to run on Lambda@Edge
    C. Create an Amazon CloudFront distribution with Amazon S3 as the origin
    D. Replicate Amazon S3 data to buckets in AWS Regions closer to the requester.

  • Question 1073:

    A company serves a multilingual website from a fleet of Amazon EC2 instances behind an Application Load Balancer (ALB) This architecture is currently running in the us-west-l Region but is exhibiting high request latency for users located in

    other parts of the world

    The website needs to serve requests quickly and efficiently regardless of a user's location However, the company does not want to recreate the existing architecture across multiple Regions.

    How should a solutions architect accomplish this?

    A. Replace the existing architecture with a website served from an Amazon S3 bucket. Configure an Amazon CloudFront distribution with the S3 bucket as the origin
    B. Configure an Amazon CloudFront distribution with the ALB as the origin. Set the cache behavior settings to only cache based on the Accept-Language request header
    C. Set up Amazon API Gateway with the ALB as an integration. Configure API Gateway to use an HTTP integration type Set up an API Gateway stage to enable the API cache
    D. Launch an EC2 instance in each additional Region and configure NGINX to act as a cache server for that Region Put all the instances plus the ALB behind an Amazon Route 53 record set with a geolocation routing policy

  • Question 1074:

    A company hosts an application on an Amazon EC2 instance that requires a maximum of 200 GB storage space. The application is used infrequently, with peaks during mornings and evenings. Disk I/O varies, but peaks at 3,000 IOPS. The

    chief financial officer of the company is concerned about costs and has asked a solutions architect to recommend the most cost-effective storage option that does not sacrifice performance.

    Which solution should the solutions architect recommend?

    A. Amazon EBS Cold HDD (sc1)
    B. Amazon EBS General Purpose SSD (gp2)
    C. Amazon EBS Provisioned IOPS SSD (io1)
    D. Amazon EBS Throughput Optimized HDD (st1)

  • Question 1075:

    A company is deploying a production portal application on AWS. The database tier has structured data

    The company requires a solution that is easily manageable and highly available How can these requirements be met?

    A. Deploy the database on multiple Amazon EC2 instances backed by Amazon Elastic Block Store (Amazon EBS) across multiple Availability Zones.
    B. Use Amazon RDS with a multiple Availability Zone option
    C. Use Amazon RDS with a single Availability Zone option and schedule periodic database snapshots.
    D. Use Amazon DynamoDB

  • Question 1076:

    A company is running an application on Amazon EC2 instances hosted in a private subnet of a VPC . The EC2 instances are configured in an Auto Scaling group behind an Elastic Load Balancer (ELB) The EC2 instances use a NAT gateway for outbound internet access However the EC2 instances are not able to connect to the public internet to download software updates.

    What are the possible root causes of this issue? (Select TWO )

    A. The ELB is not configured with a proper health check
    B. The route tables in the VPC are configured incorrectly
    C. The EC2 instances are not associated with an Elastic IP address
    D. The security group attached to the NAT gateway is configured incorrectly
    E. The outbound rules on the security group attached to the EC2 Instances are configured incorrectly.

  • Question 1077:

    After reviewing the cost optimization checks in AWS Trusted Advisor, a team finds that it has 10,000 Amazon Elastic Block Store (Amazon EBS) snapshots in its account that are more than 30 days old. When the team determines that it

    needs to implement better governance for the lifecycle of its resources.

    Which actions should the team take to automate the lifecycle management of the EBS snapshots with the LEAST effort? (Select TWO )

    A. Create and schedule a backup plan with AWS Backup
    B. Copy the EBS snapshots to Amazon S3 and then create lifecycle configurations in the S3 bucket
    C. Use Amazon Data Lifecycle Manager (Amazon DLM)
    D. Use a scheduled event in Amazon EventBridge (Amazon CloudWatch Events) and invoke AWS Step Functions to manage the snapshots
    E. Schedule and run backups in AWS Systems Manager.

  • Question 1078:

    A company is running several business applications in three separate VPCs within the us- east-1 Region. The applications must be able to communicate between VPCs. The applications also must be able to consistently send hundreds of

    gigabytes of data each day to a latency-sensitive application that runs in a single on-premises data center.

    A solutions architect needs to design a network connectivity solution that maximizes cost- effectiveness.

    Which solution meets these requirements?

    A. Configure three AWS Site-to-Site VPN connections from the data center to AWS. Establish connectivity by configuring one VPN connection for each VPC.
    B. Launch a third-party virtual network appliance in each VPC. Establish an IPsec VPN tunnel between the data center and each virtual appliance.
    C. Set up three AWS Direct Connect connections from the data center to a Direct Connect gateway In us-easl-1. Establish connectivity by configuring each VPC to use one of the Direct Connect connections.
    D. Set up one AWS Direct Connect connection from the data center lo AWS Create a transit gateway, and attach each VPC to the transit gateway. Establish connectivity between the Direct Connect connection and the transit gateway.

  • Question 1079:

    A doctor's office is moving all of its patient data to the AWS Cloud The office needs to retain all the data indefinitely, but the data is rarely accessed after a year. The data must be immediately available during the first year However, to minimize cost, the office is willing to wait a day for data that is more than 1 year old to become available.

    Which combination of actions should a solutions architect take to meet these requirements MOST cost-effectively? (Select TWO )

    A. Create an Amazon S3 Lifecycle transition rule to move the data to S3 Glacier after a year
    B. Create an Amazon S3 Lifecycle transition rule to move the data to S3 Glacier Deep Archive after a year
    C. Create an Amazon S3 bucket for the data. Store data in the S3 bucket by using the S3 Glacier storage class
    D. Create an Amazon S3 bucket for the data. Store data in the bucket by using the S3 Standard storage class.
    E. Create an Amazon S3 bucket for the data. Store data in the bucket by using the S3 Intelligent-Tiering storage class

  • Question 1080:

    A solutions architect is designing a two-tier web application The application consists of a public- facing web tier hosted on Amazon EC2 in public subnets The database tier consists of Microsoft SQL Server running on Amazon EC2 in a private subnet Security is a high priority for the company How should security groups be configured in this situation? (Select TWO )

    A. Configure the security group for the web tier to allow inbound traffic on port 443 from 0 0 0 0/0
    B. Configure the security group for the web tier to allow outbound traffic on port 443 from 0 0 0 0/0
    C. Configure the security group for the database tier to allow inbound traffic on port 1433 from the security group for the web tier
    D. Configure the security group for the database tier to allow outbound traffic on ports 443 and 1433 to the security group for the web tier
    E. Configure the security group for the database tier to allow inbound traffic on ports 443 and 1433 from the security group for the web tier

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.