I applied online. The process took 1+ week. I interviewed at Box8 in Jun 2025
Interview
Once your resume is shortlisted, the interview scheduling begins. The first technical interview focuses on Data Structures. If you successfully clear this, the second round, covering Digital System Design, is scheduled. Finally, for candidates shortlisted after the second round, the third and final interview, centered on Core Principles, is conducted by a manager. This structured process ensures a thorough evaluation of technical and foundational knowledge.
I applied through university. The process took 1 week. I interviewed at Box8 (Bengaluru) in Aug 2024
Interview
Online assessment -
3 coding questions, 1.5 Hr
Interview-
1. Technical Round (60min)
Started with my introduction followed by going through my resume. Then spent 30min on my fullstack project. I walked them through my project then they had some questions related to api, how authentication works, different types of database and how they are implemented. Next 30min were spent on dsa, there were two questions. 1. An array of ratings of students. Chocolates need to distributed among the students such that the student who has ratings greater than their neighbour must have chocolates greater than neighbours. Need to return the minimum numbers of chocolates needed. 2. Find the pair of number from an array of positive numbers whose sum is equal to their target, further what changes to be made when the array has even negative numbers as well.
There was a second round as well but I was not shortlisted for it.
Interview questions [2]
Question 1
An array of ratings of students. Chocolates need to distributed among the students such that the student who has ratings greater than their neighbour must have chocolates greater than neighbours. Need to return the minimum numbers of chocolates needed.
Find the pair of number from an array of positive numbers whose sum is equal to their target, further what changes to be made when the array has even negative numbers as well.
Firstly coding round -3 questions (1 esay, 2 medium)
2 interview rounds - DSA round and System Design Round
Dsa round - Basic about my project in my resume and 2 medium to difficult DSA que on DP
Rejected on round 1
Interview questions [2]
Question 1
Frog jump from Leetcode Dynamic Programming question