AWS Solutions Architect Associate SAA-C03 Sign in Try 10 free questions

Free SAA-C03 practice exam 2: the harder pass

A second sample that leans into the services the exam names but candidates skip — DataSync, Snow, FSx, Fargate and more. Ten scenarios, SAA-C03, 2026 edition.

Try 10 more free practice-exam scenarios in the exam's own style — every answer explained, no sign-up.

Straight to the 10 free questions ↓

This second sample leans harder into the breadth of the SAA-C03 — the services that appear in the answer options and separate a prepared candidate from an under-prepared one. If practice exam 1 tested the core, exam 2 tests the edges.

Breadth is the point

The ten scenarios below reach into DataSync, the Snow Family, DynamoDB Streams, Parameter Store, SES, Fargate, weighted routing, FSx for Lustre and Transfer Family — services the exam names but that beginners skip. Recognizing the right one for a described need is exactly the skill the SAA-C03 measures, and the fastest way to widen that recognition is to meet the services in a scenario and read why the neighbours are wrong.

Take it after exam 1

Sit practice exam 1 first for the core, then this one for reach. Together they span all four domains twice over. As before: time yourself, answer before revealing anything, and study every miss by the requirement word that decided it.

How to use the ten scenarios below

Answer all ten under timed conditions, then review every explanation — especially for services you did not know, where the “Why not the others” reasoning teaches the distinction the exam will test. Check the exam guide for scoring, and when you can hold 85%+ across both exams, you are ready to book.

A second SAA-C03 practice-exam sample reaching into services candidates often overlook: AWS Shield Advanced for DDoS protection, DataSync for online bulk data migration, the Snow Family for offline petabyte transfer, DynamoDB Streams with Lambda, Systems Manager Parameter Store, Amazon SES, AWS Fargate, Route 53 weighted routing, Amazon FSx for Lustre and AWS Transfer Family. Ten scenarios across the four domains at their exam weights.

10 free SAA-C03 practice questions

Answers and explanations — no email wall
SAA-C03 Question 1 of 10

A high-profile web application is targeted by large, sustained DDoS attacks and needs advanced, managed protection with access to a 24/7 DDoS response team and cost protection against scaling during an attack. Which service should be added?

Answer: A — AWS Shield Advanced.

Shield Advanced provides enhanced DDoS protection, access to the AWS DDoS Response Team, and billing protection for scaling caused by an attack — matching every part of the requirement. Why not the others: Shield Standard is automatic and free but does not include advanced mitigation, the response team, or cost protection. A larger instance does not defend against a volumetric attack. An SQS queue decouples components; it is not DDoS mitigation. Advanced, managed DDoS protection is Shield Advanced (with WAF).

SAA-C03 Question 2 of 10

A company must migrate hundreds of terabytes from an on-premises NFS file server to Amazon EFS over its network connection, quickly and with minimal scripting. Which service is designed for this online bulk transfer?

Answer: A — AWS DataSync.

AWS DataSync is a managed service for fast, online bulk transfer between on-premises storage (NFS/SMB) and AWS storage such as EFS and S3, with automatic scheduling, encryption and verification. Why not the others: a manual rsync script is exactly the fragile toil DataSync replaces. Snowball Edge is for offline transfer when the network is too slow or the data too large to send online. S3 Transfer Acceleration speeds S3 uploads, not NFS-to-EFS migration. Online bulk file migration is DataSync.

SAA-C03 Question 3 of 10

A company needs to move 400 TB of data to AWS, but its internet connection is slow and the transfer would take months online. Which approach is most appropriate?

Answer: A — Use the AWS Snow Family (for example, Snowball Edge) to ship the data physically.

When the data is large and the network too slow, the Snow Family physically transfers the data on a rugged device you load and ship back, bypassing the internet bottleneck. Why not the others: multipart uploads and DataSync both still depend on the slow internet connection, so they take just as long. Emailing hundreds of terabytes is not viable. Offline transfer of large data over a slow link is the Snow Family.

SAA-C03 Question 4 of 10

An application must trigger custom logic whenever an item in a DynamoDB table is created, updated or deleted — for example, to update a search index. What should a solutions architect use?

Answer: A — DynamoDB Streams invoking an AWS Lambda function.

DynamoDB Streams captures item-level changes in order and can invoke a Lambda function for each change — the event-driven reaction the requirement describes. Why not the others: scanning the whole table every minute is wasteful, slow to react, and costly. SQS does not poll a DynamoDB table. A CloudWatch alarm monitors metrics, not item changes. Reacting to item-level changes is DynamoDB Streams plus Lambda.

SAA-C03 Question 5 of 10

A team needs to store application configuration values and a few plaintext and encrypted parameters in a hierarchy, referenced by many applications, at the lowest cost and without built-in rotation. Which service fits best?

Answer: A — AWS Systems Manager Parameter Store.

Parameter Store holds configuration and secrets in a hierarchy, supports plaintext and encrypted (SecureString) values, and its standard tier is free — the fit for config that does not need managed rotation. Why not the others: Secrets Manager adds automatic rotation but at a per-secret cost, more than plain configuration needs. S3 with tags is not a parameter hierarchy for app config. Hard-coding defeats central management. Low-cost hierarchical config is Parameter Store; rotating secrets is Secrets Manager.

SAA-C03 Question 6 of 10

A company needs to send large volumes of transactional emails (receipts, password resets) reliably from its application. Which AWS service is designed for this?

Answer: A — Amazon Simple Email Service (SES).

Amazon SES is a scalable email service for sending transactional and marketing email with high deliverability — exactly receipts and password resets. Why not the others: SNS sends notifications to subscribers (including SMS and application endpoints) but is not a full email-sending service for rich transactional mail. SQS is a message queue, not an email sender. Pinpoint targets customer engagement campaigns and can use SES underneath, but the direct transactional-email service is SES. Sending email at scale is SES.

SAA-C03 Question 7 of 10

A containerized application has bursty, variable traffic, and the team wants to run the containers without provisioning or managing any EC2 instances, paying only for the resources the tasks use. Which launch option fits?

Answer: A — AWS Fargate.

Fargate runs containers serverlessly — no EC2 instances to provision or manage, and you pay for the vCPU and memory the tasks consume, which suits bursty variable load. Why not the others: the EC2 launch type means managing and scaling the cluster's instances yourself. A fixed large fleet pays for peak continuously. Lambda is for event-driven functions with a runtime limit, not long-running containers. Serverless containers are Fargate.

SAA-C03 Question 8 of 10

During a controlled release, a company wants to send a small percentage of production traffic to a new version of its application and gradually increase it. Which Route 53 routing policy supports this?

Answer: A — Weighted routing.

Weighted routing assigns a proportion of traffic to each record, so you can send, say, 5% to the new version and raise it over time — a canary or blue/green rollout. Why not the others: failover routing switches to a secondary only when the primary is unhealthy. Geolocation routes by the user's location. Latency-based routing picks the fastest Region. Percentage-based gradual rollout is weighted routing.

SAA-C03 Question 9 of 10

A machine-learning workload must process large datasets held in Amazon S3 with a high-performance, POSIX file system offering very high throughput. Which service fits?

Answer: A — Amazon FSx for Lustre.

FSx for Lustre is a high-performance file system built for compute-intensive workloads like machine learning and HPC, and it integrates with S3 to process data at very high throughput. Why not the others: EFS Standard is a general-purpose shared file system, not tuned for the extreme throughput of HPC/ML. An EBS gp2 volume attaches to a single instance and is not a shared high-performance file system. Accessing S3 object-by-object lacks the POSIX file-system semantics and throughput the workload needs. High-performance compute file system on S3 data is FSx for Lustre.

SAA-C03 Question 10 of 10

A company must let external partners upload files directly into Amazon S3 using SFTP, without running and maintaining its own SFTP servers. Which service provides this?

Answer: A — AWS Transfer Family.

AWS Transfer Family provides fully managed SFTP (and FTPS/FTP) endpoints that store files directly in S3, removing the need to run SFTP servers. Why not the others: running an SFTP daemon on EC2 is exactly the server maintenance the requirement avoids. DataSync moves data between storage systems on a schedule, not an interactive SFTP endpoint for partners. Presigned URLs enable HTTPS uploads, not the SFTP protocol partners require. Managed SFTP into S3 is AWS Transfer Family.

That is exactly how every question in the course works — answer, explanation, why-not. The real set continues in the practice player: 10 free questions, no sign-up.

Continue with the 10 free questions →

Those 10 questions were the start.

The exam does not test whether you recognise a term — it tests whether you can rule out three plausible answers under time pressure. That is what the explanations above are for, and there are 780 more questions built exactly like them.

Collecting questions yourself

  • Scattered across forums, of unknown age
  • Answer keys without reasoning
  • No idea which domain you are weak in

Practising with a system

  • 780 questions in 12 full tests, SAA-C03 (2026)
  • Every option explained — including the wrong ones
  • Readiness per exam domain, and drills for your weakest
Start free — 10 questions

Straight into the player. No account, no email.

Frequently asked questions

How is this different from practice exam 1?
It is a second, scenario-heavier sample that reaches further into services the exam names but candidates often skip — DataSync, the Snow Family, Parameter Store, Fargate, FSx for Lustre, Transfer Family and more. Take it after exam 1 for broader coverage across all four domains.
Should I be able to score well on unfamiliar services?
The point is to surface them. If several of these services are new to you, that is precisely the value — the SAA-C03 rewards recognizing the right service for a described need, and this sample widens the set you can recognize.
Are these real exam questions?
No. They are original scenarios written for this page in the exam's style and difficulty. Reproducing real exam items violates the AWS certification agreement and can cost a candidate their certification — ours come with the reasoning attached instead.
When am I ready to book?
When you consistently score 85% or higher across the full-length material and your misses come from closable knowledge gaps rather than misreading the requirement.

Updated for SAA-C03 (July 2026). The sample questions above are our own work in the style of the exam — not real exam items. The exam itself is set and marked by the certification body.