@@ -73,6 +73,29 @@ sometimes word-for-word in Google's coaching notes.
73
73
- [ Be thinking of for when the interview comes] ( #be-thinking-of-for-when-the-interview-comes )
74
74
- [ Have questions for the interviewer] ( #have-questions-for-the-interviewer )
75
75
- [ Additional Learnings (not required)] ( #additional-learnings-not-required )
76
+ - [ Information theory] ( #information-theory )
77
+ - [ Parity & Hamming Code] ( #parity--hamming-code )
78
+ - [ Entropy] ( #entropy )
79
+ - [ Cryptography] ( #cryptography )
80
+ - [ Compression] ( #compression )
81
+ - [ Networking] ( #networking )
82
+ - [ Computer Security] ( #computer-security )
83
+ - [ Parallel Programming] ( #parallel-programming )
84
+ - [ Messaging, Serialization, and Queueing Systems] ( #messaging-serialization-and-queueing-systems )
85
+ - [ Fast Fourier Transform] ( #fast-fourier-transform )
86
+ - [ Bloom Filter] ( #bloom-filter )
87
+ - [ van Emde Boas Trees] ( #van-emde-boas-trees )
88
+ - [ Augmented Data Structures] ( #augmented-data-structures )
89
+ - [ Skip lists] ( #skip-lists )
90
+ - [ Network Flows] ( #network-flows )
91
+ - [ Disjoint Sets & Union Find] ( #disjoint-sets--union-find )
92
+ - [ Math for Fast Processing] ( #math-for-fast-processing )
93
+ - [ Treap] ( #treap )
94
+ - [ Linear Programming] ( #linear-programming )
95
+ - [ Geometry, Convex hull] ( #geometry-convex-hull )
96
+ - [ Discrete math] ( #discrete-math )
97
+ - [ Machine Learning] ( #machine-learning )
98
+ - [ Go] ( #go )
76
99
- [ Additional Detail on Some Subjects] ( #additional-detail-on-some-subjects )
77
100
- [ Video Series] ( #video-series )
78
101
- [ Once You've Got The Job] ( #once-youve-got-the-job )
@@ -1308,11 +1331,10 @@ Take coding challenges every day, as many as you can.
1308
1331
1309
1332
## Be thinking of for when the interview comes
1310
1333
1311
- Think of about 20 interview questions you'll get, along the lines of the items below:
1334
+ Think of about 20 interview questions you'll get, along the lines of the items below.
1335
+ Have 2-3 answers for each
1336
+ Have a story, not just data, about something you accomplished
1312
1337
1313
- - have 2-3 answers for each
1314
- - Have a story, not just data, about something you accomplished
1315
-
1316
1338
- Why do you want this job?
1317
1339
- What's a tough problem you've solved?
1318
1340
- Biggest challenges faced?
0 commit comments