1. Tell me something about you? 2. Tell some your skills ? 3. Explain internal working of Treemap? 4. following above question , What is self balanced tree ,& Binery tree? explain how it is work and how it is used in TreeMap. 5.Why we need Callable interface? tell something about Future? 6. where do you used the multithreading in your project? why do you used it? 2nd round(Manager) 1. we have map ,and we have put these values , how many element would be there in map? 2.How you can access service from component?(angular2+) 3. how you can call any api from service?(angular2+) 4. what is payload? 5. Full form of JSON and Rest? 6. give some example of JSON? 7. IS it important to put all key and value inside "" this mark?(JSON) 8. Do you remeber any jar that convert the given object into Json? 9.how you can retrieve back the key of given value from map if you forget the key? 10. what collection will you use to cache all the data of Employee table? 11. how you will create REST API in Spring rest/Spring boot? 12. what happen if two different developer use the same END point url while creating the REST api? 13. sql - suppose you have employee table , any you have to find out how many male and female are working. than write sql to find it. 14. sql. now find out male and female count based on city that working on company?
Core Java Developer Interview Questions
92 core java developer interview questions shared by candidates
You have a cake and you need to cut the cake into exactly 16 pieces in only 4 straight cuts
1st round they give a 2 test 1st one is Aptitude test(multi-threading,collection,etc) 2nd is logical test (no Option) 2nd round they ask to write the code of Q1. Anagram two String without using Array.sort method. Q2. Armstrong number Q3. producer-consumer problem using multi-threading in java Q4. Star pattern in java Q5. Performer in Array without using ArrayList Method like (add,delete,remove).you have to write the own method to add,delete&remove in array 3rd round they ask logical Question base on code that you write in 2nd round 4th round they ask you about your self and family
Question regarding Collections & Generics
Working of join() method in detail
we have three employee objects. e1 (id = 1, name ="ABC") e2 (id =1, name = "ABC") e3(id=2, name ="DEF") Answer true/false for e1 = = e2, e == 3 Answer true/false e1.equals(e2), e1.equals(e3)
Threads, how to create threads? which is best way?
Aptitude reasoning
exception handling
All collection framework, each topic in detail.
Viewing 71 - 80 interview questions