How can you extract all trips from this collection ended at stations that are to the west of the -73.5 longitude coordinate?
Answer: C
Question 3
In the context of MongoDB development, you are creating a new service that is expected to handle high load. You've decided to leverage the MongoDB drivers' connection pooling capability. What best describes connection pooling and its advantages?
Answer: C
Question 4
What is the correct syntax to insert multiple documents into a MongoDB collection named orders and return the _id values for all inserted documents?
Answer: B
Question 5
You have a MongoDB collection named employees that contains documents with fields name, department, and salary. You want to update the salary of all employees in the "Marketing" department to $75,000. The original collection looks like this: