Me postulé a través de una agencia de empleos. El proceso tomó 1 día. Acudí a una entrevista en Tavant (Bengaluru) en feb 2013
Entrevista
Java interview questions:
1. Can we create an Object class in java?
2. There is one duplicate number in an array of 100 numbers. How to find the duplicate number?
3. Difference between arraylist and vector. we have a class with class members and local varibales. where should use vector and where should use arraylist and why?
4. what happens when an uncaught exception occurs in a thread. Invoking thread and others sibling threads will continue running?
5. hashtable and hashmap difference. how objects are stored in them. hashcode and equals. why need to overwrite equals if hashcode is overwritten.
6. what all patterns you know. explain about singleton pattern. can we serialize singleton object? give supporting reason for your answer.
7. what is mergesort. this question he asked because I have written algorithms in my area if interests.
Preguntas de entrevista [1]
Pregunta 1
8. We have a file named xxx.yyy deep inside in some directory. how to find this file?
Me postulé a través de un reclutador. El proceso tomó 4 semanas. Acudí a una entrevista en Tavant (Bengaluru)
Entrevista
2 technical round 1 is basis second is project related . Design pattern related questions need to write the logic for few. Sometimes final with manager that will be related to project related and joining
Preguntas de entrevista [1]
Pregunta 1
Design pattern related questions need to write the logic for few
Me postulé a través de un reclutador. Acudí a una entrevista en Tavant (Bengaluru) en jul 2025
Entrevista
Interview had 2 technical and 1 hr
L1 was focusing more on core Java and Springboot and Microservices design Patterns
L2 was face to face with Architect questions mainly on core Java , streams and also one DSA and all were in writing in paper and explanation .
L3 HR and manager discussion within 15 minutes All these happened within 2 days.
Preguntas de entrevista [1]
Pregunta 1
Much questions on Streams and Merge 2 sorted array and SQL query as well.
Me postulé en línea. Acudí a una entrevista en Tavant (Noida) en ene 2025
Entrevista
Focused on Core Java, Spring Boot & Aws.
Asked about Java Stream api, Collections framework, Execption Handling, GC
In Spring boot, annotations what is @Controller and @RestController,
Diff between @RequestParam & @PathParam
Preguntas de entrevista [1]
Pregunta 1
What is Functional Interface and new features added in Functional Interface?