mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 20:52:00 +08:00
contents: misc changes
This commit is contained in:
@ -57,6 +57,7 @@ This is a straight-to-the-point, distilled list of technical interview Do's and
|
|||||||
| --- | --- |
|
| --- | --- |
|
||||||
| ✅ | Ask for candidate to provide test cases and run through the code with them. |
|
| ✅ | Ask for candidate to provide test cases and run through the code with them. |
|
||||||
| ✅ | Point out edge cases candidate missed and ask the candidate to address them. |
|
| ✅ | Point out edge cases candidate missed and ask the candidate to address them. |
|
||||||
|
| ✅ | Take note of the duration TC spent on each question to include in the feedback. |
|
||||||
| ✅ | Ask for time complexity and space analysis. |
|
| ✅ | Ask for time complexity and space analysis. |
|
||||||
| ✅ | Preserve the code somewhere - take a picture or copy the code out. |
|
| ✅ | Preserve the code somewhere - take a picture or copy the code out. |
|
||||||
| ✅ | Stop the candidate when there is 5 minutes left. e.g. ("I'll stop you here and let's go to the next section") |
|
| ✅ | Stop the candidate when there is 5 minutes left. e.g. ("I'll stop you here and let's go to the next section") |
|
||||||
|
@ -175,7 +175,6 @@ function Home() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
className={classnames(
|
className={classnames(
|
||||||
'margin-vert--lg',
|
'margin-vert--lg',
|
||||||
|
Reference in New Issue
Block a user