Chapter 4 Lab1 question's answer is incorrect
Here is your question -
Problem:
To complete this exercise connect to your Atlas cluster using the in-browser IDE space at the end of this chapter.
How many documents in the sample_training.zips collection have fewer than 1000 people listed in the pop field?
Copy/paste the exact numeric value (without double quotes) of the result that you get into the response field.
I didn't alter anything but still I got wrong answer from the sample_training DB.
Atlas atlas-3n88ij-shard-0 [primary] sample_training> db.zips.find({ "pop": { "$lt": 1000 }}).count()
8062
6
votes
Shital
shared this idea