Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. For my informational interview, I interviewed Leeor Baskin, a personal acquaintance and an engineer at Google.
  2. He was originally a corporate attorney before deciding to change careers. He is mostly self-taught in C and PHP with online courses like
  3. Harvard's CS-50 and Coursera. He also did the 3-month educational retreat at the Recurse Center in New York.
  4. At about the halfway point in his time at the Recurse Center, Leeor felt ready to begin applying for jobs. His job search lasted about
  5. four months before he was offered a position at Google.
  6. At Google, he works on a team of 5-6 people. They have daily standups and longer meetings on a weekly basis.
  7. He says projects come up organically, usually from whatever they were working on previously. Typically a project takes his team
  8. several weeks to complete. He says that Google has a more formal system of mentorship for newer programmers, but he didn't participate
  9. in that program and can't speak to that experience. He says individual tasks are usually assigned based on skill and interest.
  10. The primary languages they work in are Java and C++.
  11. One interesting thing in the interview is hearing exactly how some of the skills I'm studying will be utilized in a professional setting;
  12. for example, the expectation that every piece of code I write be submitted in tandem with its own unit test.
  13.  
  14. Advice: Leeor said that it is never too early to start practicing for technical interviews on top of the mock interviews in the Thinkful
  15. curriculum. He recommended Corsera as a good resource for this, as well as the exercises on the website LeetCode. He also described the importance
  16. of 'Big O Notation' in the techncial interview process, a concept with which I was previously unfamiliar.
  17. Lastly, he recommended I read the book "Cracking the Code Interview", by Gayle McDowell. He said even though the coding problems in that
  18. book are in a language other than JavaScript, the author provides links to alternate versions of the exercises in several programming
  19. languages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement