AWS · SAA-C03
Validates the ability to design and implement distributed systems on AWS, covering secure architectures, resilient architectures, high-performing architectures, and cost-optimized architectures.
Practice Questions
600
≈ 9 practice exams
Duration
130 minutes
Passing Score
720/1000
Difficulty
AssociateLast Updated
Jan 2025
This SAA-C03 practice exam mirrors AWS's official weighting: Design Secure Architectures carries the largest share at 30 percent of scored content, followed by Design Resilient Architectures at 26 percent, Design High-Performing Architectures at 24 percent, and Design Cost-Optimized Architectures at 20 percent. With 600 questions in the bank, each domain gets proportional depth instead of an even split that would leave you under-prepared for the security-heavy real exam.
On test day you face 65 questions in 130 minutes: 50 that count toward your score and 15 unscored questions AWS uses to evaluate future exam content, mixed in without being identified. Scoring is scaled from 100 to 1,000, and you need 720 to pass. AWS uses a compensatory model, so a stronger domain can offset a weaker one as long as your overall score clears the bar, but the multiple-choice and multiple-response questions are both scenario-based, so practicing under a timer matters as much as knowing the services.
AWS recommends at least 1 year of hands-on experience designing cloud solutions before attempting SAA-C03, though there is no formal prerequisite. The certification is valid for 3 years; you recertify by retaking the current exam version, passing a higher-level AWS exam, or completing qualifying AWS Skill Builder training for a 1-year extension. Start with the 30 free questions, then work through the full 600-question bank until your accuracy holds steady across all four domains.
The AWS Certified Solutions Architect – Associate (SAA-C03) is an intermediate-level credential that validates a candidate's ability to design well-architected cloud solutions on Amazon Web Services. The exam covers the four pillars of the AWS Well-Architected Framework as they apply to solution design: security, resiliency, high performance, and cost optimization. Candidates are tested on their ability to select appropriate AWS services and configurations to meet both current business requirements and future projected needs across a wide range of architectures—from simple single-tier applications to complex, distributed, multi-account environments.
The SAA-C03 version of the exam was introduced in 2022 and reflects the current AWS service landscape, including modern serverless, container-based, and hybrid cloud patterns. It does not require deep hands-on coding experience but does expect familiarity with core AWS services such as EC2, S3, RDS, VPC, IAM, Lambda, CloudFront, Route 53, and many others. The certification is valid for three years and can be renewed by retaking the exam or by earning the AWS Certified Solutions Architect – Professional, which automatically recertifies this associate-level credential.
This certification is designed for individuals who work in or aspire to a solutions architect role, typically with at least one year of hands-on experience designing cloud solutions using AWS services. It is well-suited for cloud engineers, systems architects, DevOps engineers, and infrastructure professionals who regularly make decisions about AWS service selection, architecture patterns, and deployment strategies.
Candidates with 1–3 years of general IT experience (networking, systems administration, or software development) who are transitioning into cloud roles also pursue this certification as a foundational cloud credential. Those with no prior IT experience are generally advised to first complete the AWS Certified Cloud Practitioner exam before attempting the SAA-C03.
AWS does not enforce any formal prerequisites for the SAA-C03 exam, but strongly recommends at least one year of hands-on experience designing distributed systems on AWS. Candidates should be comfortable navigating the AWS Management Console and AWS CLI, and should have practical familiarity with core service categories including compute (EC2, Lambda), storage (S3, EBS, EFS), databases (RDS, DynamoDB), networking (VPC, Route 53, CloudFront), and identity and access management (IAM).
A working understanding of general IT concepts—such as DNS, TCP/IP networking, relational vs. NoSQL databases, and load balancing—is also important. Candidates who are new to AWS should consider completing AWS Skill Builder's foundational courses or the AWS Cloud Practitioner certification before sitting for this exam. Basic familiarity with programming concepts is helpful but not required.
The SAA-C03 exam consists of 65 questions delivered in 130 minutes, of which 50 are scored and 15 are unscored pilot questions used by AWS to evaluate future exam content. The unscored questions are not identified during the exam, so all questions should be treated equally. Question types include single-response multiple choice (one correct answer from four options) and multiple-response questions (two or more correct answers from five or more options).
The exam is available through Pearson VUE, either at a physical testing center or via online proctoring. It is offered in ten languages: English, French (France), Italian, Japanese, Korean, Portuguese (Brazil), Spanish (Latin America), Spanish (Spain), Simplified Chinese, and Traditional Chinese. Scores are reported on a scale of 100–1,000 using a compensatory scoring model, meaning candidates do not need to achieve a passing score in each individual domain. The minimum passing score is 720. The exam fee is $150 USD.
The AWS Certified Solutions Architect – Associate is consistently ranked among the highest-value IT certifications globally. It is the most widely held AWS credential, with approximately 54% of AWS professionals holding it according to Jefferson Frank's annual survey. Common job titles pursued by SAA-C03 holders include Cloud Solutions Architect, Cloud Engineer, DevOps Engineer, and Cloud Infrastructure Engineer. In the United States, professionals with this certification report average salaries ranging from approximately $125,000 to over $155,000 per year depending on experience, geography, and employer, with some senior roles reaching $175,000 or more.
The certification is recognized across industries including financial services, healthcare, government, and technology, and is frequently listed as a preferred or required qualification in cloud job postings. It serves as a strong foundation for advancing to more specialized AWS certifications such as the Solutions Architect – Professional, DevOps Engineer – Professional, or specialty-level exams in areas like security, networking, or machine learning. Relative to comparable cloud credentials from Microsoft (AZ-104) and Google (Professional Cloud Architect), the SAA-C03 is broadly considered the most recognized associate-level cloud architecture certification in the market.
5 sample questions with answers and explanations. The full bank has 600 questions, enough for 9 full-length practice exams.
Preview — answers shown1. OracleDBMigrate Inc. currently runs an Oracle database on its on-premises servers. As part of their migration strategy to AWS, they intend to upgrade the database to the most recent available Oracle version and establish a disaster recovery (DR) solution. Key requirements are to minimize operational overhead for both regular operations and DR setup, while also retaining the ability to access the database's underlying operating system. Which migration and DR solution best meets these specific needs?
Explanation
Amazon RDS Custom for Oracle is a managed database service that allows users to access and customize the underlying operating system and database environment, fulfilling the requirement for OS access. This is often necessary for legacy applications or those requiring specific configurations not available in standard RDS. For disaster recovery with minimized operational overhead, creating a read replica in another AWS Region provides an asynchronous copy of the database. This replica can be promoted to a standalone instance in the event of a disaster in the primary region. RDS Custom manages many operational aspects while still providing the needed OS-level access.
2. MySQLMigration Inc. wants to move its on-premises MySQL database to AWS. The company recently experienced a significant database outage that severely impacted its business operations. To prevent future occurrences, the migrated database solution on AWS must minimize data loss and ensure that every transaction is durably stored on at least two separate nodes for reliability. Which AWS database solution best meets these stringent requirements?
Explanation
Amazon RDS for MySQL with Multi-AZ functionality enabled is designed to provide high availability and data durability. In a Multi-AZ deployment, Amazon RDS automatically provisions and maintains a synchronous standby replica of your database in a different Availability Zone. Data is synchronously replicated from the primary DB instance to the standby replica. In the event of an infrastructure failure affecting the primary instance, RDS automatically fails over to the standby replica. This synchronous replication ensures that every committed transaction is stored on at least two nodes (primary and standby), minimizing data loss (typically achieving a recovery point objective of near zero) and downtime.
3. WinShare Migrate has a large Microsoft SharePoint deployment on-premises requiring Windows shared file storage. They are migrating this workload to AWS and need a highly available storage solution integrated with Active Directory for access control. Which AWS storage service satisfies these requirements?
Explanation
Amazon FSx for Windows File Server provides fully managed, highly reliable, and scalable file storage that is accessible over the Server Message Block (SMB) protocol. It natively supports Windows file system features and can integrate with an existing Microsoft Active Directory (on-premises or AWS Managed Microsoft AD) for user authentication and access control. This makes it an ideal solution for migrating SharePoint workloads requiring Windows shared file storage.
4. GlobalGaming Stats Co. is building a game system that needs to dispatch unique game events (like achievements, matchmaking requests, authentication events) to separate backend services concurrently. A critical requirement is that the AWS event-driven system used must guarantee the order of these events within each unique context (e.g., per player). Which AWS messaging service best meets these concurrent dispatch and guaranteed ordering needs?
Explanation
Amazon SNS FIFO topics are designed to deliver messages to subscribed Amazon SQS FIFO queues in strict order and with exactly-once delivery (when combined with SQS FIFO queues). This allows multiple backend services (each with its own SQS FIFO queue subscribed to the SNS FIFO topic) to receive the events concurrently while maintaining the order of events as they were published for a given message group ID. This fits the requirement for concurrent dispatch with guaranteed order.
5. DataFlow Systems has an ingestion workflow involving an Amazon SNS topic for new data notifications and an AWS Lambda function for data processing and metadata recording. This workflow occasionally fails due to network issues, causing the Lambda to miss data unless manually rerun. What combination of actions should be taken to ensure all data is ingested reliably? (Choose TWO)
Multiple correct answersExplanation
Subscribing an SQS queue to the SNS topic provides a durable buffer. If the Lambda function fails or is temporarily unavailable, the message remains in the SQS queue. Modifying the Lambda function to poll this SQS queue allows it to process messages at its own pace and retry processing in case of transient failures, ensuring all data notifications are eventually processed.
65 questions in 130 minutes: 50 scored multiple-choice or multiple-response questions plus 15 unscored questions AWS uses to evaluate future exam content. You are not told which is which.
720 on AWS’s scaled score of 100 to 1,000. AWS uses a compensatory scoring model, so you only need to clear the overall bar rather than pass every domain individually.
$150 USD, though the exact price varies by the country or region where you sit the exam.
Design Secure Architectures (30%), Design Resilient Architectures (26%), Design High-Performing Architectures (24%), and Design Cost-Optimized Architectures (20%).
No formal prerequisites, but AWS recommends at least 1 year of hands-on experience designing cloud solutions on AWS before attempting it.
Yes, after 3 years. You can recertify by retaking the current SAA-C03 exam, passing a higher-level AWS role-based exam, or completing qualifying AWS Skill Builder training for a 1-year extension.
Two types: multiple choice, with one correct answer and three distractors, and multiple response, with two or more correct answers among five or more options. Both use scenario-based wording rather than direct recall.
AWS does not publish a pass rate. The exam is scenario- and trade-off-heavy rather than fact-recall, so candidates who have only read documentation without hands-on practice tend to struggle most on Design Secure Architectures, the largest single weighting at 30%.
AWS Certified Machine Learning Engineer - Associate (MLA-C01)
MLA-C01 · 582 questions
AWS Certified Machine Learning - Specialty (MLS-C01)
MLS-C01 · 860 questions
AWS Certified Security - Specialty (SCS-C03)
SCS-C03 · 2069 questions
AWS Certified Solutions Architect - Professional (SAP-C02)
SAP-C02 · 592 questions
AWS Certified SysOps Administrator - Associate (SOA-C02)
SOA-C02 · 2141 questions
AWS Certified Advanced Networking - Specialty (ANS-C01)
ANS-C01 · 1453 questions
$17.99
One-time access to this exam