Algoritmical difficult. I'm really did not know.
C Software Developer Interview Questions
396 c software developer interview questions shared by candidates
C# interview: asked about C# and .NET internals, features. Python interview: write a function to generate N prime numbers
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)
Describe the release process at your current job.
request to "improve" my resume by adding a lot of water to it
Don't want to violates company policy.
What is an extra dollar going to do for you?
Are you here for a few extra dollars, or here for a learning experience?
What does a virtual function equaling to 0 in C++ mean?
Viewing 371 - 380 interview questions