| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

1. MongoDB is a__ type of database

Correct Answer is : NoSQL database

2. mongoimport command is used to:

Correct Answer is : imports content from an Extended JSON, CSV, or TSV export created by mongoexport

3. Which of the following is the most important consideration while designing the schema for MongoDB?

Correct Answer is : The schema should match the data access and query patterns

4. Which option should be used to update all the documents with the specified condition in the MongoDB query?

Correct Answer is : specify {multi : true} as the third parameter of update command

5. You can implement a multi-document transaction in MongoDB using which of the following concept?

Correct Answer is : Two Phase Commits