
Answer-first summary for fast verification
Answer: Deploy MongoDB Atlas from the Google Cloud Marketplace.
The correct answer is B. MongoDB Atlas is a fully managed database service that provides a support SLA and is available on the Google Cloud Marketplace. This option ensures that you have a managed environment for MongoDB with the necessary support, as opposed to options C and D, which require user management, and option A, which is not relevant for deploying a MongoDB environment.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are in the process of developing an application that leverages Google Kubernetes Engine (GKE) for container orchestration. Given the data persistence needs of your application, you have identified MongoDB as the optimal choice for your database system due to its flexibility and scalability. Your objective is to deploy a managed MongoDB environment that offers a Service Level Agreement (SLA) for support, ensuring reliability and professional maintenance. What action should you take to achieve this?
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.
No comments yet.