given a large array of int return the length of the longest increasing(non-necessarily-adjacent) sub-sequence
Engineer Developer Interview Questions
467,765 engineer developer interview questions shared by candidates
Given an array of integers arranged in a way that they are first in a strictly increasing sequence and then after a certain point they are arranged in a strictly decreasing sequence. Find the max value in that array For ex: [3,6,8,13,20,35,33,30,21,17,14,2,1,-2] : 35 is the max in this array
Coding the fibonacci algorithm.
Find the least common ancestor of 3+ nodes, in a binary tree wher the nodes only point to their parents. No child pointers.
Given an array and a sum, determine if any of the items add up to sum. Do a linear space solution and constant time solution.
Find the angle between the hour hand and the minute hand on a clock given the hour, minute and second.
Difference between an array and a linked list
Given an array of integers, rotate it one position.
How to help your teammate when you are busy? What is your favorite project?
Various "behavioral" and coding challenges.
Viewing 1711 - 1720 interview questions