mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
contents: add back links to old articles under misc
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
id: interview-formats-top-companies
|
||||
title: Interview format at top companies
|
||||
description: Interview formats of the top tech companies. Know what to expect and prepare well for them
|
||||
sidebar_label: Top companies
|
||||
sidebar_label: Company interview formats
|
||||
---
|
||||
|
||||
import InDocAd from './\_components/InDocAd';
|
||||
|
@ -1,10 +0,0 @@
|
||||
---
|
||||
id: team-selection
|
||||
title: Team Selection
|
||||
---
|
||||
|
||||
:::caution
|
||||
|
||||
This section is still WIP. Feel free to contribute ideas at [our GitHub issue](https://github.com/yangshun/tech-interview-handbook/issues/223).
|
||||
|
||||
:::
|
@ -106,7 +106,7 @@ _Data as of Aug 2021. Source: [Levels.fyi](https://www.levels.fyi/company/Google
|
||||
| E3 (Entry Level) | $180,000 | $122,000 | $14,000 | $43,000 |
|
||||
| E4 (SWE) | $267,000 | $162,000 | $18,000 | $85,000 |
|
||||
| E5 (Senior SWE) | $390,000 | $197,000 | $35,000 | $157,000 |
|
||||
| E6 (Staff SWE) | $598,000 | $234,000 | $54,000 | $309,000 |
|
||||
| E6 (Staff SWE) | $598,000 | $234,000 | $54,000 | $309,000 |
|
||||
| E7 (Senior Staff SWE) | $921,000 | $272,000 | $81,000 | $567,000 |
|
||||
|
||||
_Data as of Aug 2021. Source: [Levels.fyi](https://www.levels.fyi/company/Facebook/salaries/Software-Engineer/?ref=TechInterviewHandbook&utm_source=techinterviewhandbook&utm_medium=referral&utm_content=website_negotiation)_
|
||||
|
@ -103,7 +103,12 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
{
|
||||
Misc: ['interviewer-cheatsheet'],
|
||||
Misc: [
|
||||
'interview-formats-top-companies',
|
||||
'interviewer-cheatsheet',
|
||||
'landscape',
|
||||
'engineering-levels',
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user