To force MongoDB to use a particular index for a db.collection.________ operation, specify the index with the hint() method.
(a) query()
(b) find()
(c) index()
(d) all of the mentioned
I had been asked this question in exam.
Question is from Index Management in section Index/Indexing Concepts of MongoDB