AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

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

DigiBoxx Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 13 Reviews

  • About
  • Reviews
    13
  • Salaries
    50
  • Interviews
    2
  • Jobs
    2
  • Benefits
    2
  • Photos
    -

Filter interviews by

DigiBoxx Interview Questions and Answers

Updated 17 Mar 2025
Popular Designations

9 Interview questions

A Software Engineer Trainee was asked
Q. What are WeakMap and WeakSet in Javascript?
Ans. 

WeakMap and WeakSet are specialized collections in JavaScript that allow for weak references to objects.

  • WeakMap allows for mapping of objects to values where the object keys are weakly referenced.

  • WeakSet is a collection of objects where the objects are weakly referenced.

  • Weak references allow for objects to be garbage collected if they are no longer referenced elsewhere.

  • WeakMap and WeakSet are useful for scenarios ...

View all Software Engineer Trainee interview questions
A Software Engineer Trainee was asked
Q. What is the purpose of the getDerivedStateFromProps() and getSnapshotBeforeUpdate() lifecycle methods?
Ans. 

getDerivedStateFromProps() updates state based on props changes. getSnapshotBeforeUpdate() captures current state before update.

  • getDerivedStateFromProps() is called before rendering and updates state based on changes in props.

  • getSnapshotBeforeUpdate() is called after rendering but before updating the DOM. It captures current state before update.

  • getDerivedStateFromProps() is a static method and should return an obj...

View all Software Engineer Trainee interview questions
A Software Engineer Trainee was asked
Q. What algorithm did you use in your project?
Ans. 

I used the Dijkstra's algorithm for finding the shortest path in my project.

  • Implemented Dijkstra's algorithm to find the shortest path between nodes in a graph

  • Used priority queue to optimize the algorithm

  • Considered edge weights and node distances while calculating the shortest path

View all Software Engineer Trainee interview questions
A Software Engineer Trainee was asked
Q. Explain Local Storage, Session Storage, and caching in Web development.
Ans. 

Local Storage, Session Storage, and Cache are used to store data in the browser for faster access and better user experience.

  • Local Storage: stores data with no expiration date and can be accessed across multiple windows and tabs

  • Session Storage: stores data for a single session and is cleared when the session ends

  • Cache: stores data temporarily to reduce server load and improve performance

  • Examples: storing user pref...

View all Software Engineer Trainee interview questions
A Software Engineer Trainee was asked
Q. What is the life cycle in ReactJS?
Ans. 

ReactJS life cycle refers to the series of methods that are invoked in the process of creating, updating and destroying a component.

  • ReactJS life cycle consists of three phases: Mounting, Updating and Unmounting.

  • Mounting phase includes methods like constructor, render, componentDidMount.

  • Updating phase includes methods like shouldComponentUpdate, render, componentDidUpdate.

  • Unmounting phase includes method componentW...

View all Software Engineer Trainee interview questions
A Software Engineer Trainee was asked
Q. Explain setTimeout, setImmediate, and process.nextTick.
Ans. 

setTimeout, setImmediate and process.nextTick are Node.js functions used for asynchronous programming.

  • setTimeout is used to execute a function after a specified amount of time has passed.

  • setImmediate is used to execute a function immediately after the current event loop iteration.

  • process.nextTick is used to execute a function at the beginning of the next event loop iteration.

  • setTimeout and setImmediate are similar...

View all Software Engineer Trainee interview questions
A Software Engineer Trainee was asked
Q. How can you compose multiple HOCs with render props in a React component?
Ans. 

Compose multiple HOCs with render props in a React component

  • Create a render prop component that accepts a function as a prop

  • Wrap the render prop component with HOCs

  • Pass the function as a prop to the HOCs

  • Use the function to render the component's content

  • Example: withAuth(withTheme(RenderPropComponent))

View all Software Engineer Trainee interview questions
Are these interview questions helpful?
A Software Engineer Trainee was asked
Q. What are components and state in ReactJS?
Ans. 

Components are reusable UI elements in ReactJs. State is an object that stores data and controls a component's behavior.

  • Components are like building blocks that can be combined to create complex UIs

  • State is used to store and manage data within a component

  • Changes to state trigger a re-render of the component

  • State should be kept as minimal as possible to avoid performance issues

  • Example: A button component can have a...

View all Software Engineer Trainee interview questions
A Software Engineer Trainee was asked
Q. What are Hooks in ReactJs and Explain useState, useRef, useEffect Hooks with their usecases?
Ans. 

Hooks are functions that allow us to use state and other React features in functional components.

  • useState is a hook that allows us to add state to functional components.

  • useRef is a hook that allows us to create a mutable reference that persists across renders.

  • useEffect is a hook that allows us to perform side effects in functional components.

  • useState example: const [count, setCount] = useState(0);

  • useRef example: c...

View all Software Engineer Trainee interview questions

DigiBoxx Interview Experiences

2 interviews found

Software Engineer Trainee Interview Questions & Answers

user image Md Yasin Ansari

posted on 10 Apr 2023

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

I applied via Campus Placement and was interviewed in Mar 2023. There were 5 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 - Case Study 

This was a 5 Hour Long codathon (with option to make utmost team of 4) and the Problem statement would be some real world question and everyone is free to choose any language, framework or tech stack of their choice to work on. Its better to make a team and try because there maybe problem requiring Frontend, Backend, API and Authentication etc. The codathon will be very acquainting and selected or rejected but you'll learn a lot from it and meet like minded friends too.

Round 3 - Presentation 

(1 Question)

  • Q1. The 2nd Round will be presentation round. Here your team will be called in Digiboxx Office in a week for presentation of your codathon project that you got. You have to present the code and explain the wor...
  • Add your answer
Round 4 - Technical 

(10 Questions)

  • Q1. The 3rd Round was Technical interview round, questions will be based from your CV and Projects. So as mine was full stack development. So questions was from there and from my web development project of cry...
  • Add your answer
  • Q2. What are Components and state in ReactJs?
  • Ans. 

    Components are reusable UI elements in ReactJs. State is an object that stores data and controls a component's behavior.

    • Components are like building blocks that can be combined to create complex UIs

    • State is used to store and manage data within a component

    • Changes to state trigger a re-render of the component

    • State should be kept as minimal as possible to avoid performance issues

    • Example: A button component can have a stat...

  • Answered by AI
    Add your answer
  • Q3. What is life cycle in ReactJS ?
  • Ans. 

    ReactJS life cycle refers to the series of methods that are invoked in the process of creating, updating and destroying a component.

    • ReactJS life cycle consists of three phases: Mounting, Updating and Unmounting.

    • Mounting phase includes methods like constructor, render, componentDidMount.

    • Updating phase includes methods like shouldComponentUpdate, render, componentDidUpdate.

    • Unmounting phase includes method componentWillUn...

  • Answered by AI
    Add your answer
  • Q4. What are Hooks in ReactJs and Explain useState, useRef, useEffect Hooks with their usecases?
  • Ans. 

    Hooks are functions that allow us to use state and other React features in functional components.

    • useState is a hook that allows us to add state to functional components.

    • useRef is a hook that allows us to create a mutable reference that persists across renders.

    • useEffect is a hook that allows us to perform side effects in functional components.

    • useState example: const [count, setCount] = useState(0);

    • useRef example: const ...

  • Answered by AI
    Add your answer
  • Q5. What Algorithm you used in your Project?
  • Ans. 

    I used the Dijkstra's algorithm for finding the shortest path in my project.

    • Implemented Dijkstra's algorithm to find the shortest path between nodes in a graph

    • Used priority queue to optimize the algorithm

    • Considered edge weights and node distances while calculating the shortest path

  • Answered by AI
    Add your answer
  • Q6. Explain Local Storage, Session Storage, cache in Web development
  • Ans. 

    Local Storage, Session Storage, and Cache are used to store data in the browser for faster access and better user experience.

    • Local Storage: stores data with no expiration date and can be accessed across multiple windows and tabs

    • Session Storage: stores data for a single session and is cleared when the session ends

    • Cache: stores data temporarily to reduce server load and improve performance

    • Examples: storing user preferenc...

  • Answered by AI
    Add your answer
  • Q7. Purpose of getDerivedStateFromProps() and getSnapshotBeforeUpdate() Lifecyle method?
  • Ans. 

    getDerivedStateFromProps() updates state based on props changes. getSnapshotBeforeUpdate() captures current state before update.

    • getDerivedStateFromProps() is called before rendering and updates state based on changes in props.

    • getSnapshotBeforeUpdate() is called after rendering but before updating the DOM. It captures current state before update.

    • getDerivedStateFromProps() is a static method and should return an object t...

  • Answered by AI
    Add your answer
  • Q8. How can you compose multiple HOCs with render props in a React component
  • Ans. 

    Compose multiple HOCs with render props in a React component

    • Create a render prop component that accepts a function as a prop

    • Wrap the render prop component with HOCs

    • Pass the function as a prop to the HOCs

    • Use the function to render the component's content

    • Example: withAuth(withTheme(RenderPropComponent))

  • Answered by AI
    Add your answer
  • Q9. WeakMap and WeakSet in Javascript?
  • Ans. 

    WeakMap and WeakSet are specialized collections in JavaScript that allow for weak references to objects.

    • WeakMap allows for mapping of objects to values where the object keys are weakly referenced.

    • WeakSet is a collection of objects where the objects are weakly referenced.

    • Weak references allow for objects to be garbage collected if they are no longer referenced elsewhere.

    • WeakMap and WeakSet are useful for scenarios where...

  • Answered by AI
    Add your answer
  • Q10. Explain setTimeout, setImmediate and process.nextTick ?
  • Ans. 

    setTimeout, setImmediate and process.nextTick are Node.js functions used for asynchronous programming.

    • setTimeout is used to execute a function after a specified amount of time has passed.

    • setImmediate is used to execute a function immediately after the current event loop iteration.

    • process.nextTick is used to execute a function at the beginning of the next event loop iteration.

    • setTimeout and setImmediate are similar, but...

  • Answered by AI
    Add your answer
Round 5 - HR 

(4 Questions)

  • Q1. Introduce Yourself ?
  • Add your answer
  • Q2. 3 4 Project Viewing and basic cross questions
  • Add your answer
  • Q3. Salary Discussion and Company Policies Discussion
  • Add your answer
  • Q4. Question related to Digiboxx and what I know about its services ?
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - In summary, if you are a job seeker participating in a codathon, make sure to choose a team wisely, plan and divide the work, keep the code clean and organized, practice your presentation, be open to feedback, highlight your strengths during the technical interview, and stay calm and confident. These tips will not only help you to perform well in the codathon but also showcase your skills and potential to potential employers.

Skills evaluated in this interview

Anonymous

Digital Marketing Intern Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2025

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Can you tell me about yourself?
  • Add your answer
  • Q2. What is DigiBoxx, and what motivates you to join the company?
  • Ans. 

    DigiBoxx is an Indian digital storage and management platform that offers secure cloud solutions for businesses and individuals.

    • DigiBoxx promotes digital empowerment in India, aligning with my passion for technology and innovation.

    • The company's focus on affordable cloud storage solutions resonates with my belief in accessibility for all.

    • I admire DigiBoxx's commitment to data security and privacy, which is crucial in to...

  • Answered by AI
    Add your answer
Anonymous

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about DigiBoxx?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Assistant Manager Interview Questions & Answers

InsanelyGood user image Anonymous

posted on 7 Dec 2021

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Realted to my previous job
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in answering to the interviewer
Anonymous
company Logo

Team Lead Interview Questions & Answers

InsanelyGood user image Anonymous

posted on 13 Apr 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. About myself, reason for living for previous company, and rolls an responsibility
  • Add your answer
  • Q2. Rolls an responsibility
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - suprdaily is one of the best company i have never seen before and employees are very good
Anonymous
company Logo

Senior Software Engineer Interview Questions & Answers

FarMart user image Kanu Priya

posted on 2 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. General Discussion + 1 coding question
  • Add your answer
Anonymous
company Logo

Data Analyst Interview Questions & Answers

Vegrow user image Anonymous

posted on 29 Feb 2024

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 Jan 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Advanced formulas of Excel
  • Ans. 

    Advanced Excel formulas are complex functions used for data analysis and manipulation.

    • Advanced formulas in Excel include VLOOKUP, INDEX-MATCH, SUMIFS, COUNTIFS, and IFERROR.

    • These formulas are used for tasks like data lookup, conditional calculations, and summarizing data.

    • For example, VLOOKUP is used to search for a value in a table and return a corresponding value from another column.

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous
company Logo

Software Engineer Interview Questions & Answers

Vegrow user image Anonymous

posted on 2 Aug 2024

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

I applied via Indeed and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Core HTML, CSS and JS

Round 2 - Coding Test 

JS deep dive and react

Round 3 - Behavioral 

(1 Question)

  • Q1. Mimic Promise.all, Array.flat, OTP Component etc
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Study core JS concepts and be strong in react fundamentals
Anonymous
Are these interview questions helpful?
company Logo

Team Lead Interview Questions & Answers

InsanelyGood user image Anonymous

posted on 29 Jun 2022

Round 1 - One-on-one 

(2 Questions)

  • Q1. Wat was total experience
  • View 2 more answers
  • Q2. Wat was ur designation
  • View 1 more answer

Interview Preparation Tips

Interview preparation tips for other job seekers - App is good kindly follow this im applying 2nd time in this app i Guess the 2nd job will be good
Anonymous

Analyst Interview Questions & Answers

Mylo user image Anonymous

posted on 1 Feb 2024

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Assignment 

Basic excel problem, and pyhton, and sql

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic interview questions over resume
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions over salary and why do you wanna work with us
  • Add your answer

Interview Preparation Tips

Topics to prepare for Mylo Analyst interview:
  • excel
  • sql
  • pyhton
Anonymous

Data Analyst Interview Questions & Answers

Mylo user image Anonymous

posted on 8 Feb 2024

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

I appeared for an interview before Feb 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is sql, what is key word, tell me something about pandas and numpy, hangman puzzle
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases. Keywords are reserved words in SQL.

    • SQL is used to retrieve, insert, update, and delete data from databases

    • Keywords in SQL are reserved words that have a specific meaning and cannot be used as identifiers

    • Pandas is a Python library used for data manipulation and analysis

    • NumPy is a Python library used for numerical computing and array o...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - clear your basic everything is easy

Skills evaluated in this interview

Anonymous
More about working at DigiBoxx
  • HQ - Mumbai,Maharashtra, India
  • Internet
  • 11-50 Employees (India)

DigiBoxx Interview FAQs

How many rounds are there in DigiBoxx interview?
DigiBoxx interview process usually has 5 rounds. The most common rounds in the DigiBoxx interview process are Resume Shortlist, Case Study and Presentation.
How to prepare for DigiBoxx interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at DigiBoxx. The most common topics and skills that interviewers at DigiBoxx expect are IT Product Sales, IT Sales, SaaS Sales, Ansible and B2B Sales.
What are the top questions asked in DigiBoxx interview?

Some of the top questions asked at the DigiBoxx interview -

  1. What are Hooks in ReactJs and Explain useState, useRef, useEffect Hooks with th...read more
  2. How can you compose multiple HOCs with render props in a React compon...read more
  3. What are Components and state in React...read more

Tell us how to improve this page.

Interview Questions for Popular Designations

  • Intern Interview Questions
  • Senior Engineer Interview Questions
  • Sales Executive Interview Questions
  • Associate Software Engineer Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Java Developer Interview Questions
  • Data Analyst Interview Questions
  • Senior Software Engineer Interview Questions
  • Show more
  • Manager Interview Questions
  • Assistant Manager Interview Questions

Overall Interview Experience Rating

5/5

based on 2 interview experiences

Difficulty level

Easy 50%
Hard 50%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Interview Questions from Similar Companies

InsanelyGood
InsanelyGood Interview Questions
4.1
 • 19 Interviews
Vegrow
Vegrow Interview Questions
4.0
 • 17 Interviews
FarMart
FarMart Interview Questions
4.1
 • 16 Interviews
STARZ Ventures
STARZ Ventures Interview Questions
4.8
 • 16 Interviews
Garuda Aerospace
Garuda Aerospace Interview Questions
3.4
 • 14 Interviews
SmartCoin Financials
SmartCoin Financials Interview Questions
3.2
 • 14 Interviews
Oben Electric Vehicle
Oben Electric Vehicle Interview Questions
4.3
 • 14 Interviews
Pepper Content
Pepper Content Interview Questions
2.5
 • 13 Interviews
Mylo
Mylo Interview Questions
2.9
 • 12 Interviews
Facilio
Facilio Interview Questions
3.9
 • 10 Interviews
View all

DigiBoxx Reviews and Ratings

based on 13 reviews

3.2/5

Rating in categories

3.7

Skill development

2.9

Work-life balance

3.0

Salary

2.8

Job security

3.0

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 13 Reviews and Ratings
Jobs at DigiBoxx
DigiBoxx
DigiBoxx - Manager - Enterprise Sales (6-12 yrs)

6-12 Yrs

Not Disclosed

DigiBoxx
DigiBoxx- Vice President - Technical Sales (10-18 yrs)

10-18 Yrs

Not Disclosed

Explore more jobs
DigiBoxx Salaries in India
Software Tester
4 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

Software Developer
3 salaries
unlock blur

₹4 L/yr - ₹6.1 L/yr

HR Executive
3 salaries
unlock blur

₹2.4 L/yr - ₹2.4 L/yr

Technology Head
3 salaries
unlock blur

₹50 L/yr - ₹50 L/yr

Angular Developer
3 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Explore more salaries
Compare DigiBoxx with
InsanelyGood

InsanelyGood

4.1
Compare
Vegrow

Vegrow

4.0
Compare
Vilcart

Vilcart

3.7
Compare
Garuda Aerospace

Garuda Aerospace

3.4
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • DigiBoxx Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter