Resume based
C Softwareentwickler Interview Questions
1,011 c softwareentwickler interview questions shared by candidates
Matching pairs and airport gate problem.
Coding: 1. Number of gates required given the arrival and departure time. 2. Find matching pair(kind off matching parentheses question.) One way video: 1. Why Fidessa? 2. What do you bring to Fidessa and its development team? 3. What is your favorite programming language and why?
2 parts home assignment: implementing something and reviewing their code
Second interview was a technical test (C++). It had quite good technical questions including algorithms, thread synchronization principals, optimizing algos and technical questions on basics.
Difference between static variable and static function.
Basic questions about work experience.
In the next 5 minutes, teach me one thing, anything you want
"Have you used pipes in Linux" and "difference of reference and pointer", just disappointing overall
It's not allowed to share the questions, but you can expect deep knowledge of memory allocation and auto casting type definition, most of the questions are about these subjects. An example of easy question would be: geek = make_tuple('a', 10, 15.5); auto a = get<0>(geek) auto b = get<1>(geek); auto c = get<2>(geek) which kind of type is a, b, c? Or maybe they could ask, what is the result of a+b+c
Viewing 571 - 580 interview questions