New
Know More
New
Know More
New
Know More
View All Preparation Packages

Darwinbox

No of Coding Questions
Coding Questions :
No. of MCQ Questions
MCQ Questions :
No. of Mock Tests
Mock Test :
Arrow leading towards next section of Landing Page

About Darwinbox

Darwinbox is a successful HR tech unicorn based in India and recognized as one of the fastest-growing Software-as-a-Service (SaaS) companies in Asia. Founded by former employees of prominent organizations such as McKinsey, EY, and Google, the company has become the preferred HR management choice for over 650 global enterprises, serving more than 1.6 million employees in 90+ countries. With a mission to revolutionize the way technology is used in the workplace, Darwinbox competes with both local and international players like Oracle, SAP, and Workday. The company has gained recognition for its client base, which includes large conglomerates and successful startups.

If you are looking to start your career in HR technology with Darwinbox, then you must prepare well for their placement exam. To succeed, you need to have a clear understanding of the exam pattern, syllabus, and interview questions. Additionally, you must practice with placement exam practice questions and follow the best practices and advice available for cracking the Darwinbox placement exam.

The registration process for the Darwinbox placement exam is simple and straightforward. Interested candidates can register on the company's website and follow the instructions provided. However, cheating in the placement exam is not acceptable and can lead to disqualification.

To crack the Darwinbox placement exam, you must have a deep understanding of HR technology and management concepts. Additionally, you must possess strong analytical and problem-solving skills, excellent communication skills, and the ability to work in a team. By following the best practices and advice, practicing with placement exam practice questions, and preparing well for the interview questions, you can enhance your chances of success in the Darwinbox placement exam.

Benefits Of Darwinbox Recruitment Exam

  • Darwinbox offers a salary range of INR 5 to 6.5 LPA for less than one year of experience, according to Glassdoor.
  • The company provides various benefits to support personal and professional growth, including Work From Home, Health Insurance, Job Training, Team Outings, Cafeteria, Education Assistance, Soft Skill Training, Free Food, International Relocation, Free Transport, and Child Care.
  • Work-life balance is rated 3/5.0 on the Ambition Box scale.
  • Darwinbox fosters an inclusive work environment and provides growth opportunities for all employees.
  • The company has a culture of recognizing and rewarding exceptional performance without any upper cap.
  • Darwinbox is experiencing tremendous growth and provides ample career advancement opportunities for driven individuals.
  • The company has policies and benefits in place to support self-care and reenergizing, recognizing that work is a part of life.
  • Darwinbox encourages professional development, collaboration with passionate coworkers, and supports professional courses to provide a conducive learning environment.

Eligibility Criteria For Darwinbox  Recruitment Exam

  • Strong programming fundamentals and a passion for programming.
  • Proficient in HTML, CSS, JavaScript, Ajax, and web services.
  • Experienced with MySQL, NoSQL, Apache, and DBMS concepts.
  • Knowledge of building a product or key modules of a product from scratch with a lean team, either as an intern or a freelance project.
  • Exposure to microservices architecture and API concepts is an added advantage.
  • Familiarity with MongoDB is preferred but not required, while knowledge of NoSQL is considered a plus.

Syllabus & Examination Process For Darwinbox Recruitment Exam

Online Test:

  • The test is divided into two sections: General and Technical.
  • The General section has a test duration of 90 minutes and consists of 25 MCQs each on Aptitude, Logical Reasoning, Critical Thinking, and Analytical Skills.
  • The Technical section has a test duration of 60 minutes and consists of 25 MCQs each on C/C++, Java, and Databases.
  • Candidates will receive two separate assessment links for the General and Technical sections on their email id.
  • Candidates must take both assessments and are advised to block all pop-ups or notifications during the test.
  • There is negative marking for wrong answers, and all candidates must take the test within the allocated time slot.

Programming Test:

  • The programming test is separate from the online test and has a test duration of 120 minutes.
  • Candidates will receive an assessment link and must answer all four questions

Technical (Telephonic/Video):

  • This test is conducted one-on-one and focuses on the technologies mentioned above.
  • Candidates will be assessed on their problem-solving and logical skills.

Technical & HR:

  • This is a face-to-face assessment conducted at the DarwinBox office in Hyderabad.
  • Candidates must bear their own expenses if they are traveling to Hyderabad for the assessment.
Arrow leading towards next section of Landing Page
Arrow leading towards next section of Landing Page

Popular Questions

#Water Supply In A Village

There are n houses in a village. You want to supply water for all the houses by building wells and by laying pipes.

For each house i we can either build a well inside it directly with cost of wells[i] or pipe in water from another well to it. The total cost to lay pipes between houses is given by pipes[i] = {house1, house2, cost} here pipes[i] represent the cost to lay a pipe between house1 and house2

You need to print the minimum total cost to supply water to all houses in the village.

#Input Format:

```sh

  • The first line will contain an input n and k which represent the number of houses and the number of pipes respectively.
  • The following line will contain n space separated integers which will be the input for array wells
  • The following k line will contain input for array pipes

```

#Output Format:

```sh

  • You need to print the minimum total cost to supply water to all houses in the village.

```

#Input:

```sh

4 2

1 4 4 4

1 4 2

1 2 1

```

#Output: 

```sh

8

```

#Constraints:

```sh

  • 1 <= n <= 10 ^ 2
  • 0 <= wells[i] <= 10^6
  • 1 <= k <= 10000
  • 1 <= pipes[i][0], pipes[i][1] <= N
  • 0 <= pipes[i][2] <= 10^5
  • pipes[i][0] != pipes[i][1]

```

Previously Asked Question

#Water Supply In A Village

There are n houses in a village. You want to supply water for all the houses by building wells and by laying pipes.

For each house i we can either build a well inside it directly with cost of wells[i] or pipe in water from another well to it. The total cost to lay pipes between houses is given by pipes[i] = {house1, house2, cost} here pipes[i] represent the cost to lay a pipe between house1 and house2

You need to print the minimum total cost to supply water to all houses in the village.

#Input Format:

```sh

  • The first line will contain an input n and k which represent the number of houses and the number of pipes respectively.
  • The following line will contain n space separated integers which will be the input for array wells
  • The following k line will contain input for array pipes

```

#Output Format:

```sh

  • You need to print the minimum total cost to supply water to all houses in the village.

```

#Input:

```sh

4 2

1 4 4 4

1 4 2

1 2 1

```

#Output: 

```sh

8

```

#Constraints:

```sh

  • 1 <= n <= 10 ^ 2
  • 0 <= wells[i] <= 10^6
  • 1 <= k <= 10000
  • 1 <= pipes[i][0], pipes[i][1] <= N
  • 0 <= pipes[i][2] <= 10^5
  • pipes[i][0] != pipes[i][1]

```

Testimonials

Vaishnavi

Placed in
ServiceNow
-
24 LPA

Edyst's training style completely resonated with me. I approached programming as more than a subject. Thanks to Edyst team for the guidance!

Ria

Placed in
OLX
-
20 LPA

Sakila

Placed in
Adobe
-
12 LPA

I started practising on Edyst platform since my 3rd year of college focused on placements & always liked the way they helped us when we were stuck at a particular problem.
Thank you, Edyst for all the assistance and amazing support!

Pruthviraj

Placed in
Futurense
-
9.5 LPA

Sriram

Placed in
Seawise Capital
-
8 LPA

When I joined the Edyst courses I received personalized mentoring on how to crack coding rounds of different companies. Through a combination of coding skills and great projects, I received multiple offers above 6+ lakhs per annum. Finally I joined for 8+ Lakhs package. Thanks for all the support, from Edyst Team.

Dileep

Placed in
TCS Digital
-
7 LPA+

Being a mechanical student and getting into an IT company is very tough. One of the main reason I could able to crack TCS CodeVita is because of Edyst.
Aneeq sir, your doubt clearing sessions, daily assignments & incredible mentors support really brushed up my skills.

Arrow leading towards next section of Landing Page

Coding Interview Round Sample Questions 

Here are some examples of coding interview questions that may be asked (entry-level candidates with little or no professional experience):

#Water Supply In A Village

There are n houses in a village. You want to supply water for all the houses by building wells and by laying pipes.

For each house i we can either build a well inside it directly with cost of wells[i] or pipe in water from another well to it. The total cost to lay pipes between houses is given by pipes[i] = {house1, house2, cost} here pipes[i] represent the cost to lay a pipe between house1 and house2

You need to print the minimum total cost to supply water to all houses in the village.

#Input Format:

```sh

  • The first line will contain an input n and k which represent the number of houses and the number of pipes respectively.
  • The following line will contain n space separated integers which will be the input for array wells
  • The following k line will contain input for array pipes

```

#Output Format:

```sh

  • You need to print the minimum total cost to supply water to all houses in the village.

```

#Input:

```sh

4 2

1 4 4 4

1 4 2

1 2 1

```

#Output: 

```sh

8

```

#Constraints:

```sh

  • 1 <= n <= 10 ^ 2
  • 0 <= wells[i] <= 10^6
  • 1 <= k <= 10000
  • 1 <= pipes[i][0], pipes[i][1] <= N
  • 0 <= pipes[i][2] <= 10^5
  • pipes[i][0] != pipes[i][1]

```

Dropdown Icon
Dropdown Icon
Dropdown Icon
Dropdown Icon

#Water Supply In A Village

There are n houses in a village. You want to supply water for all the houses by building wells and by laying pipes.

For each house i we can either build a well inside it directly with cost of wells[i] or pipe in water from another well to it. The total cost to lay pipes between houses is given by pipes[i] = {house1, house2, cost} here pipes[i] represent the cost to lay a pipe between house1 and house2

You need to print the minimum total cost to supply water to all houses in the village.

#Input Format:

```sh

  • The first line will contain an input n and k which represent the number of houses and the number of pipes respectively.
  • The following line will contain n space separated integers which will be the input for array wells
  • The following k line will contain input for array pipes

```

#Output Format:

```sh

  • You need to print the minimum total cost to supply water to all houses in the village.

```

#Input:

```sh

4 2

1 4 4 4

1 4 2

1 2 1

```

#Output: 

```sh

8

```

#Constraints:

```sh

  • 1 <= n <= 10 ^ 2
  • 0 <= wells[i] <= 10^6
  • 1 <= k <= 10000
  • 1 <= pipes[i][0], pipes[i][1] <= N
  • 0 <= pipes[i][2] <= 10^5
  • pipes[i][0] != pipes[i][1]

```

Dropdown Icon
Dropdown Icon

Technical Interview Round Sample Questions 

Here are some examples of technical interview questions that may be asked (entry-level candidates with little or no professional experience):
Do you consider yourself to be someone who takes greater initiative than others?
Dropdown Icon
Do you prefer working with others or alone?
Dropdown Icon
How do you feel about working with superiors who may be less intelligent or competent than you?
Dropdown Icon
How do you normally deal with criticism?
Dropdown Icon
Previously Asked Question
Dropdown Icon
What are the two things you would like to improve about yourself?
Dropdown Icon

HR Interview Round Sample Questions

Here are some examples of technical interview questions that may be asked (entry-level candidates with little or no professional experience):
Do you consider yourself to be someone who takes greater initiative than others?
Dropdown Icon
Do you prefer working with others or alone?
Dropdown Icon
How do you feel about working with superiors who may be less intelligent or competent than you?
Dropdown Icon
How do you normally deal with criticism?
Dropdown Icon
Previously Asked Question
Dropdown Icon
What are the two things you would like to improve about yourself?
Dropdown Icon