What is an example of an innovative solution you’ve designed and implemented?
Software Development Intern Interview Questions
2,991 software development intern interview questions shared by candidates
What is the proof that you only have written this code??
Q) Given a list of strings how would you find the prefix of each string? What is the complexity? How will you sort the string?
Check whether a tree is a BST or not?
How does malloc work in C? How does deadlock prevention work in operating systems?
Write the code for the question in 15 minutes!
Design a complex car from the ground up.
There wasn't any question of very high difficulty
Given a set of integers, produce its power set (the set of all subsets of the original set)
Group input strings by permutations and output as a set. For example, if your input is: "abc, acb, bce, dce, cde" then your output is: "(abc, acb) (bce) (dce, cde)". Assume all input strings are of the same size. Didn't actually have to write the code for this one, but rather gave an in-depth step-by-step explanation using data structures and time and space complexity.
Viewing 2251 - 2260 interview questions