Suppose you have a matrix of numbers. How can you easily compute the sum of any rectangle (i.e. a range [row_start, row_end, col_start, col_end]) of those numbers? How would you code this?
Learning Development Coordinator Interview Questions
11,734 learning development coordinator interview questions shared by candidates
Have you ever had your code formally verified?
How have I handled conflict
Did you implement text analytics?
There are 10 stacks of 10 coins each. Each coin weighs 10 gms. However, one stack of coins is defective and each coin in that stack weights only 9 gms. What is the minimum number of weights you need to take to find which stack is defective? How?
What are some of the projects that you have done?
The three data structure questions are: 1. the difference between linked list and array; 2. the difference between stack and queue; 3. describe hash table.
Give an image, when we take 2 sub images from it, calculate the ratio similar to AnB/AuB.
Design round: Design an api rate limiter Coding round: simple manipulation of arrays and maps Craft round: Design an ML Labelling system
1 question I had was next greatest element in an array - searching only to the right. I had a solution with O(n^2), but they said don't even bother, that's rejected
Viewing 1 - 10 interview questions