Google Cloud Associate Cloud Engineer — Question 163
You are creating an application that will run on Google Kubernetes Engine. You have identified MongoDB as the most suitable database system for your application and want to deploy a managed MongoDB environment that provides a support SLA. What should you do?
Answer options
- A. Create a Cloud Bigtable cluster, and use the HBase API.
- B. Deploy MongoDB Atlas from the Google Cloud Marketplace.
- C. Download a MongoDB installation package, and run it on Compute Engine instances.
- D. Download a MongoDB installation package, and run it on a Managed Instance Group.
Correct answer: B
Explanation
The correct answer is B, as MongoDB Atlas is a fully managed cloud database service that offers a support SLA, making it ideal for your needs. Option A is incorrect because Cloud Bigtable is not MongoDB and does not meet the requirement for a managed MongoDB environment. Options C and D involve manual setup and do not provide the managed service or support SLA that you need.