The question was basically inorder traversal- how would I write out the nodes of a binary tree from left to right
Software Interview Questions
550,842 software interview questions shared by candidates
1.Add two numbers without using addition operator? 2.Print your name without using semicolon? 3.find maximum number in three numbers with conditional operator?
Name of lander isro launched
As technical as you can explain what you currently do.
You are given a predefined function which generates random number from 1 to 5. You need to use this function and create another function which will generate random number from 1 to 7. Now most important thing is to remember that new random function should be even (i.e. the number generated should be unpredictable, and evenly spaced out).
how would you attach an event to an object
Given an array of 1..n numbers with 2 numbers missing in it find the missing ones.
Find the k largest elements of a constant input stream of values.
Given a list of points in the 2D xy plane, determine how many of those points can maximally exist on a line (not necessarily through the origin). So find the line that contains the most points, and return how many points are on that line.
Given a sum, find two numbers in an array with that sum.
Viewing 3031 - 3040 interview questions