LESSON 1: INTRODUCTION TO MONGODB ATLAS, THE DEVELOPER DATA PLATFORM
Quiz
Which of the following is something that you can do with MongoDB Atlas? (Select all that apply.)
-
A. Store your data with MongoDB's multi-cloud, global service.
-
B. Add search functionality to your application, like a search bar.
-
C. Write and host a full application in a managed cloud environment.
-
D. Query across multiple Atlas clusters to get a holistic view of your data.
-
E. None of the above.
- A. Store your data with MongoDB's multi-cloud, global service. (o)
The database is the core of MongoDB's developer data platform. It is a multi-cloud database service built for resilience, scale, and the highest levels of data privacy and security.
- B. Add search functionality to your application, like a search bar. (o)
MongoDB Atlas Search is an embedded full-text search that gives you a seamless, scalable experience for building relevance-based app features.
- C. Write and host a full application in a managed cloud environment. (o)
Application Services are cloud services that simplify building applications with Atlas.
- D. Query across multiple Atlas clusters to get a holistic view of your data. (o)
Data Federation allows you to natively query, transform, and move data across AWS S3 and MongoDB Atlas clusters.
Quiz
Which of the following statements are true about MongoDB Atlas Clusters? (Select all that apply.)
-
A. A MongoDB Atlas Cluster is a group of servers that are connected via a network that hold copies of your data.
-
B. Once you set up and configure your MongoDB Atlas Cluster, you cannot make any changes to cloud-provider, region, or cluster tier.
-
C. MongoDB Atlas Clusters can be deployed globally in a single geographical region or across multiple geographical regions, depending on the cluster tier.
-
D. Dedicated clusters provide access to all Atlas features.
-
E. None of the above.
- A MongoDB Atlas Cluster is a group of servers that are connected via a network that hold copies of your data. (o)
MongoDB Atlas Clusters are used to store copies of your data.
- B. Once you set up and configure your MongoDB Atlas Cluster, you cannot make any changes to cloud-provider, region, or cluster tier.
One of the advantages to using a MongoDB Atlas Cluster is that the configuration can change as your needs evolve. If you find that you need to add a region or move to a different cluster tier, those changes can be made easily!
- C. MongoDB Atlas Clusters can be deployed globally in a single geographical region or across multiple geographical regions, depending on the cluster tier. (o)
Free and shared clusters can be deployed in a single geographical region, while dedicated clusters can be deployed across multiple geographical regions.
- D. Dedicated clusters provide access to all Atlas features. (o)
M10+ dedicated clusters provide access to all Atlas features.
LESSON 2: CREATING AND DEPLOYING AT ATLAS CLUSTER
- MongoDB Docs: Get Started with Atlas
- MongoDB Docs: Deploy a Free Cluster
- MongoDB Docs: Load Sample Data