SAA-C03 Design High-Performing Architectures • Set 4
SAA-C03 Design High-Performing Architectures Practice Test 4 — 15 questions with explanations. Free, no signup.
Based on the exhibit, which design change is the best way to reduce the observed read latency for this DynamoDB-backed service?
DynamoDB metrics and access pattern: - Table mode: on-demand - ConsumedReadCapacityUnits: steady, no throttling overall - SuccessfulRequestLatency: p95 = 34 ms - Hot partition key detected: tenant#42 consumes 92% of read traffic during peak Application notes: - Requests repeatedly fetch the same dashboard items for up to 60 seconds - Reads are eventually consistent and the application can tolerate brief cache staleness - Writes are infrequent and do not dominate the workload