C100DEV Practice Online

Quickly grab our C100DEV product now and kickstart your exam preparation today!

Name: MongoDB Certified Developer Associate
Exam Code: C100DEV
Certification: MongoDB Certified Developer Associate
Vendor: MongoDB
Total Questions: 279
Last Updated: May 06, 2024
Page:    1 / 56      
Total 279 Questions | Updated On: May 06, 2024
Demo Download
Question 1

What is the built-in database called config in MongoDB for?


Answer: C

Question 2

Which cursor method should you use to get information about the query plan?


Answer: A

Question 3

To ensure high availability in the event of a server failure, which of the following MongoDB features should you use?


Answer: A

Question 4

You are working in a team on a certain application in the gaming sector. Queries similar to the following are quite often executed by your application.
db.gamers.find( { level: 10, is_active: true } )
How can you speed up the execution of similar queries? Choose the best option.


Answer: D

Question 5

Suppose you have a movies collection with the following document structure:
{
  _id: ObjectId("573a1390f29313caabcd60e4"),
  title: 'The Immigrant',
  fullplot: "Charlie is on his way to the USA. He wins in a card game, puts the money in Edna's bag (she and her sick mother have been robbed of everything). When he retrieves a little for himself he is accused of being a thief. Edna clears his name. Later, broke, Charlie finds a coin and goes into a restaurant."
}
You want to perform text search queries on fullplot field. What do you have to do?


Answer: D

Page:    1 / 56      
Total 279 Questions | Updated On: May 06, 2024
Demo Download