Good coding question
Software Engineer Summer Intern Interview Questions
9,347 software engineer summer intern interview questions shared by candidates
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.
-Write a method to convert an integer into a roman numeral string -Design a class for a deck of cards
Debug some pieces of code.
Find the smallest entry in matrix with given boundary
they were simple coding questions, you can use any language for the interview
How to reverse a linked list
Viewing 9031 - 9040 interview questions