SAP-C02 第 404 题
题目
A company has mounted sensors to collect information about environmental parameters such as humidity and light throughout all the company's factories. The company needs to stream and analyze the data in the AWS Cloud in real time. If any of the parameters fall out of acceptable ranges, the factory operations team must receive a notification immediately. Which solution will meet these requirements?
中文翻译:
一家公司安装了传感器来收集该公司所有工厂的环境参数信息,例如湿度和光线。该公司需要实时流式传输和分析 AWS 云中的数据。如果任何参数超出可接受的范围,工厂运营团队必须立即收到通知。哪种解决方案可以满足这些要求?
选项
A. Stream the data to an Amazon Kinesis Data Firehose delivery stream. Use AWS Step Functions to consume and analyze the data in the Kinesis Data Firehose delivery stream. Use Amazon Simple Notification Service (Amazon SNS) to notify the operations team.
中文翻译:
将数据流式传输到 Amazon Kinesis Data Firehose 传输流。使用 AWS Step Functions 使用和分析 Kinesis Data Firehose 传输流中的数据。使用 Amazon Simple Notification Service (Amazon SNS) 通知运营团队。
B. Stream the data to an Amazon Managed Streaming for Apache Kafka (Amazon MSK) cluster. Set up a trigger in Amazon MSK to invoke an AWS Fargate task to analyze the data. Use Amazon Simple Email Service (Amazon SES) to notify the operations team.
中文翻译:
将数据流式传输到 Amazon Managed Streaming for Apache Kafka (Amazon MSK) 集群。在 Amazon MSK 中设置触发器以调用 AWS Fargate 任务来分析数据。使用 Amazon Simple Email Service (Amazon SES) 通知运营团队。
C. Stream the data to an Amazon Kinesis data stream. Create an AWS Lambda function to consume the Kinesis data stream and to analyze the data. Use Amazon Simple Notification Service (Amazon SNS) to notify the operations team.
中文翻译:
将数据流式传输到 Amazon Kinesis 数据流。创建一个 AWS Lambda 函数来使用 Kinesis 数据流并分析数据。使用 Amazon Simple Notification Service (Amazon SNS) 通知运营团队。
D. Stream the data to an Amazon Kinesis Data Analytics application. Use an automatically scaled and containerized service in Amazon Elastic Container Service (Amazon ECS) to consume and analyze the data. Use Amazon Simple Email Service (Amazon SES) to notify the operations team.
中文翻译:
将数据流式传输到 Amazon Kinesis Data Analytics 应用程序。使用 Amazon Elastic Container Service (Amazon ECS) 中自动扩展和容器化的服务来使用和分析数据。使用 Amazon Simple Email Service (Amazon SES) 通知运营团队。
答案
C
解析
正确答案:C 解析: 本题应选择 C。 正确选项: C. 将数据流式传输到 Amazon Kinesis 数据流。创建一个 AWS Lambda 函数来使用 Kinesis 数据流并分析数据。使用 Amazon Simple Notification Service (Amazon SNS) 通知运营团队。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销...