Original: Inglês
Esse é o meu plano de estudo mensal para ir de desenvolvedor web (autodidata, sem formação em Ciência da Computação) à engenheiro de software da Google.
Essa longa lista foi extraída e expandida a partir das anotações de treino da Google, então essas são as coisas que você precisa saber. Eu adicionei alguns itens extras no final que podem aparecer na entrevista ou serem úteis para resolver um problema. Muitos itens são da obra “Get that job at Google” (Consiga aquele trabalho na Google) de Steve Yegge’s e às vezes são expressados palavra-por-palavra nas anotações de treino da Google.
Eu resumi o que você precisa saber das recomendações do Yegge. Eu alterei os requerimentos do Yegge com base em informações que recebi do meu contato na Google. Isso é direcionado à engenheiros de software novos ou àqueles que estão trocando de desenvolvimento de software/web para engenharia de software (onde conhecimento de ciência de computação é necessário). Se você tem vários anos de experiência e está alegando muitos anos de experiência com engenharia de software, pode esperar por uma entrevista mais difícil. Leia mais
Se você tem vários anos de experiência com desenvolvimento de software/web, observe que a Google considera engenharia de software algo distinto de desenvolvimento de software/web e eles pedem conhecimento de ciência da computação.
Se você quer ser um engenheiro de confiabilidade ou engenheiro de sistemas, estude mais da lista opcional (rede, segurança).
---------------- Tudo abaixo é opcional ----------------
Estou seguindo esse plano para me preparar para a minha entrevista com a Google. Eu estive construindo a web, construindo serviços, e lançando startups desde 1997. Eu sou graduado em economia, não em ciência da computação. Eu tenho sido muito bem sucedido em minha carreira, mas eu quero trabalhar na Google. Quero progredir para sistemas maiores e realmente entender sistemas de computação, eficiência algorítmica, desempenho de estrutura de dados, linguagens de baixo nível, e como tudo funciona. E se você não sabe nada disso, a Google não vai te contratar.
Quando eu comecei esse projeto, I didn't know a stack from a heap, didn't know Big-O anything, nada sobre árvores, or how to traverse a graph. Se eu tivesse que escrever um algoritmo de ordenação, eu posso te dizer que ele não seria muito bom. Todas as estruturas de dados que eu já usei eram construídas dentro da linguagem, e eu não sabia como elas funcionavam por baixo dos panos. Eu nunca tive que gerenciar memória a não ser que um processo que eu estava rodando desse um erro de "memória insuficiente", nesse caso eu teria que dar um jeito. Eu já usei alguns arrays multidimensionais na minha vida e milhares de arrays associativos, mas eu nunca criei estruturas de dados do zero.
Mas depois de passar por esse plano de estudo sou confiante de que serei contratado. É um longo plano. Vai levar meses. Se você já é familiarizado com muitas dessas coisas, você vai precisar de muito menos tempo.
Tudo abaixo é um esboço, e você deve abordar os itens em ordem de cima para baixo.
Eu estou usando a sintaxe de markdown especial do Github, incluindo listas de tarefas para verificar o progresso.
Crie um novo branch para você verificar itens assim, apenas coloque um x entre os colchetes: [x]
Bifurque (fork) um branch e siga os comandos abaixo
git checkout -b progress
git remote add jwasham https://github.com/jwasham/google-interview-university
git fetch --all
Marque todas as caixas com X depois que você completar suas alterações
git add .
git commit -m "Marked x"
git rebase jwasham/master
git push --force
Mais sobre a sintaxe de markdown especial do Github
Imprima um cartaz (ou dois) de "future Googler" e mantenha seus olhos no prêmio.
Estou na fila no momento. Espero ser entrevistado logo.
Obrigado pela referência, JP.
Minha estória: Por que eu estudei em tempo integral por 8 meses para uma entrevista com a Google
Estou na jornada, também. Me acompanhe:
Alguns vídeos estão disponíveis somente ao ingressar em um curso no Coursera, EdX, ou Lynda.com. Esses são chamados de MOOCs (Curso Online Aberto e Massivo). Às vezes as aulas não estão em sessão, nesse caso você terá que esperar alguns meses, portanto não terá acesso até lá. Os cursos da Lynda.com não são gratuitos.
Eu agradeceria a ajuda de vocês em adicionar fontes públicas gratuitas e sempre disponíveis, como vídeos do YouTube para acompanhar os vídeos de curso online.
Eu gosto de usar palestras de universidades;
[ ] Vídeos:
[ ] Articles:
[ ] Prep Courses:
[ ] Additional (not suggested by Google but I added):
Eu escrevi esse pequeno artigo sobre isso: Important: Pick One Language for the Google Interview (Importante: Escolha Uma Linguage para a Entrevista da Google)
Você pode escolher uma linguagem com a qual você esteja confortável para fazer a parte de programar (parte prática) da entrevista, mas para a Google, essas são ótimas opções:
You could also use these, but read around first. There may be caveats:
You need to be very comfortable in the language and be knowledgeable[1]. [1]translator note > clarify with author: "knowledgeable about the chosen language or knowledgeable in general? (about programming in general)
Leia mais sobre as escolhas:
Veja recursos de linguagens aqui
Você vai ver aprendizado de C, C++ e Python incluído abaixo, porque eu estou aprendendo. Tem alguns livros envolvidos, veja no final.
This is a shorter list than what I used. This is abbreviated to save you time.
Se você tem muito tempo sobrando:
Se estiver com pouco tempo:
Se você tem mais tempo (eu quero esse livro):
Você precisa escolher uma linguagem para a entrevista (veja acima). Aqui estão minhas recomendações por linguagem. Eu não conheço recursos para todas as linguagens. Contribuições de recursos aqui são bem-vindas.
If you read though one of these, you should have all the data structures and algorithms knowledge you'll need to start doing coding problems. You can skip all the vídeo lectures in this project, unless you'd like a review.
Additional language-specific resources here.
I haven't read these two, but they are highly rated and written by Sedgewick. He's awesome.
If you have a better recommendation for C++, please let me know. Looking for a comprehensive resource.
OR:
Some people recommend these, but I think it's going overboard, unless you have many years of software engineering experience and expect a much harder interview:
[ ] Algorithm Design Manual (Skiena)
[ ] Introduction to Algorithms
"Algorithms and Programming: Problems and Solutions" by Shen
Essa lista cresceu por longos meses, e sim, ela meio que saiu do controle.
Aqui estão alguns erros que eu cometi para que você tenha uma melhor experiência.
I watched hours of vídeos and took copious notes, and months later there was much I didn't remember. I spent 3 days going through my notes and making flashcards so I could review.
Read please so you won't make my mistakes:
Retaining Computer Science Knowledge
Para solucionar o problema, eu fiz um pequeno site flashcards onde eu poderia adicionar dois tipos de flashcards: genérico e código.
Cada cartão tem formatação diferente.
I made a mobile-first website so I could review on my phone and tablet, wherever I am.
Make your own for free:
Keep in mind I went overboard and have cards covering everything from assembly language and Python trivia to machine learning and statistics. It's way too much for what's required by Google.
Note on flashcards: The first time you recognize you know the answer, don't mark it as known. You have to see the same card and answer it several times correctly before you really know it. Repetition will put that knowledge deeper in your brain.
An alternative to using my flashcard site is Anki, which has been recommended to me numerous times. It uses a repetition system to help you remember. It's user-friendly, available on all platforms and has a cloud sync system. It costs $25 on iOS but is free on other platforms.
My flashcard database in Anki format: https://ankiweb.net/shared/info/25173560 (thanks @xiewenya)
I keep a set of cheat sheets on ASCII, OSI stack, Big-O notations, and more. I study them when I have some spare time.
Take a break from programming problems for a half hour and go through your flashcards.
There are a lot of distractions that can take up valuable time. Focus and concentration are hard.
This big list all started as a personal to-do list made from Google interview coaching notes. These are prevalent technologies but were not mentioned in those notes:
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 vídeos about that subject, and write an implementation in:
You don't need all these. You need only one language for the interview.
Why code in all of these?
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.
[ ] Learn C
[ ] How computers process a program:
[ ] Cheat sheet
If some of the lectures are too mathy, you can jump down to the bottom and watch the discrete mathematics vídeos to get the background knowledge.
[ ] vídeos:
[ ] Online Courses:
[ ] implement with array using linear probing
[ ] Notes:
For heapsort, see Heap data structure above. Heap sort is great, but not stable.
[ ] UC Berkeley:
[ ] Merge sort code:
[ ] Quick sort code:
[ ] Implement:
[ ] Not required, but I recommended them:
If you need more detail on this subject, see "Sorting" section in Additional Detail on Some Subjects
Graphs can be used to represent many problems in computer science, so this section is long, like trees and sorting were.
Notes from Yegge:
[ ] Skiena Lectures - great intro:
[ ] Graphs (review and more):
Full Coursera Course:
Yegge: If you get a chance, try to study up on fancier algorithms:
I'll implement:
You'll get more graph practice in Skiena's livro (see livros section below) and the interview livros
If you need more detail on this subject, see "String Matching" section in Additional Detail on Some Subjects
Essa seção terá vídeos mais curtos que você pode assistir rapidamente para revisar a maioria dos conceitos importantes.
É legal se você quiser dar uma refrescada na memória.
Now that you know all the computer science topics above, it's time to practice answering coding problems.
Coding question practice is not about memorizing answers to programming problems.
Why you need to practice doing programming problems:
There is a great intro for methodical, communicative problem solving in an interview. You'll get this from the programming interview livros, too, but I found this outstanding: Algorithm design canvas
My Process for Coding Interview (Book) Exercises
No whiteboard at home? That makes sense. I'm a weirdo and have a big whiteboard. Instead of a whiteboard, pick up a large drawing pad from an art store. You can sit on the couch and practice. This is my "sofa whiteboard". I added the pen in the photo for scale. If you use a pen, you'll wish you could erase. Gets messy quick.
Supplemental:
Read and Do Programming Problems (in this order):
See Book List above
Once you've learned your brains out, put those brains to work. Take coding challenges every day, as many as you can.
Challenge sites:
Maybe:
Think of about 20 interview questions you'll get, along with the lines of the items below. Have 2-3 answers for each. Have a story, not just data, about something you accomplished.
Some of mine (I already may know answer to but want their opinion or team perspective):
Congratulations!
Keep learning.
You're never really done.
*****************************************************************************************************
*****************************************************************************************************
Everything below this point is optional. These are my recommendations, not Google's.
By studying these, you'll get greater exposure to more CS concepts, and will be better prepared for
any software engineering job. You'll be a much more well-rounded software engineer.
*****************************************************************************************************
*****************************************************************************************************
[ ] AVL trees
[ ] Splay trees
[ ] Red/black trees
[ ] 2-3 search trees
[ ] 2-3-4 Trees (aka 2-4 trees)
[ ] N-ary (K-ary, M-ary) trees
[ ] B-Trees
--
I added these to reinforce some ideas already presented above, but didn't want to include them
above because it's just too much. It's easy to overdo it on a subject.
You want to get hired in this century, right?
[ ] Union-Find
[ ] More Dynamic Programming (vídeos)
[ ] Advanced Graph Processing (vídeos)
[ ] MIT Probability (mathy, and go slowly, which is good for mathy things) (vídeos):
[ ] String Matching
[ ] Sorting
Sit back and enjoy. "Netflix and skill" :P
[ ] List of individual Dynamic Programming problems (each is short)
[ ] Excellent - MIT Calculus Revisited: Single Variable Calculus
[ ] Computer Science 70, 001 - Spring 2015 - Discrete Mathematics and Probability Theory
[ ] CSE373 - Analysis of Algorithms (25 vídeos)
[ ] UC Berkeley 61B (Spring 2014): Data Structures (25 vídeos)
[ ] UC Berkeley 61B (Fall 2006): Data Structures (39 vídeos)
[ ] UC Berkeley CS 152: Computer Architecture and Engineering (20 vídeos)
[ ] Carnegie Mellon - Computer Architecture Lectures (39 vídeos)
[ ] MIT 6.034 Artificial Intelligence, Fall 2010 (30 vídeos)
[ ] MIT 6.042J: Mathematics for Computer Science, Fall 2010 (25 vídeos)
[ ] MIT 6.046: Design and Analysis of Algorithms (34 vídeos)
[ ] MIT 6.050J: Information and Entropy, Spring 2008 (19 vídeos)
[ ] Mining Massive Datasets - Stanford University (94 vídeos)