SAP-C02 学习助手

SAP-C02 第 239 题

API Gateway Lambda S3 RDS Redshift Kinesis SQS

题目

A company is developing a gene reporting device that will collect genomic information to assist researchers with collecting large samples of data from a diverse population. The device will push 8 KB of genomic data every second to a data platform that will need to process and analyze the data and provide information back to researchers. The data platform must meet the following requirements: • Provide near-real-time analytics of the inbound genomic data • Ensure the data is flexible, parallel, and durable • Deliver results of processing to a data warehouse Which strategy should a solutions architect use to meet these requirements?

中文翻译:
一家公司正在开发一种基因报告设备,该设备将收集基因组信息,以帮助研究人员从不同人群中收集大量数据样本。该设备每秒将 8 KB 的基因组数据推送到需要处理和分析数据并向研究人员提供信息的数据平台。数据平台必须满足以下要求: • 提供入站基因组数据的近实时分析 • 确保数据灵活、并行和持久 • 将处理结果交付到数据仓库 解决方案架构师应使用哪种策略来满足这些要求?

选项

A. Use Amazon Kinesis Data Firehose to collect the inbound sensor data, analyze the data with Kinesis clients, and save the results to an Amazon RDS instance.

中文翻译:
使用 Amazon Kinesis Data Firehose 收集入站传感器数据,使用 Kinesis 客户端分析数据,并将结果保存到 Amazon RDS 实例。

B. Use Amazon Kinesis Data Streams to collect the inbound sensor data, analyze the data with Kinesis clients, and save the results to an Amazon Redshift cluster using Amazon EMR.

中文翻译:
使用 Amazon Kinesis Data Streams 收集入站传感器数据,使用 Kinesis 客户端分析数据,并使用 Amazon EMR 将结果保存到 Amazon Redshift 集群。

C. Use Amazon S3 to collect the inbound device data, analyze the data from Amazon SQS with Kinesis, and save the results to an Amazon Redshift cluster.

中文翻译:
使用 Amazon S3 收集入站设备数据,通过 Kinesis 分析来自 Amazon SQS 的数据,并将结果保存到 Amazon Redshift 集群。

D. Use an Amazon API Gateway to put requests into an Amazon SQS queue, analyze the data with an AWS Lambda function, and save the results to an Amazon Redshift cluster using Amazon EMR.

中文翻译:
使用 Amazon API Gateway 将请求放入 Amazon SQS 队列,使用 AWS Lambda 函数分析数据,并使用 Amazon EMR 将结果保存到 Amazon Redshift 集群。

答案

B

解析

正确答案:B 解析: 本题应选择 B。 正确选项: B. 使用 Amazon Kinesis Data Streams 收集入站传感器数据,使用 Kinesis 客户端分析数据,并使用 Amazon EMR 将结果保存到 Amazon Redshift 集群。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/R...

登录后查看完整解析