Site icon DataFlair

Advanced MongoDB Quiz – Can You Do It In Less Than 4 Min?

Advanced MongoDB Quiz

FREE Online Courses: Elevate Skills, Zero Cost. Enroll Now!

This MongoDB quiz will help you to brush up your MongoDB concepts. So, are you ready to take this Quiz?

Do not forget to check another part of the MongoDB quiz as well.

All the Best!

Time limit: 0

Quiz Summary

0 of 12 Questions completed

Questions:

Information

You have already completed the quiz before. Hence you can not start it again.

Quiz is loading…

You must sign in or sign up to start the quiz.

You must first complete the following:

Results

Quiz complete. Results are being recorded.

Results

0 of 12 Questions answered correctly

Your time:

Time has elapsed

You have reached 0 of 0 point(s), (0)

Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)

Categories

  1. Not categorized 0%
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  1. Current
  2. Review / Skip
  3. Answered
  4. Correct
  5. Incorrect
  1. Question 1 of 12
    1. Question

    Name the collections used by MongoDB to store GridFS data?

    Correct
    Incorrect
  2. Question 2 of 12
    2. Question

    Which command is not supported by sharded collection?

    Correct
    Incorrect
  3. Question 3 of 12
    3. Question

    Consider the following collection:
    {
    _id: 1,
    product: “345678”,
    variations: [
    { size: “S”, price: 100 },
    { size: “M”, price: 800 }
    ]
    }
    What will the below query return?
    db.products.find( { product: “345678” },
    { variations: { $elemMatch: { size: L } } } )

    Correct
    Incorrect
  4. Question 4 of 12
    4. Question

    How can you check the amount of mapped memory that mongod is using?

    Correct
    Incorrect
  5. Question 5 of 12
    5. Question

    In how much time does MongoDB reports its triggered page faults as the total number of page faults?

    Correct
    Incorrect
  6. Question 6 of 12
    6. Question

    Using which operator we can access the query field of documents within a system profile?

    Correct
    Incorrect
  7. Question 7 of 12
    7. Question

    Which of the following will return information on the query plan for aggregate function?

    Correct
    Incorrect
  8. Question 8 of 12
    8. Question

    db.collection.explain() runs in ___________ verbosity mode.

    Correct
    Incorrect
  9. Question 9 of 12
    9. Question

    Using what can you avoid repetition of data in MongoDB schema?

    Correct
    Incorrect
  10. Question 10 of 12
    10. Question

    Normalized data models describe relationships using ___________ between documents

    Correct
    Incorrect
  11. Question 11 of 12
    11. Question

    What operators are atomic on document level?

    Correct
    Incorrect
  12. Question 12 of 12
    12. Question

    MongoDB stores times in _____ by default, and will convert any local time representations into this form.

    Correct
    Incorrect

Hope, you scored well and like this set of advanced MongoDB Quiz.

If you have any queries and suggestions, post them in the comment box.

Exit mobile version