SAP-C02 学习助手

SAP-C02 第 327 题

DynamoDB RDS ElastiCache Config

题目

A company wants to migrate its on-premises application to AWS. The database for the application stores structured product data and temporary user session data. The company needs to decouple the product data from the user session data. The company also needs to implement replication in another AWS Region for disaster recovery. Which solution will meet these requirements with the HIGHEST performance?

中文翻译:
一家公司希望将其本地应用程序迁移到 AWS。应用程序的数据库存储结构化产品数据和临时用户会话数据。公司需要将产品数据与用户会话数据解耦。该公司还需要在另一个 AWS 区域实施复制以实现灾难恢复。哪种解决方案能够以最高的性能满足这些要求?

选项

A. Create an Amazon RDS DB instance with separate schemas to host the product data and the user session data. Configure a read replica for the DB instance in another Region.

中文翻译:
创建具有单独架构的 Amazon RDS 数据库实例来托管产品数据和用户会话数据。为另一个区域中的数据库实例配置只读副本。

B. Create an Amazon RDS DB instance to host the product data. Configure a read replica for the DB instance in another Region. Create a global datastore in Amazon ElastiCache for Memcached to host the user session data.

中文翻译:
创建 Amazon RDS 数据库实例来托管产品数据。为另一个区域中的数据库实例配置只读副本。在 Amazon ElastiCache for Memcached 中创建全局数据存储以托管用户会话数据。

C. Create two Amazon DynamoDB global tables. Use one global table to host the product data. Use the other global table to host the user session data. Use DynamoDB Accelerator (DAX) for caching.

中文翻译:
创建两个 Amazon DynamoDB 全局表。使用一张全局表来托管产品数据。使用另一个全局表来托管用户会话数据。使用 DynamoDB Accelerator (DAX) 进行缓存。

D. Create an Amazon RDS DB instance to host the product data. Configure a read replica for the DB instance in another Region. Create an Amazon DynamoDB global table to host the user session data.

中文翻译:
创建 Amazon RDS 数据库实例来托管产品数据。为另一个区域中的数据库实例配置只读副本。创建 Amazon DynamoDB 全局表来托管用户会话数据。

答案

D

解析

正确答案:D 解析: 本题应选择 D。 正确选项: D. 创建 Amazon RDS 数据库实例来托管产品数据。为另一个区域中的数据库实例配置只读副本。创建 Amazon DynamoDB 全局表来托管用户会话数据。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:Dy...

登录后查看完整解析