

InterviewSolution
Saved Bookmarks
1. |
Point out the wrong statement.(a) MongoDB works right out of the box, and you can dive right into developing your application, instead of spending a lot of time fine-tuning obscure database configurations(b) MongoDB works hard to be very easy to install, configure, maintain, and use(c) MongoDB does not provide a lot of the features of a traditional RDBMS(d) None of the mentioned |
Answer» The correct option is (c) MongoDB does not provide a lot of the features of a traditional RDBMS To explain: MongoDB focuses on flexibility, power, speed, and ease of use. |
|