J'ai postulé via une agence de recrutement. Le processus a pris 1 jour. J'ai passé un entretien chez Tavant (Bengaluru) en févr. 2013
Entretien
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.
Questions d'entretien [1]
Question 1
8. We have a file named xxx.yyy deep inside in some directory. how to find this file?
J'ai postulé via un recruteur. Le processus a pris 4 semaines. J'ai passé un entretien chez Tavant (Bengaluru)
Entretien
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
Questions d'entretien [1]
Question 1
Design pattern related questions need to write the logic for few
J'ai postulé via un recruteur. J'ai passé un entretien chez Tavant (Bengaluru) en juil. 2025
Entretien
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.
Questions d'entretien [1]
Question 1
Much questions on Streams and Merge 2 sorted array and SQL query as well.
J'ai postulé en ligne. J'ai passé un entretien chez Tavant (Noida) en janv. 2025
Entretien
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
Questions d'entretien [1]
Question 1
What is Functional Interface and new features added in Functional Interface?