Merge sort two sorted array.
C Software Developer Interview Questions
396 c software developer interview questions shared by candidates
Design a C++ class to make LED blink.
the technical question of the phone interview was to implement a stack which supports the methods push, pop, getMin with O(1) complexity
What is the best case lookup time for a hash table?
What 4 functions are automatically generated for a class by the c++ compiler?
Implement a template function performing binary search with a minimal number of comparisons
4 tasks in Codility. The first one was about C++ basics like dynamic_cast etc, 4-choice Second one classic parsing exercise in C++ using string, maps, arrays, however very badly specified so that correct solution was simply not feasible in given time, unless you neglect most possible inputs and "go straight to dumbest implementation" that might or might not pass Codility scoring test. Third question is about dynamic programming, in-depth search of cheapest route. Fourth was numerical exercise, relative calculation on angles maybe easy but certainly might be tricky.
C++ oops concepts, Multi threading and MFC concepts.
Write a lambda function for incrementing an array values. Write a program for filtering prime numbers in a array and storing it in a vector array. Write a program to print the last 5 greatest numbers in an array.
Write codes to realize encapsulation such as get and set, but they ask to do it not using common way.
Viewing 41 - 50 interview questions