Duronto Technologies Interview Experience for Experienced Java Developer,
Sep 2025
Duronto Technologies interview experience Real time questions & tips from candidates to crack your interview
Java Developer
Duronto Technologies
1 rounds | 1 Coding
problems
Ritik Agrawal
Experienced | Sep 2025
Rejected
Interview preparation journey
Journey
My preparation for the Java Developer role focused on building a strong foundation in Core Java concepts such as OOP principles, collections, multithreading, and exception handling. I then advanced to working with the Spring Framework and Hibernate to understand enterprise-level application development and database interaction.
Preparation
Topics: Java, Spring boot, Hibernate
Application process
Where: Coding Ninjas Placement Cell
Eligibility: Bachelor’s degree in CS/IT
Interview rounds
01
Round
Easy
Online Coding Interview
Duration
Interview date9 Sep 2025
Coding problem1
1. Java (Basics)
You are given a Student list with fields (id, name, marks). How would you store this data in a HashMap? Can you override any internal methods of HashMap and explain how comparison is handled?
How would you sort the students to find the 1st, 2nd, and 3rd highest marks?
Can you explain and demonstrate exception handling in Java with examples?
What is JpaRepository in Spring Data JPA? How does it work, and how can you handle/destructure the response at the output?
What is the difference between Comparator and Comparable in Java? Can you give examples of when to use each?
In MySQL, how does the GROUP BY function work? Can you give an example query using it?
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Skill covered: Programming
What is recursion?
Function calling itselfInfinite loopChained functions