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 Level Software Engineer Interview Questions
2,470 entry level software engineer 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 1971 - 1980 interview questions