diff --git a/contents/interview-formats-top-companies.md b/contents/interview-formats-top-companies.md index 2d22bd33..cf1e8cb1 100644 --- a/contents/interview-formats-top-companies.md +++ b/contents/interview-formats-top-companies.md @@ -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'; diff --git a/contents/team-selection.md b/contents/team-selection.md deleted file mode 100644 index 4aa6e7b6..00000000 --- a/contents/team-selection.md +++ /dev/null @@ -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). - -::: diff --git a/contents/understanding-compensation.md b/contents/understanding-compensation.md index ab06af6e..a25866fa 100644 --- a/contents/understanding-compensation.md +++ b/contents/understanding-compensation.md @@ -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)_ diff --git a/website/sidebars.js b/website/sidebars.js index afea859f..7eecb1a3 100755 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -103,7 +103,12 @@ module.exports = { ], }, { - Misc: ['interviewer-cheatsheet'], + Misc: [ + 'interview-formats-top-companies', + 'interviewer-cheatsheet', + 'landscape', + 'engineering-levels', + ], }, ], };