
Answer-first summary for fast verification
Answer: Deploy MongoDB Atlas from the Google Cloud Marketplace.
**Correct Answer: B** - Deploying MongoDB Atlas from the Google Cloud Marketplace provides a managed version of MongoDB that includes support with a Service Level Agreement (SLA). MongoDB Atlas is a fully managed global cloud database service for MongoDB, which simplifies deployment, operation, and scaling without the need to manage the underlying infrastructure. **Why not A or D?** - Running MongoDB on your own, whether on Compute Engine instances or a Managed Instance Group, does not offer a managed version with support and SLA. These options require manual setup and management. **Why not C?** - Cloud Bigtable is a NoSQL database service for large volumes of structured and unstructured data, not a document database like MongoDB. Using the HBase API with Cloud Bigtable does not provide a managed MongoDB solution. For more information, visit the [Google Cloud Marketplace for MongoDB Atlas](https://console.cloud.google.com/marketplace/details/gc-launcher-for-mongodb-atlas/mongodb-atlas).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You've designed your latest game servers to run on Google Kubernetes Engine (GKE) with MongoDB as their database. What is the best way to deploy a managed version of MongoDB that includes a support SLA?
A
Download a MongoDB installation package, and run it on Compute Engine instances.
B
Deploy MongoDB Atlas from the Google Cloud Marketplace.
C
Create a Cloud Bigtable cluster, and use the HBase API.
D
Download a MongoDB installation package, and run it on a Managed Instance Group.
No comments yet.