Question: Given an ObjectId in `_id`, how do you get the time it was created?

  1. `getDateTime(_id)`
  2. `_id.createDate()`
  3. `_id.getTimestamp()`
  4. `_id.getDateTime()`

Answer: The correct answer of the above question is Option C:`_id.getTimestamp()`