In MongoDB, developers do not need to create a collection. It will get created automatically when a document will be inserted.

The syntax for creating a collection in MongoDB is: db.createCollection(name,options)

BY Best Interview Question ON 03 Feb 2019