SAA-C03 Design High-Performing Architectures • Set 10
SAA-C03 Design High-Performing Architectures Practice Test 10 — 15 questions with explanations. Free, no signup.
Based on the exhibit, an application repeatedly reads the same DynamoDB items with extremely low latency requirements. The business can tolerate data that is a few seconds stale. Which architecture change best improves read performance?
DynamoDB access pattern report: - TableName: SessionState - Read pattern: GetItem on the same 500 keys during active sessions - Read frequency: 1.2 million reads/minute during peak periods - Cacheability: yes, stale data up to 5 seconds is acceptable CloudWatch metrics: - ConsumedReadCapacityUnits: 92% of provisioned limit - SuccessfulRequestLatency p95: 7.5 ms - ThrottledRequests: intermittent during peaks Application note: - Writes are comparatively rare and do not need multi-Region replication.