Optimization in both the programming questions.
Software Development Engineering Intern Interview Questions
2,326 software development engineering intern interview questions shared by candidates
Q's involved string manipulations, OO design, algorithms and data structures.
Write a function to calculate fibonacci sequance, give your input, output and time complexity of that function. Show your test case.
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.
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 211 - 220 interview questions