SAA-C03 Practice Question: A company runs a SaaS application with highly…
This SAA-C03 practice question tests your understanding of a company runs a saas application with highly…. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: aurora Serverless v2 scales from 0.5 ACUs to 128 ACUs in sub-second increments. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A company runs a SaaS application with highly unpredictable database load — it may receive zero queries for hours, then spike to thousands of queries per second briefly. The company wants to minimize database costs while handling all load levels without manual scaling. Which solution is MOST cost-effective?
Answer choices
Why each option matters
Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.
Best answer
Amazon Aurora Serverless v2 — scales automatically from minimum capacity during idle to maximum during spikes
Aurora Serverless v2 scales in sub-second increments based on actual load. You pay only for ACUs consumed — idle periods cost near-minimum. No manual scaling required.
Distractor review
Amazon Aurora Provisioned with Auto Scaling to add and remove read replicas
Aurora Auto Scaling adds/removes read replicas but cannot scale the primary writer. The provisioned primary incurs full instance cost during idle periods regardless of load.
Distractor review
Amazon RDS MySQL with scheduled stop/start to save costs during predictable off-hours
RDS stop/start halts the database — no queries can be served while stopped. SaaS applications with unpredictable access patterns require continuous availability.
Distractor review
Amazon DynamoDB with on-demand capacity mode — scales to any traffic level with no minimum cost
DynamoDB on-demand is excellent for NoSQL workloads but migrating a relational database to DynamoDB requires major application refactoring not implied by the question. Aurora Serverless v2 provides equivalent cost benefits without architectural changes.
Common exam trap
Common exam trap: answer the scenario, not the keyword
Aurora Serverless v1 and v2 are different products. v1 supports true pause-to-zero but has a cold-start delay (~25 seconds) and fewer supported features. v2 scales much faster (sub-second), supports more Aurora features including Global Database and Multi-AZ, and scales to 0.5 ACU minimum. For modern architectures, Aurora Serverless v2 is the correct recommendation.
Technical deep dive
How to think about this question
Aurora Serverless v2 pricing: - ACU-hours at ~$0.12/ACU-hour (region dependent) - Minimum: 0.5 ACU when idle (not free, but very low cost) - Scales in 0.5 ACU increments up to 128 ACUs Comparison for 1 month with frequent idle periods: - Serverless v2 at 0.5 ACU base: ~$0.12 x 0.5 x 720h = $43/month base + spikes - Provisioned db.t4g.micro: ~$0.016/hour x 720 = $11.5/month (but cannot scale for spikes) - Provisioned db.r6g.large (handles spikes): ~$0.29/hour x 720 = $209/month always-on Serverless v2 wins when: significant idle time + variable/unpredictable spikes + no manual scaling desired.
KKey Concepts to Remember
- Aurora Serverless v2 scales from 0.5 ACUs to 128 ACUs in sub-second increments
- You pay only for ACUs consumed — idle periods cost near-minimum (0.5 ACU)
- Aurora Provisioned instances incur full cost regardless of actual load
- Aurora Auto Scaling adds/removes read replicas but cannot scale the primary writer
- Aurora Serverless v2 supports Multi-AZ, Global Database, and RDS Proxy
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Aurora Serverless v2 scales from 0.5 ACUs to 128 ACUs in sub-second increments
Related practice questions
Related SAA-C03 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
SAA-C03 VPC practice questions
Practise SAA-C03 questions linked to SAA-C03 VPC.
SAA-C03 S3 lifecycle policy questions
Practise SAA-C03 questions linked to SAA-C03 S3 lifecycle policy questions.
SAA-C03 RDS Multi-AZ questions
Practise SAA-C03 questions linked to SAA-C03 RDS Multi-AZ questions.
SAA-C03 IAM policy practice questions
Practise SAA-C03 questions linked to SAA-C03 IAM policy.
SAA-C03 Route 53 failover questions
Practise SAA-C03 questions linked to SAA-C03 Route 53 failover questions.
SAA-C03 CloudFront practice questions
Practise SAA-C03 questions linked to SAA-C03 CloudFront.
SAA-C03 NAT gateway questions
Practise SAA-C03 questions linked to SAA-C03 NAT gateway questions.
SAA-C03 VPC endpoint questions
Practise SAA-C03 questions linked to SAA-C03 VPC endpoint questions.
SAA-C03 Auto Scaling practice questions
Practise SAA-C03 questions linked to SAA-C03 Auto Scaling.
SAA-C03 disaster recovery questions
Practise SAA-C03 questions linked to SAA-C03 disaster recovery questions.
SAA-C03 high availability questions
Practise SAA-C03 questions linked to SAA-C03 high availability questions.
SAA-C03 cost optimization questions
Practise SAA-C03 questions linked to SAA-C03 cost optimization questions.
More questions from this exam
Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.
Question 1
A team needs to distribute TCP traffic (not HTTP) across multiple services. The services must see the original client source IP for auditing. Which AWS load balancer is the best fit?
Question 2
A team wants to run containerized services with AWS-managed orchestration and autoscaling. They do NOT require Kubernetes compatibility. Which AWS service choice is most appropriate to meet these goals?
Question 3
A solutions architect is designing an S3 bucket for a IoT ingestion API. The objects must never be publicly accessible, even if a developer later adds an overly broad bucket policy. What should the architect configure? The design must avoid adding custom operational scripts.
Question 4
A solutions architect is designing an S3 bucket for a claims portal. The objects must never be publicly accessible, even if a developer later adds an overly broad bucket policy. What should the architect configure?
Question 5
A team wants to delegate IAM management to developers, but must ensure developers can never grant themselves permissions beyond a specific limit. Which AWS mechanism best matches this requirement?
Question 6
A solutions architect is designing an S3 bucket for a healthcare document service. The objects must never be publicly accessible, even if a developer later adds an overly broad bucket policy. What should the architect configure?
Practice this exam
Start a free SAA-C03 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this SAA-C03 question test?
Aurora Serverless v2 scales from 0.5 ACUs to 128 ACUs in sub-second increments
What is the correct answer to this question?
The correct answer is: Amazon Aurora Serverless v2 — scales automatically from minimum capacity during idle to maximum during spikes — Amazon Aurora Serverless v2 automatically scales database capacity based on actual load. It scales from a minimum of 0.5 ACUs during quiet periods to up to 128 ACUs during spikes within seconds. You pay only for the ACUs consumed — idle periods cost near-minimum. Aurora Provisioned requires pre-provisioning capacity for peak load, incurring full instance costs regardless of actual utilization. Even with Auto Scaling, the primary instance has a minimum provisioned capacity that runs at full cost during idle periods.
What should I do if I get this SAA-C03 question wrong?
Review aurora Serverless v2 scales from 0.5 ACUs to 128 ACUs in sub-second increments, then practise related SAA-C03 questions on the same topic to reinforce the concept.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Discussion
Sign in to join the discussion.
This SAA-C03 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SAA-C03 exam.