Questions of First Interview
1. Which programming language are you comfortable in?
2. Why do you prefer C++ over JAVA?
3. What did you do in the internship mentioned in your resume?
4. Write the code of reversing a string in both C++ and Python (I answered in the first question that I know C++ and Python).
5. Write the code of finding out if a string has duplicate characters.
6. Do you know anything about the OOPs concepts?
7. What is the difference between constructor Overloading and constructor overriding ?
8. What is Encapsulation?
9. How is Encapsulation different from Abstraction?
10. Implement the concepts of Encapsulation and Abstraction in a code.
11. Consider the given scenario, The data of a product or software that you developed got leaked and now the client is threatening to terminate the agreement. You developed that product with 5 of your teammates but none of them are present so how would you approach to solve this issue gracefully?