EMC Corporation Technical Interview Questions
Posted on :10-02-2016
Q1. What is Pre compilation?
Q2. Define Polymorphism with an example?
Q3. Write pseudo code for push in a stack?
Q4. What is a scope operator and explain its functionality?
Q5. When is a template better solution than a base class?
Q6. What is the meaning of Computer Auditing?
Q7. What is conditional Compilation?
Q8. What is difference between new and malloc?
Q9. What are the IPC techniques? Explain each.
Q10. What is the meaning of Accrual Concept?
Q11. What is correlated sub query?
Q12. What is Hashing and how is it done? Give Pictorial form?
Q13. How do you initialize a class member?
class x{const int i;};
Q14. What is difference between #define and const?
Q15. When you define an integer it gets stored in which data structure? (Stack or a heap)
Q16. What are the adjustment entries?
Q17. What is the difference between function overloading and overriding?
Q18. Suppose we have 1 to 10 records. In router transformation, we had given two condition A>= 5, A<=5 then what will be the output?