Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Hello World 2018 - Learn how to get that dream job at Google!

Hello World 2018 - Learn how to get that dream job at Google!

Hello World Tech Conference

February 15, 2018
Tweet

Transcript

  1. Learn how to get that dream job at Google! Hello

    World Conference André Lago [email protected] andrelago.eu
  2. The journey 2013 FEUP Summer 2017 Google, California October 2018

    - ??? Google, Munich Summer 2016 Google, London
  3. Curriculum Vitae https://www.careercup.com/resume Important tips: • One page • Be

    specific and concrete • Use universal metrics • Extracurricular activities (contests, projects, …) • Choose you projects wisely
  4. CV screening • About 7 seconds per CV • Over

    2 million annual applications • You really need to be lucky...
  5. Interviews • 2 interviews, 45 min. each • Code using

    Google Docs • Language of choice: Java, C++, Python (if you have a death wish) • Problem solving exercises, algorithms, … • Always in English • Ice-breaking and cooldown
  6. Interviews Sample exercises: • Write a method that given a

    vector and a split index reverses the order of the elements in each of the sections separated by the index. (ex. [1, 2, 3, 4], split=2 [2, 1, 4, 3]) • Write a method that given a natural number returns a string that represents the simplified mathematical representation of that number’s reverse. (ex. number=6, since ⅙ = 0.1666… “0.1(6)”