--------------------- GENC NEXT INTERVIEW QUESTIONS------------------------------------
1. Which projects have you done?
2. What are the modern/ the latest technologies that are trending in IT?
3. Can you give a real-life example of where Machine Learning is used?
4. Real world example of OOPs Concept
5. Abstraction and Encapsulation Difference
6. Print Pascal's Triangle
7. Virtual Functions in C++
8. Types of Inheritance
9. Exception Handling
10. Dangling Pointers
11. Complexity for Binary Search and Condition to apply Binary Search
12. Briefly explain the method you will use to execute an array linked list?
13. What are character constants in C++?
14. Write a program to add two strings without utilizing “+” operator?
15. Define the terms OSI, TCP, and IP.
16. What are streams in C++? What are predefined streams in C++?
17. Give me a Query to find out the second largest compensation in an
organization?
18. What is the implementation of merge?
19. Write the connection code to a database?
20. How did you create it in your project?
21. What are derived data types? Name the user defined data types in C++.
22. Whether higher normal forms better than lower forms as far
23. Redundancy is concerned?
24. Explain tokens in C++. Also tell about their role and importance.
25. How would you input data to your code?
26. Can a database table exist without a primary key?
27. What are the similarities and differences between a class and a structure?
28. What is the reason behind using “Inner Join” and “Outer Join”?
29. Suggest a method of joining two tables.
30. What is the “top-n analysis” in DBMS?
31. Write a function to take an into argument and return 0 if the given number is
prime otherwise return -1.
32. What do you mean by “normalisation”?
33. Where do we generally create INDEX?
34. What is object-oriented model?
35. Define RDBMS.
36. What are reference variables and how is it defined in C++?
37. What are the various forms of normalisation?
38. Why is DML provided?
39. What is Operating System?
40. What conditions lead to a deadlock situation?
41. Explain the concept of flagging a “semaphore”.
42. What is difference between rand() and srand()?
43. Define subquery.
44. What is BCNF?
45. What is the difference between a “semaphore” and a “monitor”?
46. Explain these terms- Linked List, Stack, Queue
47. Define triggers. Give its applications.
48. Give me a program to reverse a Linked List.
49. Discuss transparent DBMS.
50. Define significance of constant arguments
51. What is the role undertaken by DBA in databases?
52. What is RDBMS KERNEL?
53. What is the difference between primary key, foreign key, candidate key &
super key?
54. Differentiate exclusive lock and shared lock.
55. Define double linked lists.
56. Differentiate RDBMS and DBMS.
57. Can you tell us something about scope rules in C++?
58. What are the advantages to use stored procedures?
59. Give me a SQL Query to find out the second largest compensation in an
organization?
60. Do you think BCNF is better than 2NF & 3NF? Why?
61. Give pros and cons of DBMS.