Upload Button Icon Add office photos
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
2.9

based on 12 Reviews

Filter interviews by

DigiBoxx Interview Questions, Process, and Tips

Updated 10 Apr 2023

DigiBoxx Interview Experiences

1 interview found

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...
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...
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
Round 5 - HR 

(4 Questions)

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

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

Top DigiBoxx Software Engineer Trainee Interview Questions and Answers

Q1. What are Hooks in ReactJs and Explain useState, useRef, useEffect Hooks with their usecases?
View answer (1)

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Salary expectations
Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about Motors
  • Q2. Difference between DC and AC Motor
  • Q3. How to do Motor Winding

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Space to Learning Skills
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 Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Online DSA round where question to be solved in front of interviewer and we need to pass all the cases. Question was based on frequency sort. This was to be done on HackerRank platform for which interviewe...
  • Q2. Basic question based on internal working of hashmap, inter threads communication, Concurrent HashMap working and how it handles thread safety.
Round 2 - One-on-one 

(3 Questions)

  • Q1. Basic introduction and question asked based on my previous projects that i worked on. Few follow ups on the same.
  • Q2. Was asked to design a ratelimiter service
  • Q3. Question on synchronized keyword and it works internally. Threads and its inter communication.

Interview Preparation Tips

Topics to prepare for Rocketlane Java Software Developer interview:
  • System Design
  • Core Java
  • Multithreading
  • Collections
Interview preparation tips for other job seekers - Focus basics of Java internal working of threads, Collection framework, thread inter communication and System design.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    Experienced inside sales executive with a proven track record of exceeding sales targets and building strong client relationships.

    • Over 5 years of experience in inside sales roles

    • Consistently met or exceeded sales targets by 20% each quarter

    • Developed and maintained strong relationships with key clients, resulting in a 30% increase in repeat business

    • Proficient in CRM software and sales analytics tools

  • Answered by AI
  • Q2. Where do you see yourself in next 5 years?
  • Ans. 

    In the next 5 years, I see myself advancing to a leadership role within the sales team, utilizing my experience to drive revenue growth and mentor junior team members.

    • Continuing to exceed sales targets and consistently delivering results

    • Taking on more responsibilities such as training and leading a team

    • Developing strong relationships with key clients and stakeholders

    • Attending leadership development programs to enhance ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Written test with 16 aptitude and 10 pseudo code

Round 2 - Coding Test 

6 questions with moderate level

Round 3 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. Resume based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Wellfound and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself?
  • Q2. Tell me about your work experience?
  • Q3. Why do you want to switch to Edtech?
Round 2 - One-on-one 

(3 Questions)

  • Q1. Here the interview was with VP Sales, again tell me about yourself?
  • Q2. Asked questions related to my resume experience ?
  • Q3. Why do you want to switch to Edtech ?
Round 3 - One-on-one 

(1 Question)

  • Q1. This round was with the Co-founder Vivek. He wanted to know everything in detail about the work I did? How I did? What were my targets? How did I achieve them ? What different things I did? What exactly wa...

Interview Preparation Tips

Topics to prepare for Codingal Business Development Associate interview:
  • About the company
Interview preparation tips for other job seekers - Be confident while speaking. Engage with the interviewer. Treat it as a conversation, where you also ask them questions. Be clear with the work you have done and actually tell them in detail when asked.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. More about myself.
Round 2 - One-on-one 

(1 Question)

  • Q1. Talk on something which is not given on my CV.
Round 3 - One-on-one 

(2 Questions)

  • Q1. What is Pepper content?
  • Ans. 

    Pepper content is a digital marketing agency that specializes in creating engaging content for brands to connect with their target audience.

    • Pepper content provides services such as content creation, social media management, and influencer marketing.

    • They work with brands to develop content strategies that resonate with their target market.

    • Pepper content helps brands increase their online presence and engagement through ...

  • Answered by AI
  • Q2. What does Pepper Content do?
  • Ans. 

    Pepper Content is a content creation platform that connects businesses with freelance writers, designers, and creators.

    • Pepper Content helps businesses create high-quality content for their marketing needs.

    • They offer services such as blog writing, social media management, video production, and graphic design.

    • Pepper Content has a network of skilled freelancers who work on projects for clients.

    • The platform provides a seam...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont waste time giving interviews here. They want people to know their business in and out in their interview. I gave my 3rd round to Kishan & gave him all info which I could get on Google about them, still he didnt select me which is just pathetic. This clearly states that they do not provide any trainings and want job seekers to know their business before joining them.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Related to past projects
Round 2 - Case Study 

Uber bookings down - RCA

Round 3 - One-on-one 

(1 Question)

  • Q1. Data science and credit analysis related
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. P&L and Budgeting
  • Q2. Reason for job change
  • Ans. 

    Seeking new challenges and growth opportunities in a larger organization.

    • Desire for career advancement

    • Opportunity to utilize skills in a larger scale

    • Seeking new challenges and learning experiences

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Excel round 

(1 Question)

  • Q1. Pivot table, charts, formulas & functions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare and be confident.

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.
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 from Similar Companies

IBM Interview Questions
4.1
 • 2.4k Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
NetApp Interview Questions
3.9
 • 61 Interviews
InsanelyGood Interview Questions
4.1
 • 19 Interviews
Vegrow Interview Questions
4.2
 • 16 Interviews
FarMart Interview Questions
4.2
 • 15 Interviews
Dropbox Interview Questions
4.7
 • 2 Interviews
View all

DigiBoxx Reviews and Ratings

based on 12 reviews

2.9/5

Rating in categories

3.4

Skill development

2.6

Work-life balance

2.7

Salary

2.4

Job security

2.6

Company culture

2.4

Promotions

2.8

Work satisfaction

Explore 12 Reviews and Ratings
Software Development Engineer
6 salaries
unlock blur

₹11.1 L/yr - ₹11.1 L/yr

Software Developer
4 salaries
unlock blur

₹6.1 L/yr - ₹11.1 L/yr

Software Tester
4 salaries
unlock blur

₹5 L/yr - ₹7 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

Explore more salaries
Compare DigiBoxx with

Dropbox

4.7
Compare

Box

5.0
Compare

Amazon Web Services

3.9
Compare

IBM

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