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

    A company that operates a web application on premises is preparing to launch a newer version of the application on AWS. The company needs to route requests to either the AWS-hosted or the on-premises-hosted application based on the URL query string. The on-premises application is not available from the internet, and a VPN connection is established between Amazon VPC and the company's data center. The company wants to use an Application Load Balancer (ALB) for this launch.

    Which solution meets these requirements?

    A. Use two ALBs: one for on-premises and one for the AWS resource. Add hosts to each target group of each ALB. Route with Amazon Route 53 based on the URL query string.
    B. Use two ALBs: one for on-premises and one for the AWS resource. Add hosts to the target group of each ALB. Create a software router on an EC2 instance based on the URL query string.
    C. Use one ALB with two target groups: one for the AWS resource and one for on premises. Add hosts to each target group of the ALB. Configure listener rules based on the URL query string.
    D. Use one ALB with two AWS Auto Scaling groups: one for the AWS resource and one for on premises. Add hosts to each Auto Scaling group. Route with Amazon Route 53 based on the URL query string.

  • Question 722:

    A company is using a fleet of Amazon EC2 instances to ingest data from on-premises data sources. The data is in JSON format and ingestion rates can be as high as 1 MB/s. When an EC2 instance is rebooted, the data in-flight is lost. The

    company's data science team wants to query ingested data in near-real time.

    Which solution provides near-real-time data querying that is scalable with minimal data loss?

    A. Publish data to Amazon Kinesis Data Streams. Use Kinesis Data Analytics to query the data.
    B. Publish data to Amazon Kinesis Data firehose with Amazon Redshift as the destination. Use Amazon Redshift to query the data.
    C. Store ingested data in an EC2 instance store Publish data to Amazon Kinesis Data Firehose with Amazon S3 as the destination. Use Amazon Athena to query the data.
    D. Store ingested data in an Amazon Elastic Block Store (Amazon EBS) volume. Publish data to Amazon ElastiCache for Redis. Subscribe to the Redis channel to query the data.

  • Question 723:

    A company is building a RESTful serverless web application on AWS by using Amazon API Gateway and AWS Lambda

    The users of this web application will be geographically disturbed, and the company wants to reduce the latency of API requests to these users.

    Which type of endpoint should a solutions architect use to meet these requirements?

    A. Private endpoint
    B. Regional endpoint
    C. Interface VPC endpoint
    D. Edge-optimized endpoint

  • Question 724:

    A solutions architect must analyze and update a company's existing IAM policies prior to deploying a new workload. The solutions architect created the following policy:

    What is the net effect of this policy?

    A. Users will be allowed all actions except s3 PutObject if multi-factor authentication (MFA) is enabled
    B. Users win be allowed all actions except s3 PutObject if multi-factor authentication (MFA) is not enabled
    C. Users will be denied all actions except s3;PutObject if multi-factor authentication (MFA) is enabled.
    D. Users win be denied all actions except s3:PutObject if multi-factor authentication (MFA) is not enabled.

  • Question 725:

    A financial services company wants to shut down two data centers and migrate more than 100 TB of data to AWS. The data has an intricate directory structure with millions of small files stored in deep hierarchies of subfolders Most of the data is unstructured and the company's file storage consists of SMB-based storage types from multiple vendors The company does not want to change its applications to access the data after migration.

    What should a solutions architect do to meet these requirements with the LEAST operational overhead?

    A. Use AWS Direct Connect to migrate the data to Amazon S3 .
    B. Use AWS DataSync to migrate the data to Amazon FSx for Lustre
    C. Use AWS DataSync to migrate the data to Amazon FSx for Windows File Server
    D. Use AWS Direct Connect to migrate the data on-premises file storage to an AWS Storage Gateway volume gateway.

  • Question 726:

    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 tram 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 727:

    A company relies on an application that needs at least 4 Amazon EC2 instances during regular traffic and must scale up to 12 EC2 instances during peak loads. The application is critical to the business and must be highly available Which solution will meet these requirements?

    A. Deploy the EC2 instances in an Auto Scaling group Set the minimum to 4 and the maximum to M, with 2 in Availability Zone A and 2 in Availability Zone B
    B. Deploy the EC2 instances in an Auto Scaling group Set the minimum to 4 and the maximum to 12, with all 4 in Availability Zone A
    C. Deploy the EC2 instances in an Auto Scaling group Set the minimum to 8 and the maximum to 12, with 4 in Availability Zone A and 4 in Availability Zone B
    D. Deploy the EC2 instances in an Auto Scaling group Set the minimum to 8 and the maximum to 12 with all 8 in Availability Zone A

  • Question 728:

    A solutions architect is designing a two-tiered architecture that has separate private subnets for compute resources and the database. An AWS Lambda function that is deployed in the compute subnets needs connectivity to the database. Which solution will provide this connectivity in the MOST secure way?

    A. Configure the Lambda function to use Amazon RDS Proxy outside the VPC.
    B. Associate a security group with the Lambda function. Authorize this security group in the database's security group.
    C. Authorize the compute subnet's CIDR ranges in the database's security group.
    D. During the initialization phase, authorize all IP addresses in the database's security group temporarily. Remove the rule after the initialization is complete.

  • Question 729:

    A company wants to migrate a high performance computing (HPC) application and data from on- premises to the AWS Cloud. The company uses tiered storage on-premises with hoi high- performance parallel storage to support the application during periodic runs of the application, and more economical cold storage to hold the data when the application is not actively running. Which combination of solutions should a solutions architect recommend to support the storage needs of the application? (Select TWO)

    A. Amazon S3 for cold data storage
    B. Amazon EFS for cold data storage
    C. Amazon S3 for high-performance parallel storage
    D. Amazon FSx for Llustre tor high-performance parallel storage
    E. Amazon FSx for Windows for high-performance parallel storage

  • Question 730:

    A team has an application that detects new objects being uploaded into an Amazon bucket. The upload a trigger AWS Lambda function to write metadata into an Amazon DynamoDB table and an Amazon RDS for PostgreSQL database. Which action should the team take to ensure high availability?

    A. Enable Cross-Region Replication to ensure high availability
    B. Create a Lambda function for each Availability Zone the application is deployed in
    C. Enable Multi-AZ on the RDS PostgreSQL database.
    D. Create a DynamoDB stream for the DynamoDB table

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.