I applied through a staffing agency. The process took 1 day. I interviewed at Tavant (Bengaluru) in Feb 2013
Interview
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.
Interview questions [1]
Question 1
8. We have a file named xxx.yyy deep inside in some directory. how to find this file?
I applied through a recruiter. The process took 4 weeks. I interviewed at Tavant (Bengaluru)
Interview
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
Interview questions [1]
Question 1
Design pattern related questions need to write the logic for few
I applied through a recruiter. I interviewed at Tavant (Bengaluru) in Jul 2025
Interview
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.
Interview questions [1]
Question 1
Much questions on Streams and Merge 2 sorted array and SQL query as well.
I applied online. I interviewed at Tavant (Noida) in Jan 2025
Interview
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
Interview questions [1]
Question 1
What is Functional Interface and new features added in Functional Interface?