Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A complete daily plan for studying to become a Google software engineer.

License

NotificationsYou must be signed in to change notification settings

hatsubai/google-interview-university

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

This is a fork off of the google-interview-study Github repository thatjwasham created. It is for personal reference for me to modify to my hearts content and is not necessarily meant to merge back to master.


Table of Contents

---------------- Everything below this point is optional ----------------


About Google

Interview Process & General Interview Prep

The Daily Plan

Some subjects take one day, and some will take multiple days. Some are just learning with nothing to implement.

Each day I take one subject from the list below, watch videos about that subject, and write an implementation in:C - using structs and functions that take a struct * and something else as args.C++ - without using built-in typesC++ - using built-in types, like STL's std::list for a linked listPython - using built-in types (to keep practicing Python)and write tests to ensure I'm doing it right, sometimes just using simple assert() statementsYou may do Java or something else, this is just my thing.

Why code in all of these?Practice, practice, practice, until I'm sick of it, and can do it with no problem (some have many edge cases and bookkeeping details to remember)Work within the raw constraints (allocating/freeing memory without help of garbage collection (except Python))Make use of built-in types so I have experience using the built-in tools for real-world use (not going to write my own linked list implementation in production)

I may not have time to do all of these for every subject, but I'll try.

You can see my code here:

You don't need to memorize the guts of every algorithm.

Write code on a whiteboard or paper, not a computer. Test with some sample inputs. Then test it out on a computer.

Prerequisite Knowledge

Algorithmic complexity / Big-O / Asymptotic analysis

Data Structures

More Knowledge

Trees

Sorting

Graphs

Graphs can be used to represent many problems in computer science, so this section is long, like trees and sorting were.

You'll get more graph practice in Skiena's book (see Books section below) and the interview books

Even More Knowledge


Final Review

This section will have shorter videos that can you watch pretty quickly to review most of the important concepts.It's nice if you want a refresher often.(More items will be added here)

General:

  • Series of 2-3 minutes short subject videos (23 videos)
  • Series of 2-5 minutes short subject videos - Michael Sambol (18 videos):

Sorts:

Coding Question Practice

Books

Mentioned in Google Coaching

Read and do exercises:

  • The Algorithm Design Manual (Skiena)

    Once you've understood everything in the daily plan, and read and done exercises from the the books above,read and do exercises from the books below. Then move to coding challenges (further down below)

Read first:

Read second (recommended by many, but not in Google coaching docs):

Additional books

These were not suggested by Google but I added because I needed the background knowledge

If you have time

Coding exercises/challenges

Once you've learned your brains out, put those brains to work.Take coding challenges every day, as many as you can.

Once you're closer to the interview

Your Resume

Be thinking of for when the interview comes

Think of about 20 interview questions you'll get, along the lines of the items below.Have 2-3 answers for eachHave a story, not just data, about something you accomplished
  • Why do you want this job?
  • What's a tough problem you've solved?
  • Biggest challenges faced?
  • Best/worst designs seen?
  • Ideas for improving an existing Google product.
  • How do you work best, as an individual and as part of a team?
  • Which of your skills or experiences would be assets in the role and why?
  • What did you most enjoy at [job x / project y]?
  • What was the biggest challenge you faced at [job x / project y]?
  • What was the hardest bug you faced at [job x / project y]?
  • What did you learn at [job x / project y]?
  • What would you have done better at [job x / project y]?

Have questions for the interviewer

Some of mine (I already may know answer to but want their opinion or team perspective):
  • How large is your team?
  • What is your dev cycle look like? Do you do waterfall/sprints/agile?
  • Are rushes to deadlines common? Or is there flexibility?
  • How are decisions made in your team?
  • How many meetings do you have per week?
  • Do you feel your work environment helps you concentrate?
  • What are you working on?
  • What do you like about it?
  • What is the work life like?

Additional Learning

--

Additional Detail on Some Subjects

I added these to reinforce some ideas already presented above, but didn't want to include themabove because it's just too much. It's easy to overdo it on a subject.You want to get hired in this century, right?

Video Series

Sit back and enjoy. "netflix and skill" :P

Computer Science Courses

About

A complete daily plan for studying to become a Google software engineer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp