Explain your design decisions behind [x]
Software Developer New Grad Interview Questions
6,137 software developer new grad interview questions shared by candidates
Given a file path, determine if a given byte array exists in the contents of that file. The file is large so you cannot read it all into memory. The search query may be as long as the file itself.
Design a low latency distributed trading system that adheres to risk limits
What keywords would you use to differentiate an "important" or less basic user question from FAQ questions?
The interview was pretty simple and open. They asked questions like "What do you think about our product? ", "Could you point out something you think we need to improve"
first round : access modifiers, java signature, call by value/reference , http second round : queue using java- asked me to design a message passing system.
Describe your background and experience
Tell me about a time you faced a challenge in nursing school, and how you overcame.
Why nursing? What school did you attend? Previous jobs you worked at.
In the first interview I was given code and had to find the bugs. Very simple. Bug were obvious like missing a delete, wrong variable / type name. So simple to the point one might not even look for them. Second interview was an easy leetcode question. Given an array find all subarrays that satisfy some condition. Third interview was implementing shared_ptr (without the it being thread-safe although its good to know how to do this, if you can do it with atomics and not mutex it would be great). Apart from the programming challenges themself you should know your STL quite well. By well I mean knowing what different contructors of shared_ptr / weak_ptr do. STL algorithms, ranges, multi-threading,etc. Apart from that move-semantics is super important know it very well. Sometimes they will ask you questions about event-loops, low-level OS concepts like memory allocations, how virtual memory works. Not so much networking (actually none at least for me).
Viewing 2571 - 2580 interview questions