00:15:00

AWS Certified Solutions Architect Associate Practice Test (SAA-C03)

Use the form below to configure your AWS Certified Solutions Architect Associate Practice Test (SAA-C03). The practice test can be configured to only include certain exam objectives and domains. You can choose between 5-100 questions and set a time limit.

Logo for AWS Certified Solutions Architect Associate SAA-C03
Questions
Number of questions in the practice test
Free users are limited to 20 questions, upgrade to unlimited
Seconds Per Question
Determines how long you have to finish the practice test
Exam Objectives
Which exam objectives should be included in the practice test

AWS Certified Solutions Architect Associate SAA-C03 Information

AWS Certified Solutions Architect - Associate showcases knowledge and skills in AWS technology, across a wide range of AWS services. The focus of this certification is on the design of cost and performance optimized solutions, demonstrating a strong understanding of the AWS Well-Architected Framework. This certification can enhance the career profile and earnings of certified individuals and increase your credibility and confidence in stakeholder and customer interactions.

The AWS Certified Solutions Architect - Associate (SAA-C03) exam is intended for individuals who perform a solutions architect role. The exam validates a candidate’s ability to design solutions based on the AWS Well-Architected Framework.

The exam also validates a candidate’s ability to complete the following tasks:

  • Design solutions that incorporate AWS services to meet current business requirements and future projected needs
  • Design architectures that are secure, resilient, high-performing, and cost optimized
  • Review existing solutions and determine improvements

Free AWS Certified Solutions Architect Associate SAA-C03 Practice Test

Press start when you are ready, or press Change to modify any settings for the practice test.

  • Questions: 15
  • Time: Unlimited
  • Included Topics:
    Design Secure Architectures
    Design Resilient Architectures
    Design High-Performing Architectures
    Design Cost-Optimized Architectures
Question 1 of 15

A company needs to transfer 100 TB of data from its on-premises data center to Amazon S3 quickly and cost-effectively. Which service should the company use to migrate the data?

  • AWS Snowball Edge Storage Optimized.

  • AWS Storage Gateway.

  • AWS Direct Connect.

  • AWS DataSync.

Question 2 of 15

A company is designing a new application that requires a cost-effective storage solution for system backups and archival data. The backups will be retrieved infrequently and are not subject to strict performance requirements. Which AWS storage solution aligns MOST closely with these needs?

  • Amazon Simple Storage Service (S3) Standard

  • Amazon Elastic Block Store (EBS) Snapshot

  • Amazon Elastic File System (EFS) with lifecycle management

  • Amazon S3 Glacier

Question 3 of 15

A multinational corporation seeks to fortify the security of the top-level user credentials across its numerous cloud accounts, where each account functions under its own operational domain. They intend to put into effect a two-step verification process for all top-level user logins and establish an automatic mechanism for monitoring any top-level credential usage in API calls. Which service should they utilize to automate the monitoring of such activities throughout all operational domains?

  • AWS GuardDuty

  • AWS Config

  • Amazon CloudTrail

  • AWS Identity and Access Management (IAM)

Question 4 of 15

A company's application is deployed across multiple EC2 instances in an Auto Scaling group behind an Application Load Balancer. The company requires minimal downtime, even if an entire Availability Zone becomes unavailable. Which disaster-recovery approach BEST meets this requirement?

  • Implement a Backup and Restore strategy with daily backups.

  • Use an Active-Active deployment across two different cloud service providers.

  • Extend the Auto Scaling group to multiple Availability Zones within the same region.

  • Configure a Pilot Light environment in another region.

Question 5 of 15

A company is deploying a web application that must route client requests to different Amazon EC2 instances based on the URL path specified in the client's request. The application also needs to distribute traffic efficiently across multiple Availability Zones. Which AWS load balancing solution should the company use to meet these requirements?

  • Use a Gateway Load Balancer (GWLB) to manage traffic at the transport layer.

  • Use an Application Load Balancer (ALB) to direct traffic based on request metadata.

  • Use a Network Load Balancer (NLB) to distribute traffic based on network protocol data.

  • Use a Classic Load Balancer to distribute traffic evenly across instances.

Question 6 of 15

A retail company is decomposing a monolithic application into microservices. When a new order is placed, the OrderService must publish events so that the InventoryService, BillingService, and NotificationService can each process the event independently without the OrderService needing to know about the other services. The solution must minimize operational overhead and follow AWS best practices for a scalable, event-driven architecture. Which design meets these requirements?

  • Expose a REST endpoint in each downstream microservice through Amazon API Gateway. Configure the OrderService to make HTTP POST requests to every endpoint.

  • Publish order events to an Amazon SNS topic. Create a separate AWS Lambda function for each downstream microservice and subscribe each function to the SNS topic.

  • Store order events in an Amazon DynamoDB table. Use an Amazon EventBridge scheduled rule to query the table every minute and start AWS Step Functions workflows for processing.

  • Write events directly to a single Amazon SQS queue. Configure one AWS Lambda function to poll the queue and invoke the downstream services synchronously.

Question 7 of 15

A healthcare organization operating in Country X must ensure that all patient data and backups physically remain inside the country to meet national data-residency laws. Country X already has an AWS Region. When deciding where to deploy its compute and storage workloads, which approach best satisfies the legal requirement with the least additional complexity?

  • Use AWS Global Accelerator so traffic always reaches the nearest Region automatically.

  • Store data in CloudFront edge locations that are inside Country X.

  • Choose an AWS Region in a neighboring country but restrict access with security groups and network ACLs.

  • Deploy workloads in the AWS Region that is located inside Country X and disable any optional cross-Region features.

Question 8 of 15

A financial services company runs periodic risk modeling simulations that are highly parallelizable and require a significant amount of compute power for a brief duration at the end of each month. Which of the following compute options would align BEST with the company's performance and cost-optimization needs?

  • Amazon EC2 Reserved Instances

  • Amazon EC2 T3 instances

  • Amazon EC2 Spot Instances

  • Amazon EC2 Dedicated Hosts

Question 9 of 15

Which service is designed to establish a private connection between the cloud environment and specific applications, helping minimize data transfer costs by avoiding the public internet?

  • VPC Peering

  • Internet Gateway

  • AWS PrivateLink

  • NAT Gateway

  • AWS Direct Connect

Question 10 of 15

A company requires block storage for its low-latency interactive workloads that involve frequent random reads and small to medium-sized I/O operations. However, the budget is limited, and they must choose a volume type that aligns with their cost constraints. Which Amazon EBS volume type BEST meets the company's requirements for both performance and cost optimization?

  • Provisioned IOPS SSD (io1/io2) volumes

  • General Purpose SSD (gp3) volumes

  • Throughput Optimized HDD (st1) volumes

  • Cold HDD (sc1) volumes

Question 11 of 15

A company is migrating an on-premises application to AWS. The application requires shared storage that provides low-latency access to data and supports standard file system features like file locking and hierarchical directories. The data is frequently updated, and the solution should be scalable and cost-effective. Which AWS storage service is the MOST appropriate to meet these requirements?

  • Amazon Elastic File System (Amazon EFS).

  • Amazon Elastic Block Store (Amazon EBS).

  • Amazon Simple Storage Service (Amazon S3).

  • Amazon S3 Glacier.

Question 12 of 15

A company is building an e-commerce application that must scale to handle sudden spikes in traffic during sales events. The application consists of a web front end that interacts with a back-end order processing system. The company wants to design an architecture that is scalable and minimizes the impact on other components if one component fails. What is the best architectural pattern to achieve this?

  • Deploy the application on a single large EC2 instance to handle peak loads.

  • Use a microservices architecture with services communicating via message queuing service such as Amazon SQS.

  • Implement a monolithic architecture on Amazon EC2 Auto Scaling groups.

  • Use a tightly coupled multi-tier architecture with direct service-to-service communication.

Question 13 of 15

Which AWS service is used primarily to control inbound and outbound traffic at the instance level within an Amazon VPC?

  • Network ACLs

  • Amazon GuardDuty

  • Route Tables

  • Security Groups

Question 14 of 15

A company has set a monthly AWS spending limit of USD 5,000. They want a service that lets them define this budget, continuously monitor actual and forecasted spend during the month, and automatically send email or SNS alerts if the forecast or actual cost is expected to exceed the limit. Which AWS service should they use?

  • AWS Cost Explorer

  • AWS Cost and Usage Report

  • AWS Budgets

  • AWS Compute Optimizer

Question 15 of 15

An e-commerce company needs a file storage solution accessible by multiple Amazon EC2 instances for processing transaction logs and analytics data in real time. The company expects the data volume to grow unpredictably and wants to avoid manual adjustments to storage capacity while minimizing costs. Which storage solution should the company implement to meet these requirements?

  • Implement Amazon Elastic File System (Amazon EFS) with storage auto scaling enabled.

  • Utilize instance store volumes and manage storage capacity manually.

  • Use Amazon Elastic Block Store (Amazon EBS) volumes and manually increase capacity as needed.

  • Deploy AWS Storage Gateway appliances in EC2 machines.