Signed a non-disclosure agreement so can't give exact questions. Though they're pretty standard interview questions based on Data Structures, String manipulations etc. My best advice would be think about what you would like to ask the interviewer. I totally forgot to prepare questions and I felt like they were waiting for me to ask them something.
Engineering Intern Interview Questions
24,106 engineering intern interview questions shared by candidates
flatten iterator
leetcode question: 3 people hang out, print out all the transactions between them
Method to find all duplicates of letters in a string. A few simple data structure runtime questions. Questions on OO design.
What is the difference between a HashTable and HashMap in Java?
What are the major principles of the object oriented programming?
Tell me about a time you had to deal with a difficult team member
Given a library of numbers to corresponding letters (1 = a, 2 = b, 3 = c, etc.) and a string made up of digits, return how many different ways those digits can be translated to letters. ex: “1111”: “aaaa” “kaa” “aka” “aak” “kk” => 5 different ways
Pascal's Triangle - print a row
Write a function that prints a binary tree level-by-level.
Viewing 381 - 390 interview questions