You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tech-interview-handbook/contents/coding-interview.md

33 lines
1.4 KiB

---
id: coding-interview
title: Step-by-step coding interview guide
description: Coding interviews are tough. But fortunately, there's a tried and proven method to get better at them. With a combination of studying, practicing questions and doing mock interviews, getting that dream job can become a reality.
sidebar_label: Step-by-step guide
keywords:
[
algorithm,
coding,
interview,
questions,
leetcode,
blind 75,
technical,
programming,
]
---
<head>
<title>All you need to know about acing the coding interview | Tech Interview Handbook</title>
<meta property="og:title" content="All you need to know about acing the coding interview | Tech Interview Handbook"/>
</head>
5 years ago
Coding interviews are tough. But fortunately, there's a tried and proven method to get better at them. With a combination of studying, practicing questions and doing mock interviews, getting that dream job can become a reality.
1. Decide on a [programming language](./picking-a-language.md)
1. Study [Computer Science fundamentals](./study-and-practice.md)
1. [Practice](./study-and-practice.md) solving algorithm questions
1. Internalize the [Do's and Don'ts of interviews](./cheatsheet.md)
1. Know what [signals and behaviors](./coding-signals.md) interviewers are looking out for
1. Practice doing [mock interviews](./mock-interviews.md)
1. Interview successfully to get the job