The second round of interview I was asked to calculate the product of three highest numbers in an array. The interviewer kept further questioning me about giving a more generalized answer.
Software Engineer Intern Interview Questions
9,448 software engineer intern interview questions shared by candidates
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.
Basic coding and algorithms.
Good coding question
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
There are a lot of questions that can be solved by arrays, sorting can be done in O(nlogn)... but they are looking for more than just correct answers, having an answer with a high time / space complexity won't help you. There was a tough question about linked lists with next and arbitrary pointers.
What's the difference between the stack and heap when they are initialized.
The technical problem wasn't something very difficult at first sight, but the trick was finding out the most efficient solution, which involved using tries. This solution was not implementable in 45 minutes, so the interviewer asked me to implement a specific part from the solution. There were very few behavioural questions, and nothing unexpected.
Viewing 8941 - 8950 interview questions