0
0
MongoDBquery~5 mins

MongoDB installation and setup - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is MongoDB?
MongoDB is a NoSQL database that stores data in flexible, JSON-like documents instead of tables.
Click to reveal answer
beginner
Name the official website to download MongoDB.
You can download MongoDB from the official website: https://www.mongodb.com/try/download/community
Click to reveal answer
beginner
What command starts the MongoDB server on your machine?
The command to start the MongoDB server is mongod.
Click to reveal answer
beginner
After installing MongoDB, which command lets you connect to the database shell?
Use the command mongosh to open the MongoDB shell and interact with the database.
Click to reveal answer
intermediate
Why is it important to add MongoDB's bin folder to your system PATH?
Adding MongoDB's bin folder to PATH lets you run MongoDB commands like mongod and mongosh from any terminal window without typing the full path.
Click to reveal answer
Which command starts the MongoDB server?
Amongod
Bmongo
Cmongos
Dmongocli
Where can you download the MongoDB Community Server?
Ahttps://www.mongodb.org/downloads
Bhttps://www.mysql.com/downloads/
Chttps://www.postgresql.org/download/
Dhttps://www.mongodb.com/try/download/community
What does the mongosh command do?
AConnects to the MongoDB shell
BStarts the MongoDB server
CInstalls MongoDB
DUpdates MongoDB
Why should you add MongoDB's bin folder to your system PATH?
ATo backup MongoDB data automatically
BTo run MongoDB commands from any terminal
CTo speed up MongoDB queries
DTo uninstall MongoDB
Which of these is NOT part of MongoDB installation steps?
ADownload MongoDB installer
BConnect to MongoDB shell with mongosh
CRun SQL queries to create tables
DStart MongoDB server with mongod
Describe the basic steps to install and start MongoDB on your computer.
Think about downloading, installing, setting environment, starting server, and connecting shell.
You got /5 concepts.
    Explain why adding MongoDB's bin folder to the system PATH is helpful during setup.
    Consider how PATH affects command line usage.
    You got /3 concepts.