C# interview: asked about C# and .NET internals, features. Python interview: write a function to generate N prime numbers
C Software Developer Interview Questions
1,018 c software developer interview questions shared by candidates
How would you go about creating a caching algorithm in c++?
Theoretical questions outside the scope of a C++ dev and more towards a DevOps.
C++ Basics, Questions on syntax
what is destructor ,CharAt(),Memoryleaked,Dispose(), write a program to swap without sing temp variable, program to find duplicate in a string and return bool if it has duplicate. Be prepared with memory management topic and string programs
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)
Different ways to write a function in Matlab?
What is a class in C++?
Explain exception handling in C++
Tell me a time when you anticipate a problem and prevent it.
Viewing 961 - 970 interview questions