For my internship the most expected question was whether or not interfaces are supported in C++. I answered, no that's a Java only construct. The interviewer then asked if I was familiar with the virtual keyword in cpp, at which point I realized that you could create an equivalent of a Java interface in cpp by creating an abstract class with only pure virtual member functions. A great question. For my full time interview, there a few trickster questions regarding memory management in C/C++ (e.g. when and where will this program crash, where is the memory leak, etc.) as well as a few general binary search tree and linked list questions. Expect a few questions regarding running time and concurrency, but nothing too grueling.
Mobile Engineer Interview Questions
3,457 mobile engineer interview questions shared by candidates
What is an android aapt
What is AAPT in android
what did ide did u use?
Tech stacks previously used and experimented.
For technical development profile they show you a chart & ask company's financial profit/loss statements.
What is informatics?
Before the assesment, they would ask you about your CGPA and minimum 3 months of internship period.
Check if a number is palindrome without converting it to a string.
Can a constructor/destructor be private
Viewing 2551 - 2560 interview questions