Q.1.
What is MongoDB?
Q.2.
How to create a database in mongodb?
Q.3.
Which of the following is used to start server in MongoDB?
Q.4.
Which of the following is not a NoSQL database ?
Q.5.
How many bits involve in _id?
Q.6.
What is the interactive shell for MongoDB called?
Q.7.
Which of the following format is supported by MongoDB ?
Q.8.
Which of the following is not part of _id?
Q.9.
What name is given to Record in MongoDB?
Q.10.
Which of the following will display details of sName "Sumit"?
Q.11.
In which format MongoDB represents document structure?
Q.12.
A collection and a document in MongoDB is equivalent to............. concepts respectively.
Q.13.
Here are _________ types of read requests that a coordinator can send to a replica
Q.14.
What is the equivalent command in MongoDB for the following SQL query?SELECT * FROM posts WHERE author like "%john%"
Q.15.
NoSQL databases is used mainly for handling large volumes of ______________ data.
Q.16.
Which one of the following is equivalent in MongoDB select* from employee order by salary desc;?
Q.17.
CRUD operation in mognodb are______
Q.18.
Point out the wrong statement :
Q.19.
Which of the following is a NoSQL Database Type
Q.20.
MongoDB has been adopted as ________ software by a number of major websites and services