Given two very large binary trees T1, with millions of nodes, and T2, with hun- dreds of nodes, create an algorithm to decide if T2 is a subtree of T1.
Development Interview Questions
137,183 development interview questions shared by candidates
Identify pairs of integers in an array which sum to a specified x.
Given a matrix of integers, start from any column of the first row. can only move diagonally left, diagonally right and down. find the max sum possible. This is a DP problem.
finding a missing number in a continuous number sequence.
Write a program takes in a string and a delimiter, and uses that delimiter to split a string and then will reverse the characters in every word (or jumble of characters between the delimiters), stuffing them back into a string when finished. ('The dog walks' becomes..... 'ehT god sklaw')
Given a string, konylabsinterview write a program to return bool if a given pattern matches.pattern example - kon*lab*terview*
1. Do you have experience selling software? 2. Are you comfortable with travel? 3. How do you feel about training others and/or are you willing to train others? 4. Why are you leaving your current place of work? 5. Without given a contact name or contact number for a company what are your procedures to obtain the information of a decision maker?
Tell me about a time when you over committed to an organization and what was the outcome?
Given an ArrayList of Nodes, with each Node having an ID and a parent ID, determine whether the List is given in preorder.
How would you code up a custom rectangle detector?
Viewing 141 - 150 interview questions