mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
website: embed partner placements within docs
This commit is contained in:
@ -4,6 +4,8 @@ title: During the coding interview
|
||||
description: The coding interview can be divided into stages, follow these recommended steps for each stage to ace the coding interview
|
||||
---
|
||||
|
||||
import InDocAd from './\_components/InDocAd';
|
||||
|
||||
<head>
|
||||
<title>What to do during the coding interview | Tech Interview Handbook</title>
|
||||
<meta property="og:title" content="What to do during the coding interview | Tech Interview Handbook"/>
|
||||
@ -46,6 +48,8 @@ Start with a brute force approach, communicate it to the interviewer, explain th
|
||||
|
||||
Only start coding after you and your interviewer have agreed on an approach and they have given you the green light.
|
||||
|
||||
<InDocAd/>
|
||||
|
||||
## What to do when stuck
|
||||
|
||||
Getting stuck during coding interviews is extremely common. But do not worry, that is part of the process and is a test of your problem solving abilities. Here are some tips to try out when you are stuck:
|
||||
|
Reference in New Issue
Block a user