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

Your client has a set of batch processing workloads that run at consistent times every week for the same duration. These workloads are not time-sensitive and can be interrupted without causing major issues. The client wants to minimize the cost of running these workloads on AWS. Which compute solution would offer the most cost savings for this scenario?

  • Commit to a Compute Savings Plan that covers the compute usage expected for the batch processing.

  • Use Amazon EC2 Spot Instances for running the batch processing workloads.

  • Reserve capacity by purchasing Reserved Instances for the batch processing workloads.

  • Run the workloads on On-Demand Instances to maintain flexibility without making a long-term commitment.

Question 2 of 15

Your company is looking to store large sets of infrequently accessed data for long-term preservation. Which AWS service should they use to optimize costs while ensuring the data remains available when needed?

  • Amazon EFS

  • Amazon EBS

  • Amazon S3 Standard

  • Amazon Glacier

Question 3 of 15

A financial institution utilizes a key management service to enhance the security of its data-at-rest within cloud storage services. They aim to adhere to a stringent security protocol that requires the automatic renewal of encryption materials. Which approach can the institution implement to fulfill this requirement without altering the existing key identifiers or metadata?

  • Creating a new key manually every five years while disabling the old one.

  • Establishing a manual process where the keys are only updated in response to a security incident.

  • Enabling automatic renewal for the encryption keys through the service's management console or API.

  • Delegating the renewal process until the key reaches its designated expiration period.

Question 4 of 15

A company needs to store data that is infrequently accessed but requires millisecond retrieval when needed. The data must be stored cost-effectively. Which Amazon S3 storage class should the company use?

  • Amazon S3 Standard-Infrequent Access.

  • Amazon S3 Glacier Instant Retrieval.

  • Amazon S3 Standard.

  • Amazon S3 Glacier Deep Archive.

Question 5 of 15

Auto Scaling policies that rely solely on CPU utilization metrics are sufficient for all workloads when designing a horizontal scaling strategy.

  • Correct

  • Incorrect

Question 6 of 15

Your client's online retail system is being redesigned to enhance scalability and ensure that the inventory tracking component can sequentially process transactions as they occur. To prevent any loss or misordering of transaction data, which service should be implemented?

  • Use a managed message queuing service with FIFO capabilities

  • Implement a publish/subscribe service for event notifications

  • Deploy a serverless function with an event processing trigger

  • Utilize a workflow orchestration service to manage the application's tasks

Question 7 of 15

An application needs to send notifications to multiple downstream systems simultaneously when an event occurs. Which service is best suited for this requirement?

  • AWS Step Functions.

  • Amazon SQS.

  • Amazon Kinesis Data Streams.

  • Amazon SNS.

Question 8 of 15

An organization is looking to migrate sensitive financial records to Amazon S3 for storage and regulatory compliance purposes. The Chief Security Officer (CSO) wants to ensure that the data is encrypted at rest using a managed service that allows control over the encryption keys and their rotation. Which service should be used to encrypt the data at rest while allowing the organization full control over the encryption keys and their rotation schedules?

  • Amazon S3 with AWS Certificate Manager (ACM)

  • Amazon S3 with AWS CloudHSM

  • Amazon S3 with Amazon Macie

  • Amazon S3 with AWS Key Management Service (KMS)

Question 9 of 15

An emerging fintech startup requires a database solution for processing and storing large volumes of financial transaction records. Transactions must be quickly retrievable based on the transaction ID, and new records are ingested at a high velocity throughout the day. Consistency is important immediately after transaction write. The startup is looking to minimize costs while ensuring the database can scale to meet growing demand. Which AWS database service should the startup utilize?

  • Amazon DocumentDB

  • Amazon RDS with Provisioned IOPS

  • Amazon Neptune

  • Amazon DynamoDB with on-demand capacity

Question 10 of 15

A company has a legacy application that generates large log files which are periodically analyzed for troubleshooting and performance tuning. The application is running on an EC2 instance and the analysis tool can only access files over NFS. The company wants a scalable and durable storage solution that can be accessed concurrently from multiple EC2 instances in the same Availability Zone. Which storage solution should the company implement?

  • Amazon Elastic File System (Amazon EFS)

  • Amazon Elastic Block Store (Amazon EBS)

  • Amazon FSx for Windows File Server

  • Amazon Simple Storage Service (Amazon S3)

Question 11 of 15

A healthcare organization needs to establish a reliable and secure network connection between its on-premises data center and its cloud environment to support real-time data processing with minimal latency. Which service should the organization utilize to achieve this?

  • A dedicated, private network connection service offered by the cloud provider

  • A global DNS service to route traffic efficiently

  • A site-to-site encrypted virtual network connection over the public internet

  • A content delivery network service to cache data closer to users

Question 12 of 15

A financial institution requires an archiving solution for critical data stored on local file servers. The data must be accessible with minimal delay when requested by on-premises users, yet older, less frequently accessed files should be economically archived in the cloud. However, after a specific period of inactivity, these older files should be transitioned to a less expensive storage class. Which solution should the architect recommend to meet these needs in a cost-efficient manner?

  • File gateway mode of a certain hybrid storage service

  • An online data transfer service

  • A fully managed file storage service for Windows files

  • A managed file transfer service

Question 13 of 15

An emergent FinTech startup is developing a mobile banking application which anticipates sporadic and significant usage peaks, primarily during monthly payroll periods. They need to implement a feature that processes various customer transactions and runs complex computations on demand. The startup aims to maintain infrastructure management to a minimum while ensuring costs remain aligned with their actual consumption levels. Which option is the MOST suitable for the dynamic transaction processing component of their application?

  • Utilize AWS Lambda functions triggered by the application, ensuring on-demand scaling and billing for compute time without server management.

  • Deploy the computational logic to a managed Kubernetes service using Amazon EKS, leveraging Kubernetes Horizontal Pod Autoscaler to scale based on demand.

  • Use AWS Batch to manage transaction processing jobs, taking advantage of its ability to efficiently run batch computing workloads across a full EC2 instance fleet.

  • Implement a server fleet using Amazon EC2 with Scheduled Scaling to handle expected peak periods based on predictable payroll cycles.

  • Configure an Amazon SQS queue to decouple incoming transactions and process them using an Auto Scaling group of EC2 instances based on queue length.

Question 14 of 15

A company is deploying a web application that will experience unpredictable, spikey traffic, which may see sudden surges during marketing events. The application must automatically adjust its compute capacity to maintain performance. Which of the following solutions will BEST meet these requirements?

  • Deploy the application on a fixed-size group of Amazon EC2 instances sized for peak load

  • Implement an Amazon EC2 Auto Scaling group with a target tracking scaling policy

  • Provision a single, large EC2 instance optimized for high compute power to handle the unexpected traffic

  • Use an Application Load Balancer without Auto Scaling to distribute traffic evenly to EC2 instances

Question 15 of 15

A financial team at a growing company needs to generate predictive spend reports for new applications set to launch the next quarter while also keeping an eye on ongoing services. Which service within the cloud provider platform should be utilized by the Solutions Architect to fulfill this requirement for cost forecast reporting?

  • AWS Cost Explorer

  • AWS Billing Dashboard

  • Detailed Billing Report

  • Trusted Advisor