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
Staff Software Engineer Interview Questions
2,608 staff software engineer interview questions shared by candidates
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
What is garbage collection in c#?
Viewing 541 - 550 interview questions