0%

Resume, Project, Behavior Question, LeetCode, System Design

Resume

1 Modify your resume skillset according to the job description

根据JD的关键字对应修改技能树顺序,因为筛选简历的人不懂具体技能(可以使用一个很长的备份简历,每次看到JD关键字都复制进去,然后每次修改)

Source: https://www.1point3acres.com/bbs/thread-701512-1-1.html

2 Bullet points should be concrete, do not use general description

bullet points写细节,比如Designed and implemented xxx using xxx, which xxx(功能),不要写general description

量化指标比如 QPS(queries per second), DAU(daily active user)

Source: https://www.1point3acres.com/bbs/thread-701512-1-1.html

3 The Methodology

Source: https://www.1point3acres.com/bbs/thread-480154-1-1.html

Source: https://www.1point3acres.com/bbs/forum.php?mod=viewthread&tid=291712


Behavior Question

1 Amazon behavior questions guideline

可以类推到其他公司,没细看,但是很详细,有空一定要看看

Source: https://www.1point3acres.com/bbs/forum.php?mod=viewthread&tid=573198

2 Amazon 14 leadership principles

Details: https://www.amazon.jobs/en/principles

3 Google BQ round is called googleyness and leadership

Relevant resource: https://careers.google.com/


Project

1 The Methodology

Source: https://www.1point3acres.com/bbs/thread-305439-1-1.html


LeetCode

1 Several Templates

Source 1

This guy is ex-Facebook, got into several Pre-IPO startups, he has 20 templates in his YouTube channel.

YouTube channel: https://www.youtube.com/channel/UCdRa9WSxJnuCistFOew8AiA

Blog: https://www.zybuluo.com/smilence/note/76

Source 2

Ling Huchong from Nine Chapter Algorithm:

GitHub: https://github.com/ninechapter-algorithm/linghu-algorithm-templete


System Design

1 Famous Sources:

  1. DDIA
  2. Grokking the System Design Interview from Educative.io  This cannot be used for seniors, Commented by many.

​ Source: https://www.educative.io/courses/grokking-the-system-design-interview

  1. System Design Premier

​ Source : https://github.com/donnemartin/system-design-primer

2 Advanced system design course for Googler