1 question was asked in technical interview which was a simple question that could be solved using divide and conquer approach.
Software Engineer Internship Interview Questions
23,451 software engineer internship interview questions shared by candidates
There was a simple programming task I solved at the whiteboard and he asked if I knew how to do it in a better time complexity. Maximum contiguous subarray
They had me do a technical question which involved programming the logic that moved the hands of a clock based off the hours, mins, seconds.
Given a list of commands, in the format [function name, ENTER/EXIT, time event occurs]) return a list of the duration that each function occurred for along with the name of that function. Note: (duration is inclusive of the start and end time) Example of input: F1 ENTER 110 F2 ENTER 120 F3 ENTER 130 F3 EXIT 140 F3 ENTER 150 F3 EXIT 160 F2 EXIT 170 F1 EXIT 180 Level 2/Bonus: if you've already entered a function and you are given a command to enter a new one, it's now a sub-process of the one already started. Return the duration of each function without the time spent in sub functions) (e.g. in the above example, F2 is a subprocess of F1, F3 is a subprocess of F2 and so on)
Given a list of sequential numbers, there will be two missing numbers from the sequence. Print those two numbers.
do you have research interests and plan for post graduation
The asked me to code both the Fibonacci sequence (recursive or iterative) and some SQL as it was on my resume
Tell me about a time you worked on a project with somone that was hard to work with and how you managed.
How would you implement toupper()?
What is your favorite Microsoft product?
Viewing 1451 - 1460 interview questions