2d array c# problem with edge cases
Software Engineer C Interview Questions
994 software engineer c interview questions shared by candidates
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++
Why would you want to work with MathWorks
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
About me, former job, education, what do I know about Amadeus, and a few technical questions about technologies and languages I have used.
Tell me a time when you anticipate a problem and prevent it.
Describe the release process at your current job.
Viewing 941 - 950 interview questions