How to handle conflicts with team members?
Software Engineer Staff Interview Questions
2,548 software engineer staff interview questions shared by candidates
Questions are specific depending on your background, mine covered the following topics: - MPI basics - Optimizing GPU kernels - Coupling C/C++ and FORTRAN codes - Transposing a 2D pointer array - Roofline model analysis
Write a given interface implementation for filtering events when you have big batches.
Write a quick architecture approach based on a previous task. How event will be handled by different services and were will be stored.
I can't disclose the questions but basically the first interview is looking for good OOP programming skills and the second is more around complexity and distributed computing.
interview based on resume
Write a program to reverse a subset of linked list Input: 1 - 2 - 3- 4- 5- 6- 7 --> NULL; start = 3, end = 6 output : 1 --> 2 -->6-->5-->4-->3-->7-->NULL;
What happens you create a commit in git? What objects get created? How are the changes stored?
Design snake & ladder game with running code.
2d matrix shortest path type question use bfs queue
Viewing 521 - 530 interview questions