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.
32 lines
1.1 KiB
32 lines
1.1 KiB
---
|
|
id: coding-interview
|
|
title: Coding interviews
|
|
sidebar_label: Overview
|
|
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>
|
|
|
|
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
|