Extend your system with implementation of a simple additional requirement.
C Engineer Interview Questions
3,787 c engineer interview questions shared by candidates
What was the most challenging project in your last job?
basic oops questions, polymorphism, inheritance
Q1. Quick sort algorithm and Merge sort algorithm and which one is better on linked list. Q2. Dynamic memory allocation and use cases of malloc, calloc, realloc and new. Q3. Some codes were given on pointers and few questions were asked. Q4. One Problem was given which required topological sort approach.
1. How to handle the desktop window pop up while performing web automation in c# 2. finalize() and dispose() in c# 3. Explain Nunit attributes 4. Nunit packages or dll to generate report 5. is it possible to inherit static class consist this keyword 6. How to pass data from one scenario to another scenario in c# specflow 7. why different tools will be used for api testing 8. different components in postman 9. boxing and unboxing in c# 10. copyto() in c# 11. ddl commands and joins in SQL 12. can single try block have multiple catch blocks in c# 13. which class is superclass for all the classes? 14. difference between == and equals in c# 15. hard and soft assert in c# 16. How to execute the test from the command prompt.
Which method is called when you recast an object twice which has 3 levels deep inheritance and the method you're calling uses the `new` modifier?
By having the interface X, a class Y that implements it, and a class Z that extends the class Y + overrides one of the methods using override, and the second one using new, Tell which method will be called if ... Bunch of different combos of those things.
Find LCA of 2 nodes in a given binary tree, cycle detection in a linked list.
Explain pillars of oops in detail.
What are Virtual functions and friend functions.
Viewing 3761 - 3770 interview questions