Total Rounds
- One Online Assessment
- Two Technical Interview
- Hiring Manger Round
Online Assessment:
Topics: DSA
- 4 Question
- 70 Minutes
- Q1. Leetcode easy array question.
- Q2. Given time in string format and bus_shuttle arr and current_time (all times are in string format “HH:MM”), need to calculate the min waiting time to get the next shuttle bus.
- Q3. Spiral Traversal in a matrix.
- Q4. This question is related to arrays and list. (LC Easy to Medium Range)
Technical Interview - Round 1 - ONSITE
Topics: Java, Spring Boot, System Design (Basics)
Duration: 60 - 70 minutes
Resources: Pen & Paper, No Laptop.
- Basic introduction.
- Brief discussion of projects mentioned in my resume (including college projects, even though they weren’t listed).
- Questions about my role in my current company.
- In-depth discussion on the projects I have worked on in current company.
- Detailed explanation of the SRP page architecture, covering the complete flow from user interaction to database operations:
- Explained how REST APIs handle requests from React.js (frontend) → Spring Boot (backend) → Database
- Discussed possible optimizations, including caching strategies, Kafka integration, and database improvements
- Asked how to display the live count of users visiting a particular page without requiring a page refresh.
- No coding was required; the concepts were explained using pen and paper.
Technical Interview - Round 2 - ONSITE
Topics: DSA
Duration: 60 minutes
Resources: Pen & Paper, No Laptop.