mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 04:33:42 +08:00
contents: add promotional content within contents
This commit is contained in:
@ -15,6 +15,8 @@ keywords:
|
||||
sidebar_label: Best practices before, during, and after
|
||||
---
|
||||
|
||||
import InDocAd from './\_components/InDocAd';
|
||||
|
||||
As coding interviews mature over the years, there are now firmer expectations on how candidates should behave during a coding interview. Some of these practices also help you to exhibit "hire" signals to the interviewer by displaying your ability to communicate well and deal with roadblocks.
|
||||
|
||||
Deriving the best practices from top candidates and also based on [how you will be evaluated during a coding interview](./coding-interview-rubrics.md), we have summarized some of the top tips for how to behave during a coding interview in an exhaustive checklist - including top mistakes to avoid.
|
||||
@ -68,6 +70,8 @@ You should read and familiarize with this guide even before you start practicing
|
||||
- ✅ Learn about whiteboard space management.
|
||||
> Leave space between lines of code in case you need to insert lines between existing code.
|
||||
|
||||
<InDocAd />
|
||||
|
||||
## What to do _during_ your coding interview
|
||||
|
||||
<div className="text--center margin-vert--lg">
|
||||
@ -122,6 +126,8 @@ This discussion can range from a few minutes to up to 5-10 minutes depending on
|
||||
- ❌ Do not ignore any piece of information given.
|
||||
- ❌ Do not appear unsure about your approach or analysis.
|
||||
|
||||
<InDocAd />
|
||||
|
||||
### 4. Code out your solution while talking through it
|
||||
|
||||
- ✅ Only start coding after you have explained your approach and the interviewer has given you the green light.
|
||||
@ -171,6 +177,8 @@ Once you are done coding, do not announce that you are done. Interviewers expect
|
||||
- ✅ Thank the interviewer
|
||||
- ❌ Do not end the interview without asking any questions.
|
||||
|
||||
<InDocAd />
|
||||
|
||||
## What to do _after_ your coding interview
|
||||
|
||||
<div className="text--center margin-vert--lg">
|
||||
|
Reference in New Issue
Block a user