Darwinbox Pvt LTD interview experience Real time questions & tips from candidates to crack your interview

Software Engineer Trainee

Darwinbox Pvt LTD
upvote
share-icon
1 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Journey
My journey started when my friends told me to participate in the hackathons and we had to make a project using some of the coding languages which led me to thinking and learning.
Application story
I applied to the company and was allowed to sit in interviews. There was only 1 round. Which was technical round.
Why selected/rejected for the role?
I was rejected as I was not able to meet the expectations of the interviewer and did not answer the questions that were asked in a proper manner.
Preparation
Duration: 2.5 Months
Topics: Data Structures, Algorithms, System Design, Aptitude, OOPS
Tip
Tip

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application process
Where: Campus
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Interview rounds

01
Round
Easy
Video Call
Duration60 Minutes
Interview date12 Dec 2022
Coding problem4

1. Middle Of Linked List

Easy
20m average time
80% success
0/40
Asked in companies
NoBrokerIBMHCL Technologies

Given a singly linked list of 'N' nodes. The objective is to determine the middle node of a singly linked list. However, if the list has an even number of nodes, we return the second middle node.

Note:
1. If the list is empty, the function immediately returns None because there is no middle node to find.
2. If the list has only one node, then the only node in the list is trivially the middle node, and the function returns that node.
Try solving now

2. Spiral Matrix

Easy
15m average time
80% success
0/40
Asked in companies
WalmartOracleApple

You are given a 2-D array 'MATRIX' of dimensions N x M, of integers. You need to return the spiral path of the matrix.

Example Of Spiral Path:

Spiral path of a matrix

Try solving now

3. Missing Number

Moderate
30m average time
70% success
0/80
Asked in companies
HSBCSterlite Technologies LimitedSamsung

You are given an array/list ‘BINARYNUMS’ that consists of ‘N’ distinct strings which represent all integers from 0 to N in binary representation except one integer. This integer between 0 to ‘N’ whose binary representation is not present in list ‘BINARYNUMS’ is called ‘Missing Integer’.

Your task is to find the binary representation of that ‘Missing Integer’. You should return a string that represents this ‘Missing Integer’ in binary without leading zeros.

Note

1. There will be no leading zeros in any string in the list ‘BINARYNUMS’.

Example:

Consider N = 5 and the list ‘binaryNums’=  [“0”, “01”, “010”, “100”, “101”].  This list consists of the binary representation of numbers [0, 1, 2, 4, 5]. Clearly, the missing number is 3 and its binary representation will be “11”. So you should return string “11”.
Try solving now

4. SQL Question

Use of order by and having clause

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
Software Engineer
2 rounds | 5 problems
Interviewed by Darwinbox Pvt LTD
6876 views
0 comments
0 upvotes
Product Development Engineer
2 rounds | 3 problems
Interviewed by Darwinbox Pvt LTD
3647 views
0 comments
0 upvotes
Software Engineer
2 rounds | 3 problems
Interviewed by Darwinbox Pvt LTD
4311 views
0 comments
0 upvotes
Angular developer
1 rounds | 1 problems
Interviewed by Darwinbox Pvt LTD
1516 views
0 comments
0 upvotes