0% found this document useful (0 votes)
15 views

Interview Questions

Uploaded by

Luis Anderson
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

Interview Questions

Uploaded by

Luis Anderson
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Class Employee{

id,dept,rating}
Write a program to get departments with average of rating
.
2. Write a singleton class. how we can stop creation of instance using clone.?
3. employee tab emp id, emp name
training detail emp id, train id, seq no
write a query to display employees who are repeating training
4. what types of data structure we can use while creating indexes on databases and
how we can use it.
5. what are the use of database indexes
6. if we are having multiple beans and using @autowired what will happen?
7. if we are having multiple beans , how we can resolve it
8. Spring batch
9. spring transaction
10. java 8 features.
11. Predefined functional interfaces
12. SOLID Design principle
13. What is Executor Service

14. what is fixed and cached threadpool


15. is primitive datatypes are typesafe/threadsafe in java, if not how we can make
it typesafe
16. How we can increase the performance of JVM
17. How we can set jvm size and inspect performance of application
18. what is time complexity of insertion/deletion in linked list. How does it
internally works;
19. what types of collection framework you have used in your project
20. what is profiling?
21. how we can create custom annotation in java
22. how to document rest api?
23. how to authorize and authenticate in rest web services
24. what is OAuth?
25. what is mvn clean install and mvn clean deploy
26. what are different plugins inside maven
27. tell me about yourself
28. what is visual vm how we can use thread dump or monitor performance using it?
29. what is scope in maven

You might also like