00:15:00

Free AWS Certified Solutions Architect Associate SAA-C03 Practice Test

Prepare for the AWS Certified Solutions Architect Associate SAA-C03 exam with this free practice test. Randomly generated and customizable, this test allows you to choose the number of questions.

  • Questions: 15
  • Time: 15 minutes (60 seconds per question)
  • Included Objectives:
    • Design Secure Architectures
    • Design Resilient Architectures
    • Design High-Performing Architectures
    • Design Cost-Optimized Architectures
Question 1 of 15

A company requires a solution to run computation-heavy tasks which are not urgent and can be interrupted without significant consequences. The key consideration is to minimize costs while maintaining the flexibility to handle unexpected increases in the workload. Which instance purchasing option should be recommended for this scenario?

  • Computing Savings Plans

  • Reserved Instances

  • On-Demand Instances

  • Spot Instances

Question 2 of 15

Using AWS Identity and Access Management (IAM) roles is more secure for EC2 instances to access AWS services than storing static IAM user credentials on the instance.

  • This statement is true.

  • This statement is false.

Question 3 of 15

Which service should be utilized for handling the provisioning, management, and deployment of public and private Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificates for an application's secure communications?

  • Identity Center

  • Certificate Manager

  • Secrets Manager

  • Key Management Service

Question 4 of 15

A company has a workload on Amazon EC2 that exhibits variable usage patterns due to occasional marketing campaigns which lead to unpredictable bursts of traffic. Their current setup uses a fixed number of instances which often results in either over-provisioning or inability to serve peak traffic. What strategy should the Solutions Architect adopt to optimize for cost without sacrificing performance?

  • Increase the use of Spot Instances to benefit from cost savings during off-peak times.

  • Implement EC2 Auto Scaling with dynamic scaling policies to automatically adjust the number of instances in response to traffic demands.

  • Predominantly utilize Reserved Instances to ensure capacity and reduce costs.

  • Use a fixed number of On-demand Instances to simplify management.

Question 5 of 15

A company wants to store old project archives that are infrequently accessed and may be retrieved only in case of legal issues. Which Amazon S3 storage class is the most cost-effective solution for this use case?

  • Amazon S3 Glacier

  • Amazon S3 Intelligent-Tiering

  • Amazon S3 One Zone-Infrequent Access

  • Amazon S3 Standard

Question 6 of 15

A company needs to convert large volumes of raw data, coming in different formats such as CSV, JSON, and XML, into a homogenous form suitable for analytical query processing in their cloud-based data warehouse. The solution must be serverless to handle fluctuating workloads, scale on-demand, and eliminate the overhead of infrastructure management. Which service should the company implement to automate the data conversion process while ensuring scalability and cost-efficiency?

  • AWS Batch with Docker containers

  • Amazon Simple Storage Service (Amazon S3) with custom processing functions

  • AWS Glue

  • Amazon EC2 with a batch processing software

Question 7 of 15

Which service feature should you use to manage a large number of concurrent database connections that often experience unpredictable spikes in connection requests, while ensuring minimal changes to the existing applications?

  • Elastic Load Balancing

  • Amazon ElastiCache

  • Amazon RDS Proxy

  • AWS Direct Connect

Question 8 of 15

A company engaged in trading activities requires a solution to buffer a substantial number of incoming transaction orders. These transactions can be processed with minor delays and do not necessitate immediate consistency. Which service should the architect incorporate to efficiently manage the queuing of these messages?

  • AWS Transfer

  • Amazon Relational Database Service

  • Secrets Manager

  • Amazon Simple Queue Service

Question 9 of 15

Which service is most suitable for real-time analysis of data that is continuously generated by an application's user activity, such as clicks, navigational paths, and interactions?

  • AWS DataSync

  • AWS Glue

  • Amazon Kinesis

  • Amazon Athena

Question 10 of 15

An application generates log files that require immediate analysis upon creation but will be accessed infrequently after the first 30 days. After 90 days, these logs are accessed only for compliance reasons. Which Amazon S3 storage class should the logs initially be stored in to optimize costs based on the given access patterns?

  • Amazon S3 Glacier Deep Archive

  • Amazon S3 Standard-Infrequent Access (S3 Standard-IA)

  • Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA)

  • Amazon S3 Glacier

Question 11 of 15

You need to migrate your company's on-premises relational database to AWS to improve scalability and availability while controlling costs. The on-premises database is currently experiencing variable loads and would benefit from an AWS service that adjusts its compute capacity based on the incoming load and does not require heavy database administration overhead. Which database service should you choose to optimize for cost and manageability?

  • Amazon Aurora Serverless

  • Amazon DynamoDB with auto-scaling enabled

  • Amazon RDS with Reserved Instances

  • Amazon Redshift

Question 12 of 15

Your company is deploying a web application on AWS. The application requires a web server in a public subnet to be accessible from the internet and a database server that should only be accessible from the web server. Which of the following strategies provides appropriate network segmentation for the database server?

  • Place the database server in a private subnet with a security group that only allows traffic from the web server's security group.

  • Place the database server in a public subnet and restrict access by only allowing traffic on the database port from the web server's Elastic IP address.

  • Implement a network ACL for the VPC that allows traffic from the web server to the database on the required port and denies all other inbound traffic.

  • Deploy the database server in the same public subnet as the web server to ensure connectivity.

Question 13 of 15

A company developing a mobile application wishes to process image uploads by users to provide real-time feedback on image quality. The application experiences unpredictable spikes in use, typically during events and social campaigns, leading to highly variable demand on the backend image processing system. Which service should be used to handle the image processing in the most cost-effective and scalable way?

  • AWS Fargate to run the containerized image processing application without managing underlying servers

  • Amazon EC2 Autoscaling group to scale image processing servers based on demand

  • AWS Lambda for triggering image processing functions in response to upload events

  • AWS Batch to manage image processing jobs in the cloud

Question 14 of 15

A company has deployed an application across multiple Availability Zones in a standby environment that heavily relies on Amazon DynamoDB. The application has a sudden increase in traffic and starts to experience throttling. The Solutions Architect needs to ensure that the application can handle future unexpected spikes in traffic without being throttled. What should the Solutions Architect do to prevent DynamoDB throttling and maintain the application’s performance?

  • Increase the provisioned read/write capacity units for the DynamoDB table to handle higher levels of traffic without throttling.

  • Apply an exponential backoff algorithm in the application logic to handle throttling events as they happen.

  • Implement a monitoring solution using Amazon CloudWatch to track the throttling events.

  • Request a service quota increase for DynamoDB in the AWS Management Console.

Question 15 of 15

Your application is primarily involved in web serving and content management, experiencing variable traffic throughout the day with occasional spikes. Keeping cost optimization in mind, which EC2 instance family is best suited for this workload?

  • General Purpose

  • Compute Optimized

  • Accelerated Computing

  • Memory Optimized