Upload Button Icon Add office photos

Filter interviews by

Box Interview Questions and Answers

Be the first one to contribute and help others!

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 at Birla Institute of Technology (BIT), Ranchi and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was a combination of mcq and coding questions
mcq: aptitude + c++ + sql question, nothing really tough
Coding question: 3 leetcode question, medium level, of stack, binary search and graph traversal

Round 2 - One-on-one 

(5 Questions)

  • Q1. Question regarding project
  • Q2. SQL basic to moderate question
  • Q3. C++ coding question on strings recursion callback in c, oops medium level question, finding error in code
  • Q4. Puzzles Q1-> cake cutting ( 3 cuts, 8 slices) Q2 ->9 bottles, 8 same weight bottles, 1 heavy, 2 tries using a balance
  • Q5. OS question difference bw multi-processing and multi-programming how would u reduce number of page faults. etc
Round 3 - One-on-one 

(3 Questions)

  • Q1. Once again project explanation
  • Q2. Basic to high level oops question:( C++) i was asked to write some class and in that these questions were asked 1: different types of access modifiers, but the question was asked indirectly. like why did...
  • Q3. HR questions, since it was a semi technical cum hr round,

Interview Preparation Tips

Interview preparation tips for other job seekers - stay clam and respond actively and please fill the company recruitment form properly, question was asked directly form that form. Also properly attend the pre placement talks, it would be beneficial as u can directly answer company related questions without any hesitation.

Java Staff Engineer Interview Questions & Answers

Everbridge user image Anonymous

posted on 9 Sep 2024

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

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Puzzle from geekforgeeks of 10 Identical peels
  • Q2. What is your daily task as a team lead?
  • Ans. 

    As a team lead, my daily tasks include overseeing project progress, assigning tasks, providing guidance and support to team members, and ensuring deadlines are met.

    • Overseeing project progress and ensuring tasks are completed on time

    • Assigning tasks to team members based on their strengths and workload

    • Providing guidance and support to team members to help them succeed

    • Communicating with stakeholders to provide updates on ...

  • Answered by AI
  • Q3. How do you store database credentials in cloud?
  • Ans. 

    Database credentials can be stored securely in cloud using encryption, environment variables, and key management services.

    • Use encryption to protect sensitive information such as passwords and keys.

    • Store credentials in environment variables rather than hardcoding them in code.

    • Utilize key management services provided by cloud providers for secure storage and access control.

    • Avoid storing credentials in plain text files or...

  • Answered by AI
  • Q4. If a Kubernetes secret server goes down, where to store database credentials?
  • Ans. 

    Database credentials can be stored in a secure external vault service like HashiCorp Vault or AWS Secrets Manager.

    • Store database credentials in a secure external vault service like HashiCorp Vault or AWS Secrets Manager.

    • Utilize Kubernetes secrets to store the access credentials for the external vault service.

    • Implement proper access controls and encryption mechanisms to ensure the security of the stored credentials.

  • Answered by AI
  • Q5. Do you have experience with React?
  • Ans. 

    Yes, I have experience with React.

    • I have worked on multiple projects using React for front-end development.

    • I am proficient in using React components, state management, and hooks.

    • I have integrated React with backend technologies like Node.js for full-stack development.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was ok, they seem to be looking for Senior developer and not lead, Also Senior developer was taking interview of lead with limited experience it felt.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Python code to calculate the sum
  • Ans. 

    Python code to calculate the sum of elements in a list

    • Use the built-in sum() function in Python to calculate the sum of elements in a list

    • Create a list of numbers and pass it as an argument to the sum() function

    • Example: numbers = [1, 2, 3, 4, 5] total = sum(numbers) print(total)

  • Answered by AI
  • Q2. Terraform code debug and analysis

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Why you want to join Style Baazar?

Interview Preparation Tips

Topics to prepare for Stylebaazar Store Manager interview:
  • Fashion trends
Interview preparation tips for other job seekers - Just be confident.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Design a chat application
  • Ans. 

    Design a chat application for real-time communication

    • Use WebSocket for real-time communication

    • Implement user authentication and authorization

    • Include features like group chat, private messaging, and file sharing

    • Design a responsive and user-friendly interface

    • Ensure data security and privacy

  • Answered by AI
  • Q2. Design a payment gateway
  • Ans. 

    Design a payment gateway for online transactions

    • Implement secure encryption for data transmission

    • Integrate with various payment methods like credit cards, PayPal, etc.

    • Provide error handling and transaction logging for troubleshooting

    • Ensure compliance with PCI DSS standards for data security

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 hour duration. Sliding window problem. On hacker rank platform. Expected to write a working code and solve it optimally/scalable solution.

Round 2 - Technical 

(1 Question)

  • Q1. Again a coding test. LLD + hash map. 1 hour on hacker rank.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find deepest object in nested object
  • Ans. 

    Use recursion to find the deepest object in a nested object structure.

    • Use recursion to iterate through each key in the object

    • Keep track of the depth level as you traverse the object

    • Compare the depth levels of each nested object to find the deepest one

  • Answered by AI
  • Q2. Explain ACID Properties
  • Ans. 

    ACID properties are a set of principles that guarantee reliability and consistency in database transactions.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a valid state before and after the transaction.

    • Isolation ensures that transactions are executed independently without interference from other transactions.

    • Durability en...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Personal career-related questions
  • Q2. Professional experience related questions

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Case Study 

How to find house sourse of lead and your knowldge is better to understand

Round 2 - One-on-one 

(2 Questions)

  • Q1. How to find houses
  • Ans. 

    Finding houses involves utilizing various sources and strategies to identify potential properties for acquisition.

    • Utilize online real estate websites and apps to search for available properties

    • Work with real estate agents to access their listings and expertise

    • Attend local real estate auctions and networking events

    • Drive around neighborhoods of interest to look for 'For Sale' signs

    • Utilize social media platforms to connec

  • Answered by AI
  • Q2. You can manage travel

Interview Preparation Tips

Interview preparation tips for other job seekers - you can first the visit company website and wich type of work company and job role.
noram know about area wich area you are aplly for work
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Explain ELK stack
  • Ans. 

    ELK stack is a popular open-source log management solution consisting of Elasticsearch, Logstash, and Kibana.

    • ELK stack stands for Elasticsearch, Logstash, and Kibana.

    • Elasticsearch is a distributed search and analytics engine for storing and searching data.

    • Logstash is a data processing pipeline that ingests, transforms, and enriches data.

    • Kibana is a data visualization tool used to analyze and visualize the data stored i...

  • Answered by AI

Bluetooth Engineer Interview Questions & Answers

Synaptics user image Anonymous

posted on 2 May 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is interger pointer
  • Q2. Structure padding , why its needed?
  • Q3. How to declare a syntax for malloc with pointers
Round 2 - Technical 

(3 Questions)

  • Q1. Two programming questions
  • Q2. One on bitshifting
  • Q3. Another one on stack push/pop

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare nicely on C

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Stylebaazar Interview Questions
3.9
 • 29 Interviews
Shaadi.com Interview Questions
3.4
 • 27 Interviews
Tokopedia Interview Questions
4.1
 • 27 Interviews
Nestaway Interview Questions
4.0
 • 17 Interviews
Shine Interview Questions
2.6
 • 15 Interviews
Xome Interview Questions
4.2
 • 12 Interviews
Confluent Interview Questions
3.9
 • 12 Interviews
Priceline Interview Questions
3.9
 • 12 Interviews
Synaptics Interview Questions
3.7
 • 8 Interviews
View all

Box Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Compare Box with

Stylebaazar

3.9
Compare

Nestaway

4.0
Compare

Shaadi.com

3.4
Compare

Shine

2.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview