Learn about some ways to prepare for the technical questions, such as practicing or doing mock interviews. Discover a list of other websites that focus on interviews.
- [Instructor] You can certainly expect…that you will get technical questions in any C++ interview.…Unfortunately, you cannot predict what…or how many questions will be asked.…So the best thing to do is prepare the best you can.…As a developer, you should have an idea what topics…are your strengths and which are your weaknesses.…For example, you either love or hate linked lists.…Or maybe you understand what a binary search tree is,…but are shaky on its implementation.…
And just like other skills,…development is a skill that gets better over time,…and can be practiced to increase understanding.…Start with topics that you feel…are in your mid range of understanding.…If you start with the topics…that you consider your worst skill,…you can end up getting frustrated…in trying to understand everything at once.…C++ topics build on each other.…So the more you understand simple topics,…the easier it will be to grasp the harder ones.…For example, the more you understand simple data types,…the better you will understand abstract data types,…
Released
2/8/2019- Getting ready for interviews
- Types of questions you can expect
- Comparing C and C++
- Polymorphism
- Inheritance
- Strings and arrays
- Linked lists
- Stacks and queues
- Classes
Share this video
Embed this video
Video: How to prepare for technical questions