SAP-C02 学习助手

SAP-C02 第 220 题

RDS Kinesis Config

题目

A company has IoT sensors that monitor traffic patterns throughout a large city. The company wants to read and collect data from the sensors and perform aggregations on the data. A solutions architect designs a solution in which the IoT devices are streaming to Amazon Kinesis Data Streams. Several applications are reading from the stream. However, several consumers are experiencing throttling and are periodically encountering a ReadProvisionedThroughputExceeded error. Which actions should the solutions architect take to resolve this issue? (Choose three.)

中文翻译:
一家公司拥有物联网传感器,可以监控整个大城市的交通模式。该公司希望从传感器读取和收集数据并对数据进行聚合。解决方案架构师设计了一个解决方案,其中 IoT 设备流式传输到 Amazon Kinesis Data Streams。多个应用程序正在从流中读取数据。但是,一些使用者遇到了限制,并且定期遇到 ReadProvisionedThroughputExceeded 错误。解决方案架构师应采取哪些措施来解决此问题? (选择三项。)

选项

A. Reshard the stream to increase the number of shards in the stream.

中文翻译:
对流进行重新分片以增加流中的分片数量。

B. Use the Kinesis Producer Library (KPL). Adjust the polling frequency.

中文翻译:
使用 Kinesis Producer 库 (KPL)。调整轮询频率。

C. Use consumers with the enhanced fan-out feature.

中文翻译:
使用具有增强扇出功能的消费者。

D. Reshard the stream to reduce the number of shards in the stream.

中文翻译:
对流进行重新分片以减少流中的分片数量。

E. Use an error retry and exponential backoff mechanism in the consumer logic.

中文翻译:
在消费者逻辑中使用错误重试和指数退避机制。

F. Configure the stream to use dynamic partitioning.

中文翻译:
配置流以使用动态分区。

答案

ACE

解析

正确答案:ACE 解析: 本题应选择 ACE。 正确选项: A. 对流进行重新分片以增加流中的分片数量。 C. 使用具有增强扇出功能的消费者。 E. 在消费者逻辑中使用错误重试和指数退避机制。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:RDS、Kinesis、Co...

登录后查看完整解析