Direction: Choose the correct option
Q1.
What does CRUD stand for?
Direction: Choose the correct option
Q2.
In a RESTful API, which HTTP method corresponds to the 'Create' operation?
Direction: Choose the correct option
Q3.
How do you implement a 'Read' operation for a single item in Express with Mongoose?
Direction: Choose the correct option
Q4.
What is the purpose of Model.findByIdAndUpdate(id, update)?
Direction: Choose the correct option
Q5.
Which method would you use to delete a document in Mongoose?
