At very first started with coding. Didn't ask anything else before that.
Software Engineer Intern Interview Questions
9,750 software engineer intern interview questions shared by candidates
Nothing really
1.reverse a string word by word and there may be multiple whitespace between two word, keep exactly the same whitespace when reverse string by word 2.find all prime number less than the give input k
All the basic questions and couple of coding assignment over collabedit, asked to design a data stucture to represent a game environment and then for a dictionary.
Tell me a specific problem you've met doing your project, and how you handled it.
Basic data structure questions. LL, HashTable, BT Given an array of ints, sum up all the even numbers and print it. Then return true if any number in the array is evenly divisible by 7, false otherwise. Given a two words, write a function/method to determine if they are anagrams Given a singly linked list, split that into two lists one containing just the elements in odd position and another containing just the elements in even position.
First interviewer asked what problem I wanted to solve (general, not even coding based, but it took me by surprise)
Find all factor of a large number.
I had 2 back to back technical interviews Question1: Find two numbers in an unsorted array that equal to a given sum Question2: Find the first unique character in a string
How to reverse a linked list
Viewing 9501 - 9510 interview questions