Write a function to calculate fibonacci sequance, give your input, output and time complexity of that function. Show your test case.
Intern Engineer Interview Questions
15,480 intern engineer interview questions shared by candidates
Find the 2nd largest integer for given array
Standard questions from top 50 questions in programcreek with a little modification.
There multiple variations of Binary Tree traversal including normal methods like in-order, post-order, then more complex methods like skipping alternate nodes and levels. Final question was to display the binary tree in a zig-zag pattern.
how to find the min and max in an array
Find out if the array has repeated numbers in it. (make it more time efficient)
Describe data structures
Describe Object Oriented Programming
Reverse the words in the string. For example: "Hello world" becomes "world Hello" No use of memory.
About the best project I had done till now?
Viewing 991 - 1000 interview questions