Question: Which fs module method can be used to read the content of a file without buffering it in memory?

  1. read
  2. readFile
  3. createReadStream
  4. readFileSync

Answer: The correct answer of the above question is Option C:createReadStream