mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-26 11:33:33 +08:00
contents: improve SEO of coding interview pages
This commit is contained in:
@@ -2,14 +2,30 @@
|
||||
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
|
||||
1. Study CS fundamentals
|
||||
1. Practice solving algorithm questions
|
||||
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
|
||||
1. Practice doing [mock interviews](./mock-interviews.md)
|
||||
1. Interview successfully to get the job
|
||||
|
||||
Reference in New Issue
Block a user