Given a catheter segment that promotes each limb in the array by 1 Run the code 100 times Despite this in the end the results are different and not everything contains 100 why?
Senior C Developer Interview Questions
264 senior c developer interview questions shared by candidates
What is the best case lookup time for a hash table?
What 4 functions are automatically generated for a class by the c++ compiler?
Open ended random questions requiring verbal responses to be recorded. The questions seem random in nature and are entirely unrelated to the role, the company, and software in general. You have 30 seconds to prepare an answer.
Test task was suggested before the introduction call
Write a C++ program to reverse the string word by word. and also code to draw the following pattern. * * * * * * * * *
Describe a time when you were stressed; what happened, why, and how did you deal with it?
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.
There are no difficult questions or unexpected questions to me
Check if the string with brackets is correct: Correct examples: {[()]} aa{bb(cc)dd}ee Incorrect: bla(bla bla{bla(]bla}
Viewing 21 - 30 interview questions