"Given a log file spanning multiple days, and given a page transition A -> B -> C, find all the unique users who made this page transition in the logs"
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,642 software engineer interview questions shared by candidates
Code to check if a Binary tree is symmetrical.
An array consists of elements where each element appears an even number of times. Only 1 element appears odd number of times. Find that number
Binary tree with parent pointers, given two nodes find common ancestor.
You want to keep the largest 1000 integer numbers from incoming pockets containing integers. Please write a program on how to do it.
How to print a link list reversely
He asked me to give him the algorithm for the Fibonacci number in both iterative and using recursion. I failed to solve a problem regarding the algorithm of a rand7 function by using a rand5 function.
Giving a string with number from 1-250 in random order, but miss 1 number. How to find the missed number.
Ask to reverse a linked list, both recursively and iterating way.
Determine if two number are neighbors in grey code sequence.
Viewing 2171 - 2180 interview questions