what are your technological interests
Software Development Interview Questions
36,991 software development interview questions shared by candidates
Reverse a linked list - both iterative and recursive way.
How do you test the functionality of weather.com which takes a coordinates anywhere on earth and gives you accurate current weather information. After I given my plan which is to use automation tool collecting weather information from public weather station and compare results. I was asked what if there's no web service, no phone service, not even radio and you can't load weather forecast information from the public weather stations. Nor you can use historical value to test since the results need to be very accurate.
Question regarding how to retrieve the second highest repeated number in array the second question was how to print the nodes of binary tree level wise
Fixing minor errors in already written code
An integer is represented in binary as a sequence of 0's and 1's. Write a function that returns the number of 1's in the binary representation of a given integer.
11 Answers Given references to roots of two binary trees, how do you short circuit determine whether the sequences of the leaf elements of both the trees are same ? The structure of two BTs may be different. Short circuit : for ex. If the very first leaf element of each tree is different, the algorithm should stop immediately returning false instead of checking all the leaf elements of both trees.
Given 'n' integers, print the numbers given in a range
Determine if two strings are anagrams.
Given an inorder representation , how many BST's can be formed from it.
Viewing 1021 - 1030 interview questions