DP questions and sorting problems
Entry Developer Interview Questions
3,326 entry developer interview questions shared by candidates
given an nxn matrix where cell values represent the resisitance of a fluid find the minimum path through the matrix going from anywhere on the left column to the right column. possible moves are top-right, right, bottom-right constraints: n < 100 -100 < matrix[i][j] < 100
The questions were easy and most of my friends had answered the same programming questions previously.
Reverse a linked list. Psuedo code a sorting algorithm. What is TCP/IP.
What is the difference between a list and a tuple?
Given a 2D array with 1's and 0's as values (think of it as a maze), determine if there is an exit. You traverse the maze by looking at a 1, and if there is a 1 to the right, left, or below, you can move to that next 1. You can only exit the maze by traversing 1's.
What is a database project you've worked on?
asked about my school interview
Live coding with a HTML parser
The Advanced technical section in the initial online test was a nightmare. Lengthy code based on data structures followed by questions on what should be substituted where etc.
Viewing 2661 - 2670 interview questions