Free Practice · No Signup Required
30 Free AWS SAA-C03-NEW Practice Questions
Real practice questions for the AWS Solutions Architect (New Pool) (SAA-C03-NEW) exam, with answers and detailed explanations. Updated 2026.
Free questions
30
Passing score
720 out of 1000
Exam time
130 minutes
Question pool
497+ Questions
Below are 30 real practice questions for the AWS Solutions Architect (New Pool) (SAA-C03-NEW) exam. Each question shows the correct answer and a detailed explanation when you reveal it. Use these to benchmark your readiness — if you score below 70% on these 30 questions, plan for at least 4 more weeks of study before booking.
SAA-C03-NEW Practice Questions
- FreePracticeQuiz.questionLabelData ProcessingA bicycle sharing company is developing a multi-tier architecture to track the location of its bicycles during peak operating hours. The data points must be accessible from a REST API. Which action meets these requirements for storing and retrieving location data?AUse Amazon Athena with Amazon S3.BUse Amazon API Gateway with AWS Lambda.CUse Amazon QuickSight with Amazon Redshift.DUse Amazon API Gateway with Amazon Kinesis Data Analytics.
- FreePracticeQuiz.questionLabelStorage OptimizationA solutions architect needs to implement a solution to reduce a company's storage costs. All data is in S3 Standard. The company must keep data for at least 25 years. Data from the most recent 2 years must be highly available and immediately retrievable.ASet up an S3 life cycle policy to transition objects to S3 Glacier Deep Archive immediately.BSet up an S3 life cycle policy to transition objects to S3 Glacier Deep Archive after 2 years.CUse S3 Intelligent-Tiering and activate the archiving option.DSet up an S3 life cycle policy to transition objects to S3 One Zone-IA immediately and to S3 Glacier Deep Archive after 2 years.
- FreePracticeQuiz.questionLabelScalabilityA food delivery service is experiencing scaling problems. The current architecture uses EC2 instances in Auto Scaling groups for order collection and fulfillment. Collection is fast, but fulfillment takes longer. Data must not be lost. How can both processes scale adequately?AUse CloudWatch to monitor CPU and set minimum capacity to peak workload values.BUse CloudWatch to invoke SNS to create additional Auto Scaling groups on demand.CProvision two SQS queues and scale based on notifications sent by the queues.DProvision two SQS queues and scale the Auto Scaling groups based on the number of messages in each queue.
- FreePracticeQuiz.questionLabelAnalyticsA company needs to consolidate batch and streaming data into S3 for business analytics (KPIs, one-time queries) with the least operational overhead.AUse Amazon Athena for one-time queries and Amazon QuickSight for dashboards.BUse Amazon Kinesis Data Analytics for one-time queries and QuickSight for dashboards.CCreate custom Lambda functions to move records to Redshift.DUse an AWS Glue ETL job to load data into multiple OpenSearch Service clusters.EUse blueprints in AWS Lake Formation to ingest data and AWS Glue to load data into S3 in Apache Parquet format.
- FreePracticeQuiz.questionLabelSecurityRotate credentials for Amazon RDS for MySQL databases across multiple regions with the least operational overhead.AStore credentials in AWS Secrets Manager, use multi-region secret replication, and configure scheduled rotation.BStore credentials in Systems Manager Parameter Store (Secure String) with multi-region replication.CStore credentials in an S3 bucket with SSE and use EventBridge with Lambda for rotation.DEncrypt with KMS multi-region keys, store in DynamoDB, and use Lambda with RDS API for rotation.
- FreePracticeQuiz.questionLabelSecurity and NetworkingSecurely integrate Amazon S3 with an application in a private subnet using Amazon Cognito to store user documents.ACreate an Amazon Cognito identity pool to generate temporary S3 access tokens.BUse the existing user pool to generate S3 access tokens.CCreate an Amazon S3 VPC endpoint in the VPC.DCreate a NAT gateway and an S3 policy denying requests not initiated from Cognito.EAttach an S3 policy allowing access only from user IP addresses.
- FreePracticeQuiz.questionLabelIntegration and MessagingWhen an automobile is sold on a website, the data must be sent to multiple target systems reliably.ALambda triggered by RDS update to send information to an SQS queue.BLambda triggered by RDS update to send information to an SQS FIFO queue.CSubscribe to RDS event notifications and send to an SQS queue fanned out to SNS topics.DSubscribe to RDS event notifications and send to an SNS topic fanned out to multiple SQS queues.
- FreePracticeQuiz.questionLabelServerless ArchitectureMigrate a small Python application processing JSON documents to the cloud with maximum scalability and minimum maintenance.AJSON in S3, Python on EC2 instances, results in Aurora.BJSON in S3, Lambda function triggered by S3 to process documents, results in Aurora.CJSON in EBS (multi-attach) to EC2 instances, results in RDS.DJSON in SQS, code as a container on ECS (EC2 launch type), results in RDS.
- FreePracticeQuiz.questionLabelAWS GluePrevent AWS Glue from reprocessing old XML data already processed in an S3 bucket.AEdit the job to use job bookmarks.BEdit the job to delete data after processing.CSet the number of workers to one.DUse a "Find Matches" ML transform.
- FreePracticeQuiz.questionLabelServerless and StorageScale an image analysis application (EC2 and DynamoDB) to handle varying numbers of concurrent users.AUse Lambda to process photos and store both photos and metadata in DynamoDB.BUse Kinesis Data Firehose to process and store photos and metadata.CUse Lambda to process photos, store photos in S3, and keep metadata in DynamoDB.DIncrease EC2 instances to three and use EBS IO2 volumes.
- FreePracticeQuiz.questionLabelSecurityA static website on S3 via CloudFront must have all traffic inspected by AWS WAF.AS3 bucket policy accepting only the AWS WAF ARN.BConfigure CloudFront to forward requests to WAF before S3.CSecurity group allowing CloudFront IPs to S3 and associate WAF with CloudFront.DUse an Origin Access Identity (OAI) for S3 and enable WAF on the CloudFront distribution.
- FreePracticeQuiz.questionLabelContent DeliveryImprove global performance for uploading and downloading images on an S3-hosted site with minimal effort.AConfigure CloudFront for downloads and enable S3 Transfer Acceleration for uploads.BUse multi-region EC2 instances with Global Accelerator.CCloudFront for downloads and configure the app to upload via CloudFront with multi-region S3.DConfigure AWS Global Accelerator for the S3 bucket.
- FreePracticeQuiz.questionLabelSecurity ManagementProtect REST APIs (API Gateway) in multiple regions and accounts from SQL injection and XSS with minimal administrative effort.ASet up AWS WAF in both regions and associate regional ACLs with stages.BSet up AWS Firewall Manager in both regions to centrally configure WAF rules.CSet up AWS Shield in both regions.DSet up AWS Shield in one region.
- FreePracticeQuiz.questionLabelContent DeliveryImprove performance of both real-time and on-demand video streaming for a global audience.AAmazon CloudFront.BAWS Global Accelerator.CAmazon Route 53.DAmazon S3 Transfer Acceleration.
- FreePracticeQuiz.questionLabelCost OptimizationMost cost-effective purchasing options for: EC2 (sporadic, interruptible), Fargate (predictable), and Lambda (predictable).AUse spot instances for the data ingestion layer (EC2).BUse on-demand instances for the ingestion layer.CPurchase a one-year Compute Savings Plan for Fargate and Lambda.DPurchase one-year reserved instances for the ingestion layer.EPurchase a one-year EC2 Instance Savings Plan for Fargate and Lambda.
- FreePracticeQuiz.questionLabelMessagingEnsure all notifications in an SNS -> Lambda workflow are eventually processed despite network failures.ADeploy Lambda across multiple availability zones.BIncrease Lambda CPU and memory.CIncrease SNS retry attempts and wait time.DConfigure an SQS queue as an on-failure destination for Lambda.
- FreePracticeQuiz.questionLabelMigrationSteps for a "lift and shift" migration of on-premises VMs to AWS.AUse AWS SCT.BUse AWS Application Migration Service (MGN) and install the replication agent.CComplete initial replication and launch test instances.DStop operations on VMs and launch a cutover instance.EUse AWS App2Container (A2C).FUse AWS DMS.
- FreePracticeQuiz.questionLabelGovernanceScalable and centralized way to limit access to specific services/actions for all accounts in an organization.ACreate an ACL.BCreate a security group.CCreate cross-account roles in each account.DCreate a Service Control Policy (SCP) in the root organizational unit.
- FreePracticeQuiz.questionLabelStorage OptimizationRetain 10 TB of logs monthly for 10 years. Logs are frequent for 1 month, then rare. Most cost-effective storage.AS3, then use AWS Backup to move logs to Glacier Deep Archive after 1 month.BS3, then use S3 life cycle policies to move logs to Glacier Deep Archive after 1 month.CCloudWatch Logs, then use AWS Backup.DCloudWatch Logs, then use S3 life cycle policies.
- FreePracticeQuiz.questionLabelNetworkingEnsure network traffic for file transfers between EC2 and S3 takes a private route.ACreate a NAT gateway.BRestrict the EC2 security group to the S3 prefix list.CMove EC2 to private subnets and create a VPC endpoint for S3.DRemove the internet gateway and use Direct Connect.
- FreePracticeQuiz.questionLabelSecurityReduce the risk of DDoS attacks against a public web application using an ALB.AAdd an Amazon Inspector agent to the ALB.BConfigure Amazon Macie.CEnable AWS Shield Advanced.DConfigure Amazon GuardDuty.
- FreePracticeQuiz.questionLabelHigh AvailabilityRedesign an architecture (RabbitMQ, App, PostgreSQL) running on single-AZ EC2 for highest availability with least overhead.ARabbitMQ on Amazon MQ (active/standby), Multi-AZ ASG for the app, and Multi-AZ ASG for PostgreSQL on EC2.BRabbitMQ on Amazon MQ (active/standby), Multi-AZ ASG for the app, and Multi-AZ RDS for PostgreSQL.CMulti-AZ ASG for RabbitMQ on EC2, Multi-AZ ASG for the app, and Multi-AZ RDS.DMulti-AZ ASGs for all three components on EC2.
- FreePracticeQuiz.questionLabelData TransferAggregate 500 GB of daily data from global sites into one S3 bucket as quickly as possible with low complexity.ATurn on S3 Transfer Acceleration and use multi-part uploads.BUpload to the closest regional S3 bucket and use Cross-Region Replication.CUse daily AWS Snowball Edge jobs.DUpload to a regional EC2 instance, use EBS snapshots, and copy them.
- FreePracticeQuiz.questionLabelContainers and DatabasesImprove a containerized web app + PostgreSQL infrastructure to reduce overhead from maintenance and capacity planning.AMigrate the PostgreSQL database to Amazon Aurora.BMigrate the app to EC2 instances.CSet up CloudFront for content.DSet up ElastiCache.EMigrate the app to AWS Fargate with Amazon ECS.
- FreePracticeQuiz.questionLabelEncryptionStore confidential data in S3 with encryption at rest, auditing (logged key usage), and annual rotation (most efficient).ASSE-C.BSSE-S3.CSSE-KMS with manual rotation.DSSE-KMS with automatic rotation.
- FreePracticeQuiz.questionLabelAWS Database Migration Service (DMS)A company is migrating its on-premises PostgreSQL database to Amazon Aurora PostgreSQL. The on-premises database must remain online and accessible during the migration. The Aurora database must remain synchronized with the on-premises database. Which combination of actions must a solutions architect take?ACreate an ongoing replication task.BCreate a database backup of the on-premises database.CCreate an AWS Database Migration Service (AWS DMS) replication server.DConvert the database schema by using the AWS Schema Conversion Tool (AWS SCT).ECreate an Amazon EventBridge rule to monitor the database synchronization.
- FreePracticeQuiz.questionLabelEC2 Spot InstancesA company runs a stateless web application in production on Amazon EC2 on-demand instances behind an ALB. Usage is heavy for 8 hours a day, moderate and steady overnight, and low on weekends. How can they minimize EC2 costs without affecting availability?AUse spot instances for the entire workload.BUse reserved instances for the baseline level of usage; use spot instances for any additional capacity.CUse on-demand instances for the baseline level; use spot instances for additional capacity.DUse dedicated instances for the baseline; use on-demand instances for additional capacity.
- FreePracticeQuiz.questionLabelAmazon RDS EncryptionA company runs an OLTP workload on an unencrypted Amazon RDS DB instance. Daily snapshots are taken. How can a solutions architect ensure the database and snapshots are always encrypted moving forward?AEncrypt a copy of the latest DB snapshot; replace the existing DB instance by restoring the encrypted snapshot.BCreate a new encrypted Amazon EBS volume and copy snapshots to it.CCopy snapshots and enable encryption using AWS KMS; restore to an existing DB instance.DCopy snapshots to an S3 bucket encrypted with SSE-KMS.
- FreePracticeQuiz.questionLabelAmazon S3 LifecycleRingtones are stored in S3 Standard and are at least 128 KB. Downloads are frequent for the first 90 days and infrequent thereafter. What is the most cost-effective way to manage this?AConfigure S3 Standard-IA for the initial storage tier.BMove files to S3 Intelligent-Tiering to move objects after 90 days.CConfigure S3 Inventory to move objects to S3 Standard-IA after 90 days.DImplement an S3 lifecycle policy that moves objects from S3 Standard to S3 Standard-IA after 90 days.
- FreePracticeQuiz.questionLabelEC2 Spot InstancesA highly dynamic batch processing job is stateless, can be interrupted with no impact, and takes over 60 minutes. What is the most cost-effective EC2 option?AImplement EC2 spot instances.BPurchase EC2 reserved instances.CImplement EC2 on-demand instances.DImplement the processing on AWS Lambda.
Ready for the full SAA-C03-NEW exam?
Get all 497+ Questions, timed simulation, and weak-area analytics. Plans from $2.99 — credits never expire.
Frequently Asked Questions
Are these real SAA-C03-NEW practice questions?+
Is the SAA-C03-NEW exam hard?+
How many questions are on the real SAA-C03-NEW exam?+
Do I need to sign up to use these questions?+
Keep studying
Pass SAA-C03-NEW on your first try
Join candidates using DummyExams to practice with realistic timed exams, detailed explanations, and weak-area analytics.
Start full SAA-C03-NEW practice exam