Skip to content

Instantly share code, notes, and snippets.

@pesterhazy
Last active June 1, 2024 19:43
Show Gist options
  • Save pesterhazy/dafed3533ebda41b2cc8ba4e83d62104 to your computer and use it in GitHub Desktop.
Save pesterhazy/dafed3533ebda41b2cc8ba4e83d62104 to your computer and use it in GitHub Desktop.
Interviewing for Jobs in Tech: a Reading List

Behavioral questions (aka "Tell me about a time when...")

Understanding the interview/negotiation process

  • Ten Rules for Negotiating a Job Offer

    I learned a lot from this detailed explanation of the interviewing process, which helps you put yourself in the shoes of the organization you're interviewing for. Includes some text fragments you can use in emails or calls with recruiters to stear the process in the right direciton.

Coding interview

  • Neetcode

    Wonderfully detailed youtube videos for almost all leetcode coding problems (e.g. "Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target."). The videos are so much fun – you actually learn something – that it's easy to over-prepare for the coding interview part.

  • Blind 75

    A list of the most common leetcode questions, covering most of the important areas (algorithms, data structures)

System design interview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment