Interns Interview Questions

248,402 interns interview questions shared by candidates

‘Why do you want to work here?’ and ‘What can you tell us about yourself?’ On that note, Google is notoriously famous for asking candidates curveball questions like ‘What would you do with $100 million?’ and ‘How would you explain AdSense to my grandmother?’ The key is to showcase your technical skills and knowledge.
avatar

Intern

Interviewed at Google

4.4
Apr 10, 2020

‘Why do you want to work here?’ and ‘What can you tell us about yourself?’ On that note, Google is notoriously famous for asking candidates curveball questions like ‘What would you do with $100 million?’ and ‘How would you explain AdSense to my grandmother?’ The key is to showcase your technical skills and knowledge.

Implement an Iterator of Iterators which traverses through an arbitrary number of iterators. IE, an iterator which iterates over three list iterators in the following way: L1 = a1, a2, a3 L2 = b1, b2, b3 L3 = c1, c2, c3 Then the iterator should process them in this order: a1, b1, c1, a2, b2, c2, a3, b3, c3
avatar

Intern

Interviewed at Google

4.4
Feb 13, 2016

Implement an Iterator of Iterators which traverses through an arbitrary number of iterators. IE, an iterator which iterates over three list iterators in the following way: L1 = a1, a2, a3 L2 = b1, b2, b3 L3 = c1, c2, c3 Then the iterator should process them in this order: a1, b1, c1, a2, b2, c2, a3, b3, c3

Write this function (on a Google doc): /*How many ways can you make change given the following denominations? ie, if numCentsToMake is 6 and denominations is [25, 10, 5, 1], then it should return 2: either a nickel and a penny or 6 pennies.*/ int numWaysToMakeChange(int numCentsToMake, int[] denominations)
avatar

Software Engineering Intern

Interviewed at Google

4.4
Oct 14, 2011

Write this function (on a Google doc): /*How many ways can you make change given the following denominations? ie, if numCentsToMake is 6 and denominations is [25, 10, 5, 1], then it should return 2: either a nickel and a penny or 6 pennies.*/ int numWaysToMakeChange(int numCentsToMake, int[] denominations)

Viewing 961 - 970 interview questions

Glassdoor has 248,402 interview questions and reports from Interns interviews. Prepare for your interview. Get hired. Love your job.