Common interview problems like string processing. Remove repeated chars in a string.
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
Multiply 2 long numbers without using multiplication.
Find the longest consecutive sequence of nodes in a linked list defined by a simple node class without using any other data structures.
What steps would you take to determine the source of a slow web site?
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
forward linked list, traverse in reverse . in O(1) memory
Given a string S and string T, implement a function search(string s, string t) that returns all occurrences of T or T's permutations in S. Assume that characters in S and T comprise of only lower and upper case English letters.
My phone and onsite interview questions were super easy. It was just designing a class that had some methods to maintain data.
C++ versus Java. Reverse a singly lined list.
Viewing 2391 - 2400 interview questions