Advanced Web Development - MCQ Answers
Advanced Web Development - MCQ Answers
JSON
3. What will be the port number for HTTP based admin interface if
MongoDB is running at 443?
1443
5. Which of the following commands will return all the posts with number of
likes greater than 100 and less than 200, both inclusive?
db.posts.findlikes: $gte: 100, $lte: 200;
Week 3
Windows