Free MongoDB Associate-Data-Modeler Exam Questions

Become MongoDB Certified with updated Associate-Data-Modeler exam questions and correct answers

Page:    1 / 60      
Total 300 Questions | Updated On: Jan 28, 2026
Add To Cart
Question 1

A MongoDB data modeler is optimizing the performance of an application that frequently executes the following query:

db.orders.find(

   { status: "shipped", deliveryDate: { $lte: new Date("2023-12-31") } }

).sort({ deliveryDate: -1 })

The explain method reveals the following key details indicating the query is not efficiently utilizing indexes:

{

   "queryPlanner": {

      ...

      "winningPlan": {

         "stage": "SORT",

         "sortPattern": { "deliveryDate": -1 },

         ...

         "inputStage": {

            "stage": "FETCH",

            "inputStage": {

               "stage": "IXSCAN",

               "keyPattern": { "status": 1 },

               ...

            }

         }

      }

   },

   "executionStats": {

      "executionSuccess": true,

      "nReturned": 100,

      "executionTimeMillis": 120,

      "totalKeysExamined": 500,

      "totalDocsExamined": 500,

      ...

   },

   ...

}

What action should the data modeler take to enhance the performance of this query?


Answer: A
Question 2

A data modeler is tasked with designing a database for a movie streaming service. The database needs to efficiently store and retrieve information about movies, including the movie's title, director, genre(s), release year, and average viewer rating. How should the data modeler structure the Movie entity?


Answer: A
Question 3

When designing a MongoDB schema for an application that tracks user activities and their corresponding locations, which approach best facilitates efficient data retrieval and updates?


Answer: D
Question 4

In an e-commerce application, the main entity Product includes details such as name, description, and price. Each Product can have multiple Review documents, which include ratings and customer comments. The application frequently displays products along with their reviews. How should the developer optimize the schema for read performance?


Answer: A
Question 5

A team is developing a logistics application using MongoDB to track shipments in real-time. Each shipment record updates frequently with GPS coordinates, and the system requires immediate access to the latest location data for efficient routing and delivery updates. The application also needs to maintain a compact record of each shipment's path without unnecessary data duplication. Which MongoDB feature or design pattern should be used to model the shipment tracking system?


Answer: D
Page:    1 / 60      
Total 300 Questions | Updated On: Jan 28, 2026
Add To Cart

© Copyrights DumpsCertify 2026. All Rights Reserved

We use cookies to ensure your best experience. So we hope you are happy to receive all cookies on the DumpsCertify.