Some basic c++ concepts, OOp, pointers , function pointers, references, smart pointers
Software Developer C Interview Questions
1,018 software developer c interview questions shared by candidates
What are your available time slots for a phone call?
How to find the minimum of a function, given the range of an input number.
How would you go about creating a caching algorithm in c++?
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
Viewing 951 - 960 interview questions