Non coding type multiple choice questions?
Anonymous User
624

Some companies ask non-coding multiple choice type of questions. They are usually looking for a 15-30 second answer. Sometimes they are language specific
Examples

  1. What is the difference between a stack and a heap? When/How would you use what?
  2. What is the benifit of using a threadpool?
  3. Is javascript strongly typed
  4. What is the difference between a struct and a class in C++
  5. keywords like static, auto, volatile etc in c++
  6. dynamic array vs static array

Do we have a list of questions like this? Either language specific or non-language specific?

Comments (0)