C++ Basics, Questions on syntax
Software Developer C Interview Questions
1,018 software developer c interview questions shared by candidates
Some questions and practical examples were legitimate, like multithreading behavior leading to zombie processes. Some were rather synthetic or just examples of bad code that you should never see anyway, like what would this do: int i = 5; int x =10; i+++++j;
Theoretical questions outside the scope of a C++ dev and more towards a DevOps.
2d array c# problem with edge cases
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
Viewing 961 - 970 interview questions