0 votes
in MongoDB by
Which statement is correct explanation of MongoDB processes?

A - mongod.exe is the shell process and mongo.exe is the actual database process

B - mongo.exe is the shell process and mongod.exe is the actual database process

C - mongos.exe is the MongoDB server process needed to run database

D - mongodump.exe can be used to import database backup dump

1 Answer

0 votes
by

Ans is B - mongo.exe is the shell process and mongod.exe is the actual database process

...