Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Box8 Team. If you also belong to the team, you can get access from here

Box8 Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Box8 Sde1 Interview Questions and Answers

Updated 27 Oct 2022

Box8 Sde1 Interview Experiences

2 interviews found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 27 Oct 2022

I was interviewed in Apr 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Hackerrank test of 1.5 hrs. It had 2 questions of medium level.

Round 3 - Technical 

(1 Question)

  • Q1. Coding question, puzzles and Projects' discussion
Round 4 - Technical 

(1 Question)

  • Q1. Projects' discussion, 1 coding question, System design question and previous experiences based questions were asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and stay calm. If any topic asked in the interview is not known to you, you can let them know that you aren't confident in that topic.

Sde1 Interview Questions & Answers

user image Anonymous

posted on 4 Sep 2022

I applied via campus placement at Indian School of Mines (ISM), Dhanbad

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

It had both aptitude and coding problems

Round 3 - Technical 

(1 Question)

  • Q1. They started with general introduction and why I wanted to join Box8. They had quick look at my projects and then started with DSA problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong hold over data structures and algorithms.

Sde1 Interview Questions Asked at Other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and Arra ... read more
asked in Park Plus
Q2. 1. What is a doubly-linked list? And real-world applications.
asked in Amazon
Q3. pid ={3,5,0,1} ppid ={5,4,2,2} process id(pid) ppid=parent proces ... read more
Q4. Given one point and circle how will you find if it's inside circl ... read more
asked in Amazon
Q5. N queen problem with problem statement and dry running of code wi ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There were 3 coding questions totally based on dsa- hard

Round 2 - Technical 

(2 Questions)

  • Q1. Vertical Traversal
  • Q2. Find the node with shortest distance
  • Ans. 

    Use Dijkstra's algorithm to find the node with the shortest distance in a graph.

    • Implement Dijkstra's algorithm to calculate the shortest distance from a starting node to all other nodes in the graph.

    • Select the node with the smallest distance that has not been visited yet as the current node.

    • Update the distances of neighboring nodes from the current node if the new distance is smaller than the previously recorded distan...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Question based on oops
  • Q2. Question based on OS

Interview Preparation Tips

Interview preparation tips for other job seekers - BE good in technical and DSA

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Use of model in laravel
  • Ans. 

    Models in Laravel are used to interact with the database and represent data.

    • Models in Laravel are used to perform database operations such as retrieving, inserting, updating, and deleting data.

    • Models help in organizing and structuring the data in the application.

    • Models in Laravel follow the MVC (Model-View-Controller) pattern.

    • Example: Creating a User model in Laravel to interact with the users table in the database.

  • Answered by AI
  • Q2. SQL get highest salary for employee
Round 2 - Technical 

(2 Questions)

  • Q1. SQL joins and types of joins
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table.

    • F...

  • Answered by AI
  • Q2. What is self join and realted question
Round 3 - HR 

(1 Question)

  • Q1. Previous projects and contributions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Bhagwan Parshuram Institute of Technology, Delhi and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Hard difficulty level DSA test, main emphasis on trees and graphs

Round 3 - Technical 

(3 Questions)

  • Q1. Project related questions
  • Q2. Questions on Javascript
  • Q3. Questions on Core subjects

Interview Preparation Tips

Topics to prepare for Chaayos Software Engineer interview:
  • DSA
  • OS
  • OOPS
  • Javascript
Interview preparation tips for other job seekers - Please prepare for DSA and Core subjects very well

I applied via Naukri.com and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Math Reasoning, Probability, Graph and pie charts, Indices, Trignometry, Geometry

Round 3 - Group Discussion 

Verbal communication and english speaking, grammer,

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard and have the confidence on self. Be good listener.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Coding Test 

Polyfills,html,css basics,js intermediate level

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Php ,Oops
Round 2 - Technical 

(1 Question)

  • Q1. Security questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Join if you don't have only offer in your hand
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Technology (IIT), Patna and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode medium to hard

Round 2 - Technical 

(2 Questions)

  • Q1. Rain water trapping
  • Q2. Bricks and ladder

I applied via campus placement at SRM university (SRMU) and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Coding Test 

3 data structure problem with medium to hard level leetcode type.

Round 2 - One-on-one 

(2 Questions)

  • Q1. 1st question was on vertical order traversal in a tree. it was from gfg he also told me to optimise it
  • Q2. 2nd question was from leetcode ie meeting rooms ll , medium question

Interview Preparation Tips

Interview preparation tips for other job seekers - do data structure practise from striver sheet as the ask dsa the most

Box8 Interview FAQs

How many rounds are there in Box8 Sde1 interview?
Box8 interview process usually has 3-4 rounds. The most common rounds in the Box8 interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Box8 Sde1 interview?

Some of the top questions asked at the Box8 Sde1 interview -

  1. Projects' discussion, 1 coding question, System design question and previous ex...read more
  2. Coding question, puzzles and Projects' discuss...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 424 Interviews
Zomato Interview Questions
3.8
 • 309 Interviews
Oyo Rooms Interview Questions
3.3
 • 217 Interviews
McDonald's Interview Questions
4.1
 • 121 Interviews
Hyatt Regency Interview Questions
4.1
 • 43 Interviews
Pizza Hut Interview Questions
3.9
 • 41 Interviews
JW Marriott Interview Questions
4.2
 • 39 Interviews
Ihg Group Interview Questions
3.9
 • 35 Interviews
View all
Box8 Sde1 Salary
based on 5 salaries
₹11 L/yr - ₹23.5 L/yr
16% less than the average Sde1 Salary in India
View more details
Operations Manager
134 salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

Store Manager
72 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Senior Operations Manager
53 salaries
unlock blur

₹3.6 L/yr - ₹9.2 L/yr

Junior Operations Manager
27 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Business Analyst
22 salaries
unlock blur

₹7 L/yr - ₹17 L/yr

Explore more salaries
Compare Box8 with

Faasos Food Services

4.1
Compare

InnerChef

4.5
Compare

EAT.

4.1
Compare

Swiggy

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview