given list of integer duration, e.g. [1, 5], [3,11],[7,20] decide whether the all the duration will form a continuous duration.
Software Development Engineer Interview Questions
32,858 software development engineer interview questions shared by candidates
what is the average case and worst case time complexity for quicksort?
Debug a chat program from user point of view when it is failing to sign in the user means user is entering user name and password but it is not signing him in.
You have a directory tree of plain HTML files and your boss wants you to find all the phone numbers on the pages so they can be removed. What would you use to do this?
Design an LRU cache
Find all pairs of numbers in an array that sum to a given number, n, in linear time
Design LRU cache
Basic java questions and write a method to test whether a given binary search tree is valid or not
Detect a loop in the given directed graph.
Imagine a sequence like this: a, b, c...z, aa, ab, ac...zz, aaa, aab, aac.... aax, aaz, aba, abc... (Its same as excel column names). Given an integer (n), generate n-th string from the above sequence. Ps: Don't generate the full list of sequence till n. It'll be definitely bad approach :)
Viewing 1661 - 1670 interview questions