NDA
Development Engineer Interview Questions
38,109 development engineer interview questions shared by candidates
NDA
1) Debug some code and take logic test 2) Perform coding challenge 3) Show general knowledge of software development, code something, talk about interests
longest substring palindrome
Give a similar one here: Find 4 numbers in an integer array and they sum zero
How to decide if a graph is acyclic?
Find duplicate elements in two lists
NDA. Study algorithms and data structures. I used Cracking the Coding Interview
Delete node in BST
Given a sorted array of distinct integers and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
Staircase problem: Given a stair of size N and two ways to reach next step, take 1 step at a time or take 2 steps at a time. What is the total possible ways you can reach staircase of particular length?
Viewing 251 - 260 interview questions