Skip to content

Commit 7dc67d0

Browse files
committed
Update verified answers for marketing
1 parent a2d41a8 commit 7dc67d0

File tree

1 file changed

+60
-47
lines changed

1 file changed

+60
-47
lines changed

verified-answers.yaml

Lines changed: 60 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,40 @@
1717
title: MongoDB Atlas Registration
1818
- url: https://www.mongodb.com/basics/mongodb-atlas-tutorial?tck=mongodb_ai_chatbot
1919
title: MongoDB Atlas Tutorial
20-
- answer: |
21-
To get started with MongoDB, you can try the 5-minute interactive tutorial
22-
that connects you to a MongoDB Atlas cluster and walks you through
23-
inserting, querying, and deleting data in MongoDB. You do not need to
24-
install anything for this tutorial. Simply click the Launch button of the
25-
in-browser Integrated Development Environment to start the tutorial.
20+
- questions:
21+
- Get started with MongoDB
22+
- How do I get started with MongoDB?
23+
- How do I get started with MongoDB Atlas?
24+
author_email: [email protected]
25+
answer: |
26+
To get started with MongoDB Atlas, the easiest way is through the Atlas UI. Here are the steps to get started:
2627
27-
After completing the tutorial, you can also deploy a free cluster without any installation overhead by following the instructions in the "Getting Started with Atlas" documentation.
28+
- Register for Atlas: register for Atlas by visiting our [registration page](https://www.mongodb.com/cloud/atlas/register?tck=mongodb_ai_chatbot).
29+
- Choose your connection method: using a driver, developer tool, or programmatic connection method.
30+
- Load sample data: using our sample data sets, data migration tools, or by generating mock/synthetic data.
2831
29-
Let me know if you have any other questions!
30-
author_email: [email protected]
31-
questions:
32-
- Get started with MongoDB
32+
Atlas also supports getting started via the Atlas CLI, Kubernetes Operator, or a preferred Infrastructure-as-Code (IaC) tool. Install the Atlas CLI using brew install mongodb-atlas and configure your database with atlas setup.
33+
34+
If migrating from another database, Atlas provides migration resources to help streamline the process.
35+
36+
For a fast hands-on experience, try this 5-minute interactive tutorial—no setup needed. It walks through inserting, querying, and deleting data using a browser-based IDE.
37+
38+
- [Step by Step Guide](https://www.mongodb.com/docs/guides/?tck=mongodb_ai_chatbot)
39+
- [Migrate or Import Data](https://www.mongodb.com/docs/atlas/import/?tck=mongodb_ai_chatbot)
40+
- [MongoDB Migrators, Tools, and Connectors](https://www.mongodb.com/docs/tools-and-connectors/?tck=mongodb_ai_chatbot)
41+
- [Generate Synthetic Data](https://www.mongodb.com/docs/atlas/synthetic-data/?tck=mongodb_ai_chatbot)
3342
references:
3443
- url: https://mongodb.com/docs/manual/tutorial/getting-started/
3544
title: Getting Started with MongoDB
36-
- url: https://learn.mongodb.com/learn/course/start-here-introduction-to-mongodb/welcome-to-the-introduction-to-mongodb-course/learn
37-
title: Welcome to the Introduction to MongoDB Course
38-
- url: https://mongodb.com/docs/develop-applications
39-
title: Develop Applications
40-
- url: https://mongodb.com/docs/manual/
41-
title: MongoDB Manual
45+
- url: https://www.mongodb.com/docs/guides/
46+
title: MongoDB Guides
47+
- url: https://www.mongodb.com/docs/atlas/import/
48+
title: Migrate or Import Data
49+
- url: https://www.mongodb.com/docs/tools-and-connectors/
50+
title: Migrators, Tools, and Connectors
51+
- url: https://www.mongodb.com/docs/atlas/synthetic-data/
52+
title: Generate Synthetic Data
53+
4254
- answer: |
4355
To install MongoDB on Windows, you can follow these steps:
4456
@@ -1463,7 +1475,7 @@
14631475
title: Using Atlas Search from Java
14641476
- url: https://learn.mongodb.com/learn/course/mongodb-atlas-search/conclusion/learn
14651477
title: MongoDB Atlas Search - Conclusion - Learn
1466-
- answer: |
1478+
- answer: >
14671479
MongoDB and Oracle are both popular database management systems, but they
14681480
have some key differences. Here are a few of the main differences between
14691481
MongoDB and Oracle:
@@ -1780,7 +1792,7 @@
17801792
- author_email: [email protected]
17811793
questions:
17821794
- What is MongoDB Atlas?
1783-
answer: |
1795+
answer: >
17841796
MongoDB Atlas is a fully managed cloud database service that simplifies
17851797
deploying, scaling, and managing MongoDB databases in the cloud. It
17861798
eliminates infrastructure setup and database management by automating
@@ -1796,9 +1808,7 @@
17961808
questions:
17971809
- What types of use cases are best for MongoDB?
17981810
answer: |
1799-
MongoDB is a versatile, flexible, and enterprise-ready general purpose
1800-
database platform. It supports a wide range of use cases—from traditional
1801-
applications to modern, AI-powered workloads like search and vector search.
1811+
MongoDB is a versatile, flexible, and enterprise-ready general purpose database platform. It supports a wide range of use cases—from traditional applications to modern, AI-powered workloads like search and vector search.
18021812
18031813
Here are some common use cases where MongoDB excels:
18041814
@@ -1819,17 +1829,12 @@
18191829
questions:
18201830
- What’s the difference between MongoDB Atlas and Community Edition?
18211831
answer: |
1822-
MongoDB Atlas is a fully managed, cloud-based database service provided by
1823-
the creators of MongoDB. It simplifies deploying, managing, and scaling
1824-
MongoDB databases in the cloud, offering features like automated backups,
1825-
monitoring, security, and integrations with other cloud services.
1832+
MongoDB Atlas is a fully managed, cloud-based database service provided by the creators of MongoDB. It simplifies deploying, managing, and scaling MongoDB databases in the cloud, offering features like automated backups, monitoring, security, and integrations with other cloud services.
18261833
1827-
MongoDB Community Edition, on the other hand, is a self-managed version of
1828-
MongoDB. You are responsible for installing, configuring, maintaining, and
1829-
scaling the database yourself, either on your local machine or on your own
1830-
cloud infrastructure.
1834+
MongoDB Community Edition, on the other hand, is a self-managed version of MongoDB. You are responsible for installing, configuring, maintaining, and scaling the database yourself, either on your local machine or on your own cloud infrastructure.
18311835
18321836
Key differences:
1837+
18331838
- Atlas is managed by MongoDB and runs in the cloud, while Community Edition is self-managed and can run locally or in the cloud.
18341839
- Atlas provides built-in automation, security, and cloud integrations, whereas Community Edition requires you to handle these aspects manually.
18351840
- Atlas is ideal for most use cases that require cloud deployment and management, while Community Edition is often chosen for local development or when you want full control over your deployment.
@@ -1848,10 +1853,10 @@
18481853
answer: |
18491854
You can create Free clusters through the Atlas CLI, Atlas User Interface, and Atlas Administration API.
18501855
1851-
For detailed instructions, refer to the [MongoDB Atlas
1852-
documentation](https://www.mongodb.com/docs/atlas/tutorial/deploy-free-tier-cluster/?tck=mongodb_ai_chatbot).
1856+
For detailed instructions, refer to the [MongoDB Atlas documentation](https://www.mongodb.com/docs/atlas/tutorial/deploy-free-tier-cluster/?tck=mongodb_ai_chatbot).
18531857
18541858
Most users like to start with the Atlas UI and follow these steps:
1859+
18551860
1. Log in to your MongoDB Atlas account.
18561861
2. Go to the Overview page for your project.
18571862
3. Click the Create button to create a cluster.
@@ -1861,17 +1866,13 @@
18611866
7. Specify a name for your cluster
18621867
8. Click Create to deploy the cluster.
18631868
1864-
Once you deploy your cluster, it can take up to 10 minutes for your cluster
1865-
to provision and become ready to use. After deployment:
1869+
Once you deploy your cluster, it can take up to 10 minutes for your cluster to provision and become ready to use. After deployment:
18661870
1867-
- Create a database user by specifying a username and password.
1871+
- Create a database user by specifying a username and password.
18681872
- Add your IP address to the IP access list to allow connections.
18691873
- Click Finish and Close, then Go to Overview.
18701874
1871-
Atlas Free clusters provide a small-scale development environment to host
1872-
your data and test proof of concepts. Free clusters never expire, and
1873-
provide access to a subset of Atlas features and functionality. You can only
1874-
deploy one free cluster per Atlas project.
1875+
Atlas Free clusters provide a small-scale development environment to host your data and test proof of concepts. Free clusters never expire, and provide access to a subset of Atlas features and functionality. You can only deploy one free cluster per Atlas project.
18751876
references:
18761877
- url: https://www.mongodb.com/docs/atlas/tutorial/deploy-free-tier-cluster/
18771878
title: Deploy a Free Cluster
@@ -1881,15 +1882,27 @@
18811882
answer: |
18821883
MongoDB Atlas offers different cluster types to support a range of use cases. Choosing the right MongoDB Atlas cluster tier for your application involves considering the application's workload, data size, and performance needs. Key considerations include:
18831884
1884-
- Free Tier (`M0`): Best for learning and exploring, with limited resources.
1885-
- Flex: Ideal for development and testing, offering the lowest cost option with certain feature limitations.
1886-
- Dedicated (`M10` & `M20`): Suitable for pre-production and small, non-critical workloads. These tiers utilize shared vCPUs and support replica set deployments offering fully featured access to Atlas.
1887-
- Dedicated (`M30+`): Recommended for performance-critical and high-traffic workloads, supporting both replica sets and sharded clusters with fully featured access to Atlas with dedicated vCPUs.
1885+
- Free Tier (M0): Best for learning and exploring, with [limited resources](https://www.mongodb.com/docs/atlas/reference/free-shared-limitations/?tck=mongodb_ai_chatbot).
1886+
- Flex: Ideal for development and testing, offering the lowest cost option with certain [feature limitations](https://www.mongodb.com/docs/atlas/reference/flex-limitations/#std-label-atlas-flex-limitations?tck=mongodb_ai_chatbot).
1887+
- Dedicated (M10 & M20): Suitable for pre-production and small, non-critical workloads. These tiers utilize shared vCPUs and support replica set deployments offering fully featured access to Atlas.
1888+
- Dedicated (M30+): Recommended for performance-critical and high-traffic workloads, supporting both replica sets and sharded clusters with fully featured access to Atlas with dedicated vCPUs.
1889+
1890+
Clusters can always be scaled up from any tier as requirements expand. If unsure, MongoDB recommends starting with a lower tier and [monitoring performance](https://www.mongodb.com/docs/atlas/architecture/current/monitoring-alerts/?tck=mongodb_ai_chatbot) before adjusting. For all Dedicated tiers, use auto-scaling to adjust cluster tier and storage as workloads evolve.
1891+
1892+
[How to select your cluster tier](https://www.mongodb.com/docs/atlas/manage-clusters/?tck=mongodb_ai_chatbot#select-cluster-tier)
1893+
[Atlas cluster sizing and tier selection](https://www.mongodb.com/docs/atlas/sizing-tier-selection/?tck=mongodb_ai_chatbot)
1894+
# answer: |
1895+
# MongoDB Atlas offers different cluster types to support a range of use cases. Choosing the right MongoDB Atlas cluster tier for your application involves considering the application's workload, data size, and performance needs. Key considerations include:
1896+
1897+
# - Free Tier (`M0`): Best for learning and exploring, with limited resources.
1898+
# - Flex: Ideal for development and testing, offering the lowest cost option with certain feature limitations.
1899+
# - Dedicated (`M10` & `M20`): Suitable for pre-production and small, non-critical workloads. These tiers utilize shared vCPUs and support replica set deployments offering fully featured access to Atlas.
1900+
# - Dedicated (`M30+`): Recommended for performance-critical and high-traffic workloads, supporting both replica sets and sharded clusters with fully featured access to Atlas with dedicated vCPUs.
18881901

1889-
Clusters can always be scaled up from any tier as requirements expand. If
1890-
you're unsure, MongoDB recommends starting with a lower tier and monitoring
1891-
performance before adjusting. For all Dedicated tiers, use auto-scaling to
1892-
adjust cluster tier and storage as workloads evolve.
1902+
# Clusters can always be scaled up from any tier as requirements expand. If
1903+
# you're unsure, MongoDB recommends starting with a lower tier and monitoring
1904+
# performance before adjusting. For all Dedicated tiers, use auto-scaling to
1905+
# adjust cluster tier and storage as workloads evolve.
18931906
references:
18941907
- url: https://www.mongodb.com/docs/atlas/manage-clusters/#select-cluster-tier
18951908
title: Select Cluster Tier

0 commit comments

Comments
 (0)