Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What is a Buffer in Node.js?

  1. A A temporary log store
  2. B A fixed-length sequence of bytes for handling binary data
  3. C A cache for HTTP responses
  4. D A queue of pending callbacks
Answer

A fixed-length sequence of bytes for handling binary data

Buffers represent raw binary data outside the V8 heap, used for file contents, network packets and cryptography.

All NodeJS MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as