SAP-C02 第 150 题
题目
A company has a latency-sensitive trading platform that uses Amazon DynamoDB as a storage backend. The company configured the DynamoDB table to use on-demand capacity mode. A solutions architect needs to design a solution to improve the performance of the trading platform. The new solution must ensure high availability for the trading platform. Which solution will meet these requirements with the LEAST latency?
中文翻译:
一家公司拥有一个对延迟敏感的交易平台,该平台使用 Amazon DynamoDB 作为存储后端。该公司将 DynamoDB 表配置为使用按需容量模式。解决方案架构师需要设计一个解决方案来提高交易平台的性能。新的解决方案必须确保交易平台的高可用性。哪种解决方案能够以最少的延迟满足这些要求?
选项
A. Create a two-node DynamoDB Accelerator (DAX) cluster. Configure an application to read and write data by using DAX.
中文翻译:
创建一个两节点 DynamoDB Accelerator (DAX) 集群。配置应用程序以使用 DAX 读取和写入数据。
B. Create a three-node DynamoDB Accelerator (DAX) cluster. Configure an application to read data by using DAX and to write data directly to the DynamoDB table.
中文翻译:
创建三节点 DynamoDB Accelerator (DAX) 集群。配置应用程序以使用 DAX 读取数据并将数据直接写入 DynamoDB 表。
C. Create a three-node DynamoDB Accelerator (DAX) cluster. Configure an application to read data directly from the DynamoDB table and to write data by using DAX.
中文翻译:
创建三节点 DynamoDB Accelerator (DAX) 集群。配置应用程序以直接从 DynamoDB 表读取数据并使用 DAX 写入数据。
D. Create a single-node DynamoDB Accelerator (DAX) cluster. Configure an application to read data by using DAX and to write data directly to the DynamoDB table.
中文翻译:
创建单节点 DynamoDB Accelerator (DAX) 集群。配置应用程序以使用 DAX 读取数据并将数据直接写入 DynamoDB 表。
答案
B
解析
正确答案:B 解析: 本题应选择 B。 正确选项: B. 创建三节点 DynamoDB Accelerator (DAX) 集群。配置应用程序以使用 DAX 读取数据并将数据直接写入 DynamoDB 表。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:DynamoD...