Longest Common Subsequence - You can see this is kind of a Leetcode question.
Student Developer Interview Questions
970 student developer interview questions shared by candidates
iterating over an entrire tree
Design patterns for a car rental
Describing what a given code do
What do you know about OOP?
Normal Linked list and Binary search kind of questions, hard String comparing recursion question.
1-you are given two lists find the first node at which they collide 2-implement a stack data structure (only takes int and has a max size) 3-if you have a string that contains () {} [] .. check if its balanced 4-implement a stack with get_min o(1) you can use additional space 5- given a binary search tree and a number a find the rank of a
Given an array, check if there is a sub-array who's sum is equal to N (which is given as a parameter).
Given a string and a number k return the maximum substring which has no more than k unique digits.
Given a graph, determine if it is a tree
Viewing 611 - 620 interview questions