How will you determine two graphs are the same?
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,685 software engineer interview questions shared by candidates
Implement a fast exponentiation function
Given a bunch of N random points in space, how would you draw a line such that N/2 of them were to the left of the line and N/2 to the right of it. Complexity
How would you sort 10 million phone numbers?
What steps would you take to determine the source of a slow web site?
C++ versus Java. Reverse a singly lined list.
Find the maximum sum possible in an array of positive integers by selecting the elements in such a way that no two elements are next to each other.
Find the majority element of an array.
How would you implement the try/finally construct in C++?
There are n integers in disk. Memory has m space. how to sort the data efficiently.
Viewing 2381 - 2390 interview questions