They sent me a C++ code sample and asked me about memory layout design of classes. I was pretty confused because I didn't know any C++ and I didn't put either C++ or compiler design in my resume. All I could do during the phone interview was trying to apply my understanding of memory allocation in Java to the memory layout design for classes in C++.
Software Development Engineer New Grad Interview Questions
6,139 software development engineer new grad interview questions shared by candidates
I was asked about my Cv, I was asked about java oop questions and also the difficult one, i was about concurency in database and give examples of a uncoupled microservice. i said monolithic is coupled and microservice is uncoupled, but i was told it was wrong
Determine if there is a deadlock given order of starting and joining threads
Doing the car thing, to make a car, somethign like that
2 white boarding Algorithm questions and one (pretty simple) physics/ problem solving type question.
Typical interview questions like tell me about yourself, and talked about one of my projects on my resume. This took roughly 10 minutes. The coding question was implementing a cache with a timestamp for the cache to delete itself.
How do you put a list of node/edge pair into an existing tree? the list of nodes are not in particular order, and it's not guaranteed to have a pair with the existing tree.
A coding question
Coding challenge: 1) Given time in hh:mm format. Find the next higher time using the same digits. 2) Variation of K empty slots leetcode. (https://leetcode.com/problems/k-empty-slots/) Telephonic round: Given a list of integer numbers, a list of symbols [+,-,*,/] and a target number N, provide an expression which evaluates to N or return False if that is not possible.
coding questions involving data structures and algorithms
Viewing 3431 - 3440 interview questions