You are on page 1of 3

CAPGEMINI TR QUESTIONS

1. What is the use of DBMS?


2. What do u mean by Database?
3. Why is the use of DBMS recommended? Explain by listing any 4 of its major
advantages.
4.  What is normalization needed in DBMS?
5. Explain the concepts of a Primary key and Foreign Key.
6. What is the biggest difference between UNION and UNION ALL?
7. Explain the concept of ACID properties in DBMS?
8. Explain JDK, JRE and JVM?
9. Explain public static void main(String args[]) in Java.
10. Is Java platform-independent, if yes why?
11. What are constructors in Java?
12. What is the final keyword in Java?
13. What is Java String Pool?
14. Why Java Strings are immutable in nature?
15. What are the different storage class specifiers in C?
16.What is the scope of a variable?
17.What is Dangling pointer?
18. What is a NULL pointer?
19. What are the local static variables? What is their use?
20. What are static functions? What is their use?
21. Why is Python needed?
22. Where Python is used in real life?
23. What are the key features of Python?
24. How is memory managed in Python?
25. What are modules in Python?
26. Explain namespace in Python.
27.What is a dictionary in Python?
28.Briefly explain the concept of Inheritance in C++.
29.Define C++
30.Can we call C++ as OOPS? and Why?
31.What is the function of the keyword “Volatile”?
32.Define storage class in C++? Name some?
33.Explain ‘this’ pointer?
34. Why do we need the Friend class and function?
35. Explain SDLC?
36. List the different storage class specifiers in c?
37. What is the necessity and advantages of OOPS?
38. Write the programming code to swap two numbers without using the third
variable?
39. What is networking?
40. Give an example where pass by value gives an error and pass by reference
rectifies the statement.
41. Is it compulsion for abstract class to have abstract method?
42. What does SQL stand for? Give some advantages of SQL.
43. Difference between primary and secondary key.
44. Where can one use dataset.clone()?
45. A = 2, B = 8 Write a program to swap them without using third variables.
46. Write a program to decide whether input year is leap year or not.
47. Write a program to write Fibonacci Series.
48. What are the basic concepts of OOPS languages?
49. What is defect density?
50. Give the formulae for defect density and its significance in software testing.
51. Give three important data migration tools.
52. What is Normalization in SQL and what are its benefits?
53. Explain the role of garbage collector in Java. What is finalize() method in it?
54. What are the different indexes used in SQL server? What are the diffences
between them?
55. Can you compile Java program in notepad? Illustrate with an example.
56. What is the Ms Access and SQL Database?
57. What is Cloud computing? Name a few famous providers of this service.
58. What is CSS? What are its uses?
59. Tell us something about Java which no-one has explained to you in campus.
60. How many words be able to be read by cin?
61. What does HTML stand for? Write HTML syntax.
62. What are selectors in CSS?
63. What is HTML5? How do we implement application cache in it?
64. Give example of some reserved words in Java.
65. What is encapsulation in OOP?
66. “Abstraction and encapsulation are complementary concepts.” Justify this
statement.
67. What is autoboxing and unboxing in Java?
68. What is normalization in DBMS?
69. Are higher normal forms practical in the industry?
70. We show you two tables and perform some join related queries like
finding employees in particular department, employee with second
highest salary etc.
71. Difference between truncate, delete and drop.
72. Add a column ‘AGE’ to the existing employee table.
73. Difference between unique key and primary key.
74. Define foreign key.
75. What is the difference between private, public and protected in Java.
76. Difference between final, finally and finalize.
77. Can non-static method be called from a static method? Reason.
78. Difference between abstract class and interface.
79. What are the new features added in Java 8?
80. Demonstrate multi-threading using Thread class.
81. Why is it better to implement Runnable interface while creating threads?
82. What is Memory leak in c?

You might also like