Acudí a una entrevista en Hexaware Technologies (Chennai)
Entrevista
Initially start was good and manpower firm for Hexaware followed up regularly to schedule the interview and rushing us to attend the second round as well. Don't know whether usually third round of interview will be there or not, they scheduled the interview by 12.30, postponed it to 3.30 then asked to join by 4.30 and then panel hasn't showed up from Hexaware. Almost, 2 to 3 weeks of time and hope has been waste.
It would be really appreciated if they communicate the things properly to the candidates who were expecting the updates from them
Preguntas de entrevista [1]
Pregunta 1
1. Solid principles
2. Singleton pattern, in case if we pass hashmap- map can be altered and it will destroy singleton, how to handle that
3. How to create threads
4. How to execute 10 threads at a time
5. How to create global exception class
6. When to use arraylist and linkedlist
7. Completable in java 8
8. What's changed in hashmap in java 8
9. Deep copying and shallow copying
10. Use of volatile keyword in java
11. Programming
a. String ="I love programming" -we need to count the length and arrange it in desc but that should be return as string using stream api
b. List in = Arrays.asList(1,3,7,0,6,7,8,0); need to sort this and put only 0 at first and let the remaining stay as it is using stream API