SAP-C02 学习助手

SAP-C02 第 257 题

Lambda DynamoDB S3 ElastiCache SQS

题目

A media storage application uploads user photos to Amazon S3 for processing by AWS Lambda functions. Application state is stored in Amazon DynamoDB tables. Users are reporting that some uploaded photos are not being processed properly. The application developers trace the logs and find that Lambda is experiencing photo processing issues when thousands of users upload photos simultaneously. The issues are the result of Lambda concurrency limits and the performance of DynamoDB when data is saved. Which combination of actions should a solutions architect take to increase the performance and reliability of the application? (Choose two.)

中文翻译:
媒体存储应用程序将用户照片上传到 Amazon S3 以供 AWS Lambda 函数处理。应用程序状态存储在 Amazon DynamoDB 表中。用户报告称,某些上传的照片未得到正确处理。应用程序开发人员跟踪日志发现,当数千个用户同时上传照片时,Lambda 遇到照片处理问题。这些问题是由于 Lambda 并发限制和保存数据时 DynamoDB 的性能造成的。解决方案架构师应该采取哪种操作组合来提高应用程序的性能和可靠性? (选择两个。)

选项

A. Evaluate and adjust the RCUs for the DynamoDB tables.

中文翻译:
评估和调整 DynamoDB 表的 RCU。

B. Evaluate and adjust the WCUs for the DynamoDB tables.

中文翻译:
评估和调整 DynamoDB 表的 WCU。

C. Add an Amazon ElastiCache layer to increase the performance of Lambda functions.

中文翻译:
添加 Amazon ElastiCache 层以提高 Lambda 函数的性能。

D. Add an Amazon Simple Queue Service (Amazon SQS) queue and reprocessing logic between Amazon S3 and the Lambda functions.

中文翻译:
在 Amazon S3 和 Lambda 函数之间添加 Amazon Simple Queue Service (Amazon SQS) 队列和重新处理逻辑。

E. Use S3 Transfer Acceleration to provide lower latency to users.

中文翻译:
使用 S3 传输加速为用户提供更低的延迟。

答案

BD

解析

正确答案:BD 解析: 本题应选择 BD。 正确选项: B. 评估和调整 DynamoDB 表的 WCU。 D. 在 Amazon S3 和 Lambda 函数之间添加 Amazon Simple Queue Service (Amazon SQS) 队列和重新处理逻辑。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性...

登录后查看完整解析