There was only one technical question: Insert a node, say x, into a sorted circular linked list given only any random node as a parameter.
Software Development Engineer I Interview Questions
1,214 software development engineer i interview questions shared by candidates
What are your Projects?
transform a [1,0] matrix grid into matrix grid of manhattan distance between closest 1's
You are given a n*n matrix of bits (1s and 0s) where 1 represents land and 0 represents water. Adjacent 1s can be considered as joined together to form sort of island in water. Count the number of islands. Discuss complexity.
The questions for phone interviews are not difficult.
Imagine a data structure similar to a Binary Tree except, rather than each node pointing to is lchild and rchild, it only points to its parent. Write a function that, given two nodes into such a structure, returns their Lowest Common Ancestor - the lowest node in the tree which where both subtrees meet.
Given 2 linked lists ending in common tail – find the first node that they have in common
How to reverse a linkedList?
make some coding questions
Array manipulations, BFS, DFS, etc.
Viewing 221 - 230 interview questions