Given an NxN matrix, find out the number of ways to get to the NxNth cell from the 1x1 cell...
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,369 software engineer interview questions shared by candidates
Reverse a string in-place.
Given a value and an array of integers, find if there are two integers in the array that add up to the value.
How would you reverse a linked list in Java?
Find the longest subsequence in a given array of numbers in O(n)
unlimited supply of coins of different demoninations. pick min number of coins to get given amount.
What is the fast sorting algorithm and why?
Write a function atoi in C, which takes a String as input, such as "123", and outputs an int, in this case 123.
Write a program that sees if two binary trees are equal.
Write a program that reverses the words in a sentence.
Viewing 1161 - 1170 interview questions