The Interview Process — Cracking the Coding Interview

Yasir
1 min readMar 27, 2022

Few points about the first chapter “The Interview Process” of book “Cracking the Coding Interview”.

Reference

The chapter “The Interview Process” is picked from Cracking the Coding Interview book written by Gayle Laakmann McDowell.

Highlights

  • The interviewer is looking to evaluate your ability to solve algorithmic problems you haven’t seen before
  • Talk out loud while discussing about problem
  • Interviewer generally make an assessment of your performance based on
  1. Analytical skills
  2. Coding skills
  3. Technical knowledge / CS Fundamentals
  4. Experience
  5. Culture fit / Communication
  • False negatives are acceptable
  • They are far more concerned with false positives: people who do well in an interview but are not in fact vary good
  • Problem solving skills are valuable
  • Basic data structure and algorithm knowledge is useful
  • Whiteboards let you focus on what matters
  • Most interviewers are not okay with pseudocode AND whiteboard is better with fewer errors
  • There are no lists of what interviewer should ask
  • Interviewer has a comparison between your assessment with others in mind

Note

It is really not possible to conclude all the points of “The Interview Process” chapter in an article. Read full chapter is recommended.

Socials

--

--

Yasir

Exploring the Swift, SwiftUI, and Apple universe.