 
			 
			MCQOPTIONS
 Saved Bookmarks
				| 1. | If you need to rebuild indexes for a collection you can use the _________ method to rebuild all indexes on a collection in a single operation. | 
| A. | db.collection.Index() | 
| B. | db.collection.reIndex() | 
| C. | db.collection.rebuildIndex() | 
| D. | none of the mentioned | 
| Answer» B. db.collection.reIndex() | |