Given an inorder representation , how many BST's can be formed from it.
Software Development Programmer Interview Questions
33,184 software development programmer interview questions shared by candidates
Find the maximum number of substrings with k distinct characters. input: "pqpqs", k=2 output: [pq,pqp,pqpq,qp,qpq,pq,qs]
How will find if an integer is power of 2.
Write OOP system to parse different type of error formats.
How can design a TinyURL for a website? Design an algorithm and write sample code which generates TinyURL for a website.
Second interview: Simple twosum problem.
OA : Minimum Cost to Connect Sticks A BFS question Interview: Valid Parentheses Generate Parentheses Remove Invalid Parentheses
How to delete the spaces in a string without copying it into another string.
Design an algorithm to put the advertisement on the several position of a webpage. Such that no duplicate and a lot of other restrictions.
Basic logic question and no coding in OA1, 3 coding OA2.
Viewing 941 - 950 interview questions