C++ Algorithms 90 minutes test
C Software Developer Interview Questions
396 c software developer interview questions shared by candidates
explain experience with peer reviews, and how would you ensure consistency and completeness in software deliveries
Linux command line , find out what it does using google
Unexpected unprofessional interviewer.
[Tech] What is a deadlock and how do you create one?
Some basic c++ concepts, OOp, pointers , function pointers, references, smart pointers
What all projects are you worked on? Why you wnat to join us?
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;
(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
2d array c# problem with edge cases
Viewing 361 - 370 interview questions