SAP-C02 第 136 题
题目
A company has an on-premises website application that provides real estate information for potential renters and buyers. The website uses a Java backend and a NoSQL MongoDB database to store subscriber data. The company needs to migrate the entire application to AWS with a similar structure. The application must be deployed for high availability, and the company cannot make changes to the application. Which solution will meet these requirements?
中文翻译:
一家公司有一个本地网站应用程序,可为潜在租户和买家提供房地产信息。该网站使用 Java 后端和 NoSQL MongoDB 数据库来存储订阅者数据。该公司需要将整个应用程序迁移到具有类似结构的AWS。必须部署应用程序以实现高可用性,并且公司不能对应用程序进行更改。哪种解决方案可以满足这些要求?
选项
A. Use an Amazon Aurora DB cluster as the database for the subscriber data. Deploy Amazon EC2 instances in an Auto Scaling group across multiple Availability Zones for the Java backend application.
中文翻译:
使用 Amazon Aurora 数据库集群作为订阅者数据的数据库。在跨多个可用区的 Auto Scaling 组中为 Java 后端应用程序部署 Amazon EC2 实例。
B. Use MongoDB on Amazon EC2 instances as the database for the subscriber data. Deploy EC2 instances in an Auto Scaling group in a single Availability Zone for the Java backend application.
中文翻译:
使用 Amazon EC2 实例上的 MongoDB 作为订阅者数据的数据库。在 Java 后端应用程序的单个可用区的 Auto Scaling 组中部署 EC2 实例。
C. Configure Amazon DocumentDB (with MongoDB compatibility) with appropriately sized instances in multiple Availability Zones as the database for the subscriber data. Deploy Amazon EC2 instances in an Auto Scaling group across multiple Availability Zones for the Java backend application.
中文翻译:
在多个可用区中使用适当大小的实例配置 Amazon DocumentDB(与 MongoDB 兼容)作为订阅者数据的数据库。在跨多个可用区的 Auto Scaling 组中为 Java 后端应用程序部署 Amazon EC2 实例。
D. Configure Amazon DocumentDB (with MongoDB compatibility) in on-demand capacity mode in multiple Availability Zones as the database for the subscriber data. Deploy Amazon EC2 instances in an Auto Scaling group across multiple Availability Zones for the Java backend application.
中文翻译:
在多个可用区中以按需容量模式配置 Amazon DocumentDB(与 MongoDB 兼容)作为订阅者数据的数据库。在跨多个可用区的 Auto Scaling 组中为 Java 后端应用程序部署 Amazon EC2 实例。
答案
C
解析
正确答案:C 解析: 本题应选择 C。 正确选项: C. 在多个可用区中使用适当大小的实例配置 Amazon DocumentDB(与 MongoDB 兼容)作为订阅者数据的数据库。在跨多个可用区的 Auto Scaling 组中为 Java 后端应用程序部署 Amazon EC2 实例。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性...