The interviewers provided a few input files that represented a contrived inventory picture across a number of warehouses. Our task was to write a program that determined which items needed to be restocked.
Software Development Engineer I Interview Questions
1,214 software development engineer i interview questions shared by candidates
I was asked about the binary search algorithms, problem solving questions and some questions related to programming
Find the nth to the last node in a Linked List
SIgned an NDA, brush up on dynamic programming
Write an algorithm for solving the jigsaw puzzle. Input is the pieces of the puzzle and a method taking two pieces as input and returning true if they fit, false otherwise.
Mostly data structure questions on arrays, linked lists, etc
Design parking lot system with multiple entry and exit points
1> Given a binary string of 0 and 1, check if it is divisible by 3 2> Given a graph weighted directed graph that represents cash flow among friends, restructure the graph to minimize cash flow. 3> Given a binary search tree and a number N, find two numbers in the tree whose sum is N. 4> Count number of 1's in a sorted array of 0's and 1's 5> Merge k arrays each of one is sorted. Each array has n elements.
Firstly they asked me about my self followed by discussion on my projects and then asked to write a code to find Kth closest element in b-tree.
1. Delete node from circular LL. 2. No of ways to reach a point in matrix? DP 3. Max in window of size k. 4. Max profit buy/sell shares.
Viewing 1091 - 1100 interview questions