Tell me about yourself and projects
Software Engineer Interviews
Software Engineer Interview Questions
Software engineers write programs to design and develop computer software. Interviews are highly technical, so come ready to work through coding problems and math brainteasers. The specific questions you are asked will depend on what type of programming position you are looking for. Try researching a specific software discipline such as web development, application development, or system development.
Top Software Engineer Interview Questions & How to Answer
Question #1: How would you describe your programming task process?
Question #2: Which programming languages do you know and prefer?
Question 3: What is an example of a successful project that you completed?
419,802 software engineer interview questions shared by candidates
how to do the quicksort on big number of data?
Question based on memory management
Phone Screen included classic "balanced bracket" algorithm.
How to efficiently sort a pivoted array
How would you implement a stack to achieve constant time for "push", "pop" and "find mininum" operations?
Design an iterator for a collection of collections in java. The iterator should hide the nesting, allowing you to iterate all of the elements belonging to all of the collections as if you were working with a single collection.
Given a directory with lots of files, find the files that have the same content (the file names are different). I think file format is not considered, since when I said the size of the file with the same content should be the same, the interviewer did not deny it.
Perform binary search on a sorted array, of which you don't know the size.
How would you store 1 million phone numbers?
Viewing 2951 - 2960 interview questions