To find least common ancestor in a binary search tree
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,718 software engineer interview questions shared by candidates
Implement atoi
Write a function to find the node where two linked lists meet.
Given two sets of numbers find the elements in A that appear in B (set intersection)
Write a function which takes two strings as parameters and returns a string of common characters between the two strings but no duplicates. Use hash table to implement the algorithm.
Closest pair of points problem
how to get the most significant bit from a byte?
Hardest Q was: Here's a binary tree: find the longest path within it. So, find a path between any two leaf nodes, where the path is the longest.
Find the max subsequent sum for a random array of numbers
Some project related questions like choice of datastructure and how would i optimize the code
Viewing 2491 - 2500 interview questions