Print out the numbers from 0 to 999. If a number is divisible by 3, print a "!" after it. If a number is divisible by 11, print a "?" after it. Each number should be printed only once, and should be on a new line.
Intern Interview Questions
248,932 intern interview questions shared by candidates
asked me to write some code
Please describe the types of Inventory in a manufacturing facility.
Are you afraid of being put on the spot or have trouble discussing personal entertaining stories?
Expected number of rolls to see each side of a die at least once?
What's your fav movie and why
Please describe what happens from the moment when you switch on your PC, to the moment when you see the Linux login prompt...
Write a method to return all permutations of a string.
‘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
Viewing 941 - 950 interview questions