Write an algorithm to calculate the total number of paths possible from point (0, 0) to point (m, n) in an m by n grid. (You cannot retrace a line you already made when forming a path.)
Engineering Technology Interview Questions
45,242 engineering technology interview questions shared by candidates
Given an array of (unsorted) integers, arrange them such that a < b > c < d > e... etc.
What's the best way to detect a loop in a linked list?
how would you find the shortest path between two nodes in a social network?
Print a linked list in reverse recursively and non-destructively.
Design a data structure that supports insert, delete min, delete max, get min, and get max, all in log(n) time.
Write a C function to define strstr(char *haystack, char * needle) to return the first occurrence of needle in haystack. Code must compile and execute.
You have two glass bottles that will break if dropped from a specific floor between 1 and 100. Find the most efficient way to find out which floor will break the glass.
You have a program with something or component that fails 1 week before launch. What do you do?
You are in a boat which is in the middle of a pond and you are holding a rock in your hand. You throw the rock into the lake. Does the water level of the lake rise?
Viewing 21 - 30 interview questions