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.
Online Test:
Programming Test:
Technical (Telephonic/Video):
Technical & HR:
#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
```
#Output Format:
```sh
```
#Input:
```sh
4 2
1 4 4 4
1 4 2
1 2 1
```
#Output:
```sh
8
```
#Constraints:
```sh
```
#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
```
#Output Format:
```sh
```
#Input:
```sh
4 2
1 4 4 4
1 4 2
1 2 1
```
#Output:
```sh
8
```
#Constraints:
```sh
```
Edyst's training style completely resonated with me. I approached programming as more than a subject. Thanks to Edyst team for the guidance!
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!
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.
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.
#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
```
#Output Format:
```sh
```
#Input:
```sh
4 2
1 4 4 4
1 4 2
1 2 1
```
#Output:
```sh
8
```
#Constraints:
```sh
```