Member-only story

Skyz Walker
4 min readMay 18, 2023

--

The Most Important AWS Solutions Architect Associate (SAA-C03) Exam Questions You Need to Know

I recently took the SAA003 exam and found it to be a challenging but rewarding experience. While studying for the exam, I focused on several key concepts that helped me to better understand the material and prepare for the questions. In this post, I’ll share some of the concepts that I found most helpful in a quiz format.

1. A company owns an asynchronous API that is used to ingest user requests and, based on the request type, dispatch requests to the appropriate microservice for processing. The company is using Amazon API Gateway to deploy the API front end, and an AWS Lambda function that invokes Amazon DynamoDB to store user requests before dispatching them to the processing microservices. The company provisioned as much DynamoDB throughput as its budget allows, but the company is still experiencing availability issues and is losing user requests.

What should a solutions architect do to address this issue without impacting existing users?

a) Add throttling on the API Gateway with server-side throttling limits.

b) Use DynamoDB Accelerator (DAX) and Lambda to buffer writes to DynamoDB.

c) Create a secondary index in DynamoDB for the table with the user requests.

d) Use the Amazon Simple Queue Service (Amazon SQS) queue and Lambda to buffer writes to DynamoDB.
2. You are designing a highly available and scalable web application on AWS. The application uses a relational database and requires low-latency access to data. Which AWS service should you use?

a) Amazon RDS (Relational…

--

--

Skyz Walker
Skyz Walker

Written by Skyz Walker

I am a passionate and dedicated Web & CloudEng with a strong focus on both frontend and backend technologies. I specialize in creating stylish, modern websites.

Responses (1)

Write a response