box8 logo

Box8 Interviews

2 experiences36 reads4 questions0% success rate
Eatclubs (Box8) Interview (Oncampus) || Intern + FTE
box8 logo
Box8
SDE Intern + FTEOncampus
August 9, 20258 reads

Summary

I interviewed with Box8 (Eatclubs) for an SDE Intern/FTE role on campus, involving an online assessment and two rounds of technical DSA questions, including 'Group Anagrams' and 'Palindrome Number'. I was ultimately rejected.

Full Experience

Recently Box8 visited my campus for SDE role and I had the opportunity to crack the round:-

1) Online Assessment :- Link

2) There were two panelist in the first round both were asking basic dsa questions.First they started with their intro and then asked to give my intro. After that they pasted one DSA medium question which is group Anagram Link then give him the approach of the solution. My approach was O(n*n) then they asked asked me to optimize it. I thought for few minutes then give him the approach then pseudo code of it.

3) After that they pasted 2nd DSA questions which was palindrome Number -> Link
I solve it using digit comparision by storing it into other variable so they asked to remove any extra space. Means not extra space you can use for storing they want only mathematics to solve that problem at that time solution is not clicked on my mind.

Result - !! Rejected

Interview Questions (2)

Q1
Group Anagrams
Data Structures & AlgorithmsMedium

The interviewer presented the 'Group Anagrams' problem, which they described as a DSA medium question. I initially proposed an O(n*n) approach and was then asked to optimize it. I successfully provided an optimized approach and its pseudo code.

Q2
Palindrome Number (No Extra Space)
Data Structures & Algorithms

The interviewer presented the 'Palindrome Number' problem. I solved it using digit comparison with an extra variable. I was then challenged to solve it using only mathematics without any extra space, which I struggled with at the time.

Box8 | Software Developer Intern | Bengaluru | Aug 2024 [Reject]
box8 logo
Box8
software developer internbengaluruRejected
October 18, 202428 reads

Summary

I applied for a Software Developer Intern position at Box8 in August 2024. The process included an online assessment and one technical interview round where I discussed my projects and solved two DSA problems. Unfortunately, I was rejected and not moved forward to the subsequent rounds.

Full Experience

My interview process for the Software Developer Intern role at Box8 started with an online assessment. This round consisted of three coding questions that I had 1.5 hours to complete.

Following the online assessment, I was invited for a technical interview, which lasted 60 minutes. The interview began with my introduction, after which the interviewer delved into my resume. We spent a good 30 minutes discussing my fullstack project; I walked them through it, and they asked several questions related to API design, how authentication works, different types of databases, and their implementation details. The remaining 30 minutes were dedicated to Data Structures and Algorithms. I was given two coding questions to solve:

  1. Chocolates Distribution Problem: I was given an array representing the ratings of students. The task was to distribute chocolates among these students such that any student with a rating greater than their immediate neighbor must receive more chocolates than that neighbor. The goal was to return the minimum total number of chocolates needed.
  2. Two Sum with Negative Numbers Follow-up: The first part of this question asked me to find a pair of numbers from an array of positive integers whose sum equaled a given target. The follow-up extended this by asking what modifications would be necessary if the array contained negative numbers as well.

Regrettably, I was not shortlisted for the second interview round, indicating my rejection for the position.

Interview Questions (2)

Q1
Minimum Chocolates Distribution
Data Structures & AlgorithmsHard

Given an array of integers representing the ratings of n students, I was tasked with distributing chocolates such that:

  1. Each student gets at least one chocolate.
  2. If a student's rating is higher than an adjacent student's rating, they must receive more chocolates than that adjacent student. I needed to find the minimum total number of chocolates required.
Q2
Two Sum with Negative Numbers Extension
Data Structures & AlgorithmsEasy

The initial problem was to find a pair of numbers from an array of positive integers that sum up to a specific target value. The follow-up question asked what modifications would be needed in the approach or algorithm if the array could also contain negative numbers.

Have a Box8 Interview Experience to Share?

Help other candidates by sharing your interview experience. Your insights could make the difference for someone preparing for their dream job at Box8.