- what is the different between compiler and linker? - write a suitable data structure for: million words, each word contains up to 20 chars. There are 25 chars in the language. - I was given a code and I had to find the bugs
Senior C Software Developer Interview Questions
373 senior c software developer interview questions shared by candidates
C++ Basics, Questions on syntax
Given an integer array and another number, find a pair whose sum is given number. Best solution is to use unordered map <int, int> then use this logic map[sum - a[i]] = a[i]; // O(n) then, for each a[i], if map[a[i]] present then that will be the answer. // O(n)
Write a recursive string parser (in the online test).
What is strategy pattern? And where do you use it.
Very specific details about minutia in my resume
Some questions on algorithms, performance, and statistics.
Problem solving, advanced C++
Regular technical questions during the online coding sessions. Reasons for the application. Questions about career and expectations.
1. Adjacency - codility 2. Sorting - codility 3. Stacks - codility 4. Casting in C vs. casting in c++ - technical interview
Viewing 351 - 360 interview questions