How would you go about creating a caching algorithm in c++?
C Software Engineer Interview Questions
994 c software engineer interview questions shared by candidates
Algoritmical difficult. I'm really did not know.
C# interview: asked about C# and .NET internals, features. Python interview: write a function to generate N prime numbers
What all projects are you worked on? Why you wnat to join us?
Why did you choose to apply?
the classic question of writing the "atoi" function
(technical interview) You have two arrays: A and B. A contains ints and B has pairs: (element from A, the number of elements that are larger than that element and to the right of it in A). for example: A = [4,3,5] B = [(5,0), (3,1), (4,1)] Given array B, recreate array A
C++ Basics, Questions on syntax
Some questions and practical examples were legitimate, like multithreading behavior leading to zombie processes. Some were rather synthetic or just examples of bad code that you should never see anyway, like what would this do: int i = 5; int x =10; i+++++j;
Theoretical questions outside the scope of a C++ dev and more towards a DevOps.
Viewing 931 - 940 interview questions