Optimization in both the programming questions.
Software Engineer Intern Interview Questions
9,335 software engineer intern interview questions shared by candidates
Q's involved string manipulations, OO design, algorithms and data structures.
what is your favourite data structure?
Write a function to calculate fibonacci sequance, give your input, output and time complexity of that function. Show your test case.
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
Viewing 691 - 700 interview questions