Q: Describe in detail a personal project you worked on
Software Engineer Intern Interview Questions
9,771 software engineer intern interview questions shared by candidates
What are the differences between a virtual machine and a container?
Implementation of the thing from C++ std.
Modified Binary Search Algorithm, Parsing Json
Why Citadel? Any relevant experience?
Describe a time you faced a challenge and explain how you overcame it.
It firsts start with some easy software engineering practice problems. The one I had is to randomly select people in a city proportional to the district population size. It is easy at first but later there were stretch goals like testing and optimizing the runtime in context of repetitions of calling the function with an acceptable error.
Find the amount of pairs of indices (i, j) where v[i] = v[j] = v[i+1] + v[i+2] + ... + v[j- 1]. O(n log n)
Technical: Smallest substring with nonrepeatable characters Superday: Frog Jump (DP) with a twist kinda
It was a Leetcode medium question
Viewing 7271 - 7280 interview questions