Good coding question
Software Engineer Intern Interview Questions
9,335 software engineer 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
What is the difference between an int that is initialized and uninitialized?
As per interviewee, an NDA was required
Asked some higher level data structure stuff likes trees and complexities for various operations.
Tell me about your self.
Viewing 8871 - 8880 interview questions