Technical Interviews

From Computer Science
Revision as of 15:49, 30 October 2024 by Jkinne (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Computer science technical interviews can include various kinds of tasks...

  • Particular question about a concept (like there would be on a quiz or exam on the topic in a course).
  • Describe some concept (possibly with a whiteboard) - like the instructor of a course on the topic would do.
  • Write code to solve a particular task (like there would be for a programming assignment for a course).
  • Design a solution to a problem (a detailed outline, taking into account efficiency) - this is something that you will see instructors do in courses, but oftentimes students are not asked to do this very much in courses.

Some places to look at tasks like these...

Some lists of problems at LeetCode that are a good introduction... (check these links in the following order...)