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

    A company is running an application in a private subnet in a VPC win an attached internet gateway The company needs to provide the application access to the internet while restricting public access to the application The company does not want to manage additional infrastructure and wants a solution that is highly available and scalable

    Which solution meets these requirements?

    A. Create a NAT gateway in the private subnet. Create a route table entry from the private subnet to the internet gateway
    B. Create a NAT gateway m a public subnet Create a route table entry from the private subnet to the NAT gateway
    C. Launch a NAT instance m the private subnet Create a route table entry from the private subnet lo the internet gateway
    D. Launch a NAT Instance in a public subnet Create a route table entry from the private subnet to the NAT instance.

  • Question 782:

    A solutions architect needs to design a managed storage solution for a company's application that includes high-performance machine learning. This application runs on AWS Fargate. and the connected storage needs to have concurrent access to files and deliver high performance.

    Which storage option should the solutions architect recommend?

    A. Create an Amazon S3 bucket for the application and establish an IAM role for Fargate to communicate with Amazon S3.
    B. Create an Amazon FSx for Lustre file share and establish an IAM role that allows Fargate to communicate with FSx for Lustre
    C. Create an Amazon Elastic File System (Amazon EFS> file share and establish an IAM role that allows Fargate to communicate with Amazon EFS.
    D. Create an Amazon Elastic Block Store (Amazon EBS) volume for the application and establish an IAM role that allows Fargate to communicate with Amazon EBS.

  • Question 783:

    A company's reporting system delivers hundreds of csv files to an Amazon S3 bucket each day The company must convert these files to Apache Parquet format and must store the files in a transformed data bucket. Which solution will meet these requirements with the LEAST development effort?

    A. Create an Amazon EMR cluster with Apache Spark installed Write a Spark application to transform the data Use EMR File System (EMRFS) to write files to the transformed data bucket
    B. Create an AWS Glue crawler to discover the data Create an AWS Glue extract transform: and load (ETL) job to transform the data Specify the transformed data bucket in the output step
    C. Use AWS Batch to create a job definition with Bash syntax to transform the data and output the data to the transformed data bucket Use the job definition to submit a job Specify an array job as the job type
    D. Create an AWS Lambda function to transform the data and output the data to the transformed data bucket. Configure an event notification for the S3 bucket. Specify the Lambda function as the destination for the event notification.

  • Question 784:

    A company has deployed a server less application that invokes an AWS Lambda function when new documents are uploaded to an Amazon S3 bucket The application uses the Lambda function to process the documents After a recent marketing campaign the company noticed that the application did not process many of The documents

    What should a solutions architect do to improve the architecture of this application?

    A. Set the Lambda function's runtime timeout value to 15 minutes
    B. Configure an S3 bucket replication policy Stage the documents m the S3 bucket for later processing
    C. Deploy an additional Lambda function Load balance the processing of the documents across the two Lambda functions
    D. Create an Amazon Simple Queue Service (Amazon SOS) queue Send the requests to the queue Configure the queue as an event source for Lambda.

  • Question 785:

    A payment processing company records all voice communication with its customers and stores the audio files in an Amazon S3 bucket. The company needs to capture the text from the audio files. The company must remove from the text any personally identifiable information (Pll) that belongs to customers.

    What should a solutions architect do to meet these requirements?

    A. Process the audio files by using Amazon Kinesis Video Streams. Use an AWS Lambda function to scan for known Pll patterns.
    B. When an audio file is uploaded to the S3 bucket, invoke an AWS Lambda function to start an Amazon Textract task to analyze the call recordings.
    C. Configure an Amazon Transcribe transcription job with Pll redaction turned on. When an audio file is uploaded to the S3 bucket, invoke an AWS Lambda function to start the transcription job. Store the output in a separate S3 bucket.
    D. Create an Amazon Connect contact flow that ingests the audio files with transcription turned on. Embed an AWS Lambda function to scan for known Pll patterns. Use Amazon EventBridge (Amazon CloudWatch Events) to start the contact flow when an audio file is uploaded to the S3 bucket.

  • Question 786:

    A company is using a third-party vendor to manage its marketplace analytics. The vendor needs limited programmatic access to resources in the company's account. All the needed policies have been created to grant appropriate access. Which additional component will provide the vendor with the MOST secure access to the account?

    A. Create an IAM user.
    B. Implement a service control policy (SCP)
    C. Use a cross-account role with an external ID.
    D. Configure a single sign-on (SSO) identity provider.

  • Question 787:

    An application allows users at a company's headquarters to access product data The product data is stored in an Amazon RDS MySQL DB instance. The operations team has isolated an application performance slowdown and wants to separate read traffic from write traffic. A solutions architect needs to optimize the application's performance quickly.

    What should the solutions architect recommend?

    A. Change the existing database to a Multi-AZ deployment Serve the read requests from the primary Availability Zone
    B. Change the existing database to a Multi-AZ deployment Serve the read requests from the secondary Availability Zone
    C. Create read replicas for the database Configure the read replicas with half of the compute and storage resources as the source database
    D. Create read replicas for the database Configure the read replicas with the same compute and storage resources as the source database

  • Question 788:

    A solutions architect observes that a nightly batch processing job is automatically scaled up for 1 hour before the desired Amazon EC2 capacity is reached. The peak capacity is the same every night and the batch jobs always start at IAM. The solutions architect needs to find a cost-effective solution that will allow for the desired EC2 capacity to be reached quickly and allow the Auto Scaling group to scale down after the batch jobs are complete.

    What should the solutions architect do to meet these requirements?

    A. Increase the minimum capacity for the Auto Scaling group.
    B. Increase the maximum capacity for the Auto Scaling group.
    C. Configure scheduled scaling to scale up to the desired compute level.
    D. Change the scaling policy to add more EC2 instances during each scaling operation.

  • Question 789:

    A company is building a web-based application running on Amazon EC2 instances in multiple Availability Zones. The web application will provide access to a repository of text documents totaling about 900 TB in size. The company anticipates that the web application will experience periods of high demand. A solutions architect must ensure that the storage component for the text documents can scale to meet the demand of the application at all times. The company is concerned about the overall cost of the solution.

    Which storage solution meets these requirements MOST cost-effectively?

    A. Amazon Elastic Block Store (Amazon EBS)
    B. Amazon Elastic File System (Amazon EFS)
    C. Amazon Elasticsearch Service (Amazon ES)
    D. Amazon S3

  • Question 790:

    A company is building applications in containers. The company wants to migrate its on-premises development and operations services from its on-premises data center to AWS. Management states that production system must be cloud agnostic and use the same configuration and administrator tools across production systems. A solutions architect needs to design a managed solution that will align open-source software.

    Which solution meets these requirements?

    A. Launch the containers on Amazon EC2 with EC2 instance worker nodes.
    B. Launch the containers on Amazon Elastic Kubernetes Service (Amazon EKS) and EKS workers nodes.
    C. Launch the containers on Amazon Elastic Containers service (Amazon ECS) with AWS Fargate instances.
    D. Launch the containers on Amazon Elastic Container Service (Amazon EC) with Amazon EC2 instance worker nodes.

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.