Array, Tree, Dynamic Programming questions
Development Interview Questions
137,419 development interview questions shared by candidates
Write recursion that calculate the permutation of string
Data Structures, DS Algo, CTCI
How does a CPU work?
How will you implement word ladder puzzle
NDA , Unable to disclose (But mostly data structures and algorithms.) Careercup and glassdoor will reach you. Nothing difficult at all.
Why are you looking for a new job?
Given a tree of order n which is neither complete or a search tree, write a function to construct a new tree of order m in-place. Memory usage is bound to 2 times the size of the tree. The new tree must be complete, and a node A cannot be a child of another node B in the new tree if A was an ancestor of B in the old tree.
Given an array with integers, return the array so that it will not have any consecutive duplicates.
The coding problem he asked me was to find the next larger element in a BST.
Viewing 1761 - 1770 interview questions