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-90 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

A company is deploying an application that requires compliant data storage, the redundancy of multiple data centers, and low-latency access for users situated in Europe. To accomplish this in a cost-optimized manner, they need to select an appropriate AWS Region. Which of the following options aligns best with these requirements?

  • Deploy the application in a single Availability Zone in the Frankfurt region to lower costs.

  • Deploy the application in two separate regions: the Ireland region and the London region to ensure redundancy.

  • Deploy the application across three Availability Zones in the Frankfurt region.

  • Deploy the application across Availability Zones in both the Frankfurt region and the Northern Virginia region to reduce latency for global access.

Question 2 of 15

Your organization needs a strategy that allows software engineers to manage AWS resources in an isolated development environment without creating individual user accounts in this environment. What is the most secure and maintainable way to achieve this, adhering to AWS best practices?

  • Distribute individual access credentials for the isolated development environment to each software engineer.

  • Create a role within the development environment with the required permissions that can be assumed by engineers from their originally authenticated accounts.

  • Prohibit all direct management of resources within the isolated development environment to maintain strict security.

  • Configure a shared service account that all software engineers use to manage resources in the development environment.

Question 3 of 15

A company requires minimal data loss and rapid recovery of its critical systems in the event of a disaster, but they operate with a limited budget for DR. Which of the following disaster recovery strategies would be most appropriate for this company's needs?

  • Pilot Light

  • Active-Active Failover

  • Backup and Restore

  • Warm Standby

Question 4 of 15

Which service should be utilized to manage user sign-up and sign-in functionalities, along with federated authentication, for a mobile application that requires integration with social login providers?

  • Amazon GuardDuty

  • AWS Control Tower

  • AWS Identity and Access Management (IAM)

  • Amazon Cognito

Question 5 of 15

Which Amazon S3 storage class is optimized for data that is rarely accessed but requires long-term retention for regulatory compliance purposes?

  • Amazon S3 Intelligent-Tiering

  • Amazon S3 Glacier

  • Amazon S3 Standard

  • Amazon S3 One Zone-IA

Question 6 of 15

Which service is commonly utilized to manage policies governing who can use cryptographic keys for securing data stored on the cloud?

  • Identity and Access Management

  • Secrets Manager

  • Certificate Manager

  • Key Management Service

Question 7 of 15

A company's web application experiences unpredictable traffic, leading to underused instances during off-peak hours and performance degradation during traffic spikes. The application is hosted on EC2 instances and requires a solution that scales the compute resources effectively while minimizing cost. Which AWS service or feature should the solutions architect recommend to meet these requirements?

  • Purchase Reserved Instances to ensure capacity while reducing costs.

  • Utilize Spot Instances for cost savings during off-peak hours.

  • Implement EC2 Auto Scaling to automatically add or remove instances based on traffic demands.

  • Enable EC2 Hibernation for instances during off-peak traffic periods.

Question 8 of 15

Your client wishes to build a system where their web and mobile platforms can securely request information from a variety of upstream services. This system must support managing developer access, accommodate changes in the structure of requests, and offer mechanisms to limit the number of incoming requests per user. Which Amazon service should they implement to meet these requirements?

  • AWS Direct Connect

  • Amazon API Gateway

  • Amazon Simple Storage Service (S3)

  • Amazon Cognito

  • AWS Lambda

  • AWS Step Functions

Question 9 of 15

A company wants to deploy containerized applications using an open-source orchestration system they are familiar with. They require a managed cloud service that reduces operational overhead, ensures high availability across multiple Availability Zones (AZs), and is compatible with their existing workloads. Which managed service should they choose?

  • Deploy Kubernetes on EC2 instances.

  • AWS Fargate with Amazon ECS.

  • Amazon Elastic Container Service (ECS).

  • Amazon Elastic Kubernetes Service (EKS).

Question 10 of 15

A company is required to keep financial records readily available for immediate access for two years, after which time the records may be archived. Which feature should be implemented to automate the transition of the data to a more cost-effective storage service once the two-year period concludes?

  • Tape backup procedures with Storage Gateway

  • Automated Backup retention with RDS

  • Snapshot policies in EBS

  • Lifecycle policies in S3

Question 11 of 15

Your application is hosted on a fleet of EC2 instances that serve HTTP/HTTPS traffic. The application experiences sudden and unpredictable spikes in traffic that can overwhelm a single server. Which type of load balancer should you use to ensure high availability and elasticity while also enabling advanced request routing capabilities?

  • AWS Global Accelerator

  • Network Load Balancer

  • Application Load Balancer

  • Classic Load Balancer

Question 12 of 15

A data analytics company processes daily logs that amount to 400 GB per day. The logs need to be stored for 30 days for compliance purposes and must be readily accessible for querying and analysis. The processing and analysis are performed on Amazon EC2 instances. The company seeks a cost-effective storage solution that provides quick access and minimal management overhead. As a Solutions Architect, which storage solution would you recommend for storing the logs?

  • Store the logs in Amazon S3 Standard storage class with Lifecycle policy to either adjust storage class or delete them after 30 days.

  • Use an Amazon EFS file system to store the logs.

  • Set up an EBS Provisioned IOPS SSD (io2) volume for each EC2 instance to store the logs.

  • Attach multiple EBS General Purpose SSD (gp3) volumes to the EC2 instances for log storage.

Question 13 of 15

Which service is most appropriate for orchestrating and automating the transformation of data that is accumulated in a daily cycle?

  • Simple Storage Service (S3)

  • Athena

  • Kinesis

  • Glue

Question 14 of 15

Which AWS component acts as a virtual firewall for controlling traffic at the instance level within an Amazon VPC?

  • Route Table

  • Subnet CIDR

  • Security Group

  • Network Access Control List (NACL)

Question 15 of 15

By default, all inbound traffic is allowed on a newly created security group in a Virtual Private Cloud (VPC).

  • This statement is true.

  • This statement is false.