Level-1:
1.String s = “abcdcaf”.
Write java program to find count of characters. e.g. a=2, b=1, c=2, d=1, f=1
2. Map<Integer, String> map = new HashMap<>();
write program to sort Hashmap by value
map.put(1, “c”);
map.put(2, “b”);
map.put(3, “a”);
3. write a java 8 program to filter customer account entity based on balance field having value greater than 1000 and then add 500 into it
4. Java8 features
5. Write a final class
6. Springboot project structure from scratch
7. Circuit breaker and Saga design pattren with example scenarios
8. How microservices communicate each other
9. scenario based on questions on Saga pattren
10. Kafka components
11. Kafka scenario-based questions
12. Write a query to fetch 2nd highest salary without using subquery
13. how often you worked on UI
14. why we need to write Junit test cases
15. @Inject vs @Mock
16. How to ignore test methods
17. What annotations u used as part of Junit
18. JpaRepository vs CurdRepository
================================================
Level-2:
1. Brief Intro
2. Roles and responsibilities
3. about current project
4. MicroService scenario-based questions
5. Java vs JavaScript
6. data types in JavaScript
7. what is template
8. your role in angular
9. will you learn react/vue if client needs
10. will you move to .NET if client needs
11. Agile methodology
12. User story related scenario-based questions
13. explain end to end project where we need to fetch the data from DB and store it in word then convert it to PDF and send PDF in email to specific mails
14. Notice period
15. Location details
16. Why you are leaving your current organization within 10months
17. What is the reason that you chose MicroServices to your project
18. Pipes in angular
19. By using Angular what kind of applications, we can create