1. Cumulative sum of fibonacci series. fib(n) = addition of all the fibonacci numbers upto n -1.
Software Development Engineer Interview Questions
32,815 software development engineer 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
post order traversal of a Binary Search Tree Follow up Create a BST from this post order traversed array and write test cases for this function
Reverse each word of the string without reversing the order of the words this is a test BECOMES siht si a tset
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?
Viewing 311 - 320 interview questions