SAP-C02 第 305 题
题目
A data analytics company has an Amazon Redshift cluster that consists of several reserved nodes. The cluster is experiencing unexpected bursts of usage because a team of employees is compiling a deep audit analysis report. The queries to generate the report are complex read queries and are CPU intensive. Business requirements dictate that the cluster must be able to service read and write queries at all times. A solutions architect must devise a solution that accommodates the bursts of usage. Which solution meets these requirements MOST cost-effectively?
中文翻译:
一家数据分析公司拥有一个由多个保留节点组成的 Amazon Redshift 集群。由于员工团队正在编写深入的审计分析报告,因此集群正在经历意外的使用激增。生成报告的查询是复杂的读取查询,并且是 CPU 密集型的。业务需求决定集群必须能够始终为读写查询提供服务。解决方案架构师必须设计一种能够适应突发使用的解决方案。哪种解决方案最经济高效地满足这些要求?
选项
A. Provision an Amazon EMR cluster Offload the complex data processing tasks.
中文翻译:
配置 Amazon EMR 集群 减轻复杂的数据处理任务。
B. Deploy an AWS Lambda function to add capacity to the Amazon Redshift cluster by using a classic resize operation when the cluster’s CPU metrics in Amazon CloudWatch reach 80%.
中文翻译:
当 Amazon CloudWatch 中集群的 CPU 指标达到 80% 时,部署 AWS Lambda 函数以使用经典的调整大小操作为 Amazon Redshift 集群添加容量。
C. Deploy an AWS Lambda function to add capacity to the Amazon Redshift cluster by using an elastic resize operation when the cluster’s CPU metrics in Amazon CloudWatch reach 80%.
中文翻译:
当 Amazon CloudWatch 中集群的 CPU 指标达到 80% 时,部署 AWS Lambda 函数以使用弹性调整大小操作为 Amazon Redshift 集群添加容量。
D. Turn on the Concurrency Scaling feature for the Amazon Redshift cluster.
中文翻译:
打开 Amazon Redshift 集群的并发扩展功能。
答案
D
解析
正确答案:D 解析: 本题应选择 D。 正确选项: D. 打开 Amazon Redshift 集群的并发扩展功能。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:Lambda、Redshift、CloudWatch。 排除思路: A、B、C 通常会在协议或服务适配、...