SAP-C02 第 323 题
题目
A company processes environmental data. The company has set up sensors to provide a continuous stream of data from different areas in a city. The data is available in JSON format. The company wants to use an AWS solution to send the data to a database that does not require fixed schemas for storage. The data must be sent in real time. Which solution will meet these requirements?
中文翻译:
一家公司处理环境数据。该公司设置了传感器来提供来自城市不同区域的连续数据流。数据以 JSON 格式提供。该公司希望使用 AWS 解决方案将数据发送到不需要固定架构存储的数据库。数据必须实时发送。哪种解决方案可以满足这些要求?
选项
A. Use Amazon Kinesis Data Firehose to send the data to Amazon Redshift.
中文翻译:
使用 Amazon Kinesis Data Firehose 将数据发送到 Amazon Redshift。
B. Use Amazon Kinesis Data Streams to send the data to Amazon DynamoDB.
中文翻译:
使用 Amazon Kinesis Data Streams 将数据发送到 Amazon DynamoDB。
C. Use Amazon Managed Streaming for Apache Kafka (Amazon MSK) to send the data to Amazon Aurora.
中文翻译:
使用 Amazon Managed Streaming for Apache Kafka (Amazon MSK) 将数据发送到 Amazon Aurora。
D. Use Amazon Kinesis Data Firehose to send the data to Amazon Keyspaces (for Apache Cassandra).
中文翻译:
使用 Amazon Kinesis Data Firehose 将数据发送到 Amazon Keyspaces(适用于 Apache Cassandra)。
答案
B
解析
正确答案:B 解析: 本题应选择 B。 正确选项: B. 使用 Amazon Kinesis Data Streams 将数据发送到 Amazon DynamoDB。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:DynamoDB、Aurora、Redshift、Ki...