1. Cumulative sum of fibonacci series. fib(n) = addition of all the fibonacci numbers upto n -1.
Software Development Interview Questions
36,979 software development interview questions shared by candidates
Write a function that detects the first non-repeating character in a char array, and do so with only a single pass over the array.
Was asked to implement a method to find the middle value of a linked list with using the standard provided functions of a linked list Also asked to find a number repeated sequentially the most number of times in an integer array. Then provide test cases on function
Given a triangle of integers, find the path of the largest sum without skipping.
Didn't expect there will be reasoning and working style assessment.
How many balls can u place into a box out of 25 balls.Not mentioned anthing more than this...how funny is this :)
find a anagrams of given string from the paragraph.
How would you traverse through a binary search tree and print out each element in order?
Print the BST in level order
validate a binary tree
Viewing 331 - 340 interview questions