Upload Button Icon Add office photos

Darwinbox

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Darwinbox Software Engineer Interview Questions and Answers

Updated 27 Oct 2023

Darwinbox Software Engineer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Coding Test 

4 coding ques + 15 technical aptitude

Round 3 - Coding Test 

4 Coding Ques + 10 technical aptitude

Round 4 - Technical 

(2 Questions)

  • Q1. Coding question
  • Q2. Group by query, dbms

I applied via Campus Placement and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was there in exam

Round 2 - Coding Test 

Coding 3 questions were there in exam

Round 3 - Technical 

(2 Questions)

  • Q1. There were different rounds for different clge students .
  • Q2. Coding questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare coding in any of your choice language and learn DSA

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Coding Test 

2 easy level coding questions to be solved

Round 2 - One-on-one 

(1 Question)

  • Q1. One dsa question which needs to be live coded in 45 mins
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as first round . But 2 coding questions might be asked
Round 4 - HR 

(1 Question)

  • Q1. Did not happen . Don’t know why

Interview Preparation Tips

Interview preparation tips for other job seekers - Please select company wisely.
As this is startup it needs you to be very good at technical and debugging skills.
I am feeling stressed here

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Focused more on Logics and DSA

Round 2 - HR 

(1 Question)

  • Q1. Just with Formal Questions

Interview Questionnaire 

1 Question

  • Q1. Algorithms, Computer languages, Aptitude & Reasoning
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Based on profile and Job description

I was interviewed in May 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Easy

  • Q1. 

    Rectangle Area Calculation

    Given a list of rectangles, where each rectangle is represented by an array of four integers indicating its bottom-left and top-right corners, calculate the total area covered b...

  • Ans. 

    Calculate total area covered by a list of rectangles on a plane.

    • Iterate through each rectangle and calculate its area

    • Check for overlapping areas between rectangles

    • Sum up the total area covered by all rectangles

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Oops concepts and 1 DSA problem

  • Q1. 

    Bit Set Problem Statement

    You are provided with a string, termed as DIGIT_PATTERN, which consists solely of digits. The objective is to identify the first digit that repeats in the sequence. If there's no...

  • Ans. 

    Identify the first repeating digit in a given string of digits.

    • Iterate through the string and keep track of seen digits using a set.

    • Return the first digit that repeats, or -1 if no digit repeats.

    • Time complexity: O(n), where n is the length of the input string.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Firstly Some general questions and then suddenly a cosing question with modifications

  • Q1. 

    Print All Permutations of a String

    Given an input string STR, generate and print all possible permutations of the string.

    Input:

    str

    Output:

    All permutations of the input string, each on a new line.

    ...

  • Ans. 

    Generate and print all possible permutations of a given input string.

    • Use recursion to generate all permutations by swapping characters in the string.

    • Maintain a visited array to keep track of characters already used in a particular permutation.

    • Print each permutation as it is generated.

    • Handle duplicate characters by skipping swapping if the character is already in the current position.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as Software Engineer in GurgaonEligibility criteria7.5 CgpaGreyOrange interview preparation:Topics to prepare for the interview - DSA, OOPs, OS, DBMS, projects, PuzzlesTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : You should be perfect in what you know
Tip 2 : Prepare atleast DSA standard questions very well
Tip 3 : Don't ignore OOPs, they are asked very frequently.

Application resume tips for other job seekers

Tip 1 : Add good projects
Tip 2 : Must mention all your coding profiles and github where you worked.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Feb 2022. There were 4 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. The interviewer asked Basic SQL and Linux OS-related questions.
Round 3 - Technical 

(2 Questions)

  • Q1. The interviewer asked questions regarding projects and experience.
  • Q2. The interviewer asked some aptitude and logical reasoning questions.
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good organization for freshers and people with no/limited experience.

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Core java concepts
  • Q2. Multithreading questions
  • Q3. Previous project details
  • Ans. 

    Developed a web application for managing customer orders and inventory

    • Used Java and Spring framework for backend development

    • Implemented a responsive user interface using HTML, CSS, and JavaScript

    • Integrated with a relational database for data storage and retrieval

    • Implemented authentication and authorization features for secure access

    • Performed unit testing and bug fixing throughout the development process

  • Answered by AI
  • Q4. Java Programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics and practice coding questions to increase performance and quality of code
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Reverse Linked List
Pallindrome of String

Round 2 - Group Discussion 

Flyover building in team with strength

Contribute & help others!
anonymous
You can choose to be anonymous

Darwinbox Interview FAQs

How many rounds are there in Darwinbox Software Engineer interview?
Darwinbox interview process usually has 4 rounds. The most common rounds in the Darwinbox interview process are Coding Test, One-on-one Round and Resume Shortlist.
How to prepare for Darwinbox Software Engineer 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 Darwinbox. The most common topics and skills that interviewers at Darwinbox expect are Software Engineering, Node.Js and PHP.
What are the top questions asked in Darwinbox Software Engineer interview?

Some of the top questions asked at the Darwinbox Software Engineer interview -

  1. One dsa question which needs to be live coded in 45 m...read more
  2. Same as first round . But 2 coding questions might be as...read more
  3. There were different rounds for different clge student...read more

Recently Viewed

SALARIES

Automotive Manufacturers

SALARIES

AstraZeneca

INTERVIEWS

Darwinbox

No Interviews

INTERVIEWS

Darwinbox

No Interviews

INTERVIEWS

Dell

No Interviews

INTERVIEWS

AstraZeneca

No Interviews

SALARIES

Darwinbox

INTERVIEWS

Piramal Pharma

No Interviews

INTERVIEWS

AstraZeneca

No Interviews

INTERVIEWS

Dell

No Interviews

Tell us how to improve this page.

Darwinbox Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Darwinbox Software Engineer Salary
based on 50 salaries
₹5.7 L/yr - ₹18.5 L/yr
70% more than the average Software Engineer Salary in India
View more details

Darwinbox Software Engineer Reviews and Ratings

based on 6 reviews

3.0/5

Rating in categories

2.8

Skill development

3.2

Work-life balance

3.1

Salary

3.0

Job security

3.2

Company culture

2.8

Promotions

2.5

Work satisfaction

Explore 6 Reviews and Ratings
Product Specialist
74 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accounts Manager
71 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Success Consultant
57 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Success Manager
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Darwinbox with

PeopleStrong

3.4
Compare

SAP SuccessFactors

5.0
Compare

greytHR

3.8
Compare

Sumtotal Systems

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