MongoDb Interview questions
1.What makes MongoDB the best? MongoDB is considered to be best NoSQL database because of :Document-oriented (DO) High performance (HP) High availability (HA) Easy scalability Rich query language 2.How to do transactions/locking in MongoDB? MongoDB does not use conventional locking…