Two multiple choice questions about a given function Dijkstra(graph, startProduct), asking for the outcome from the given graph and outcome from dequeue operations
Entry Developer Interview Questions
3,327 entry developer interview questions shared by candidates
DP questions and sorting problems
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
Viewing 2751 - 2760 interview questions