Delhivery interview experience Real time questions & tips from candidates to crack your interview

Backend Developer

Delhivery
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Array, String , OOPS concept, Stack, Queues, DP, DBMS, STL,
Tip
Tip

Tip 1 : Make array very strong
Tip 2 : Always try to think the solution of the problem in O(n) which you have already done in brute force manner
Tip 3 : Do questions as much as possible

Application process
Where: Campus
Eligibility: 6 CGPA
Resume Tip
Resume tip

Tip 1 : Project must be thoroughly prepared and must be in the resume
Tip 2 : Always make a resume according to company's need

Interview rounds

01
Round
Easy
Online Coding Interview
Duration30 minutes
Interview date8 Nov 2020
Coding problem1

Aptitude Question only as Usual

1. Magic Park

Hard
40m average time
60% success
0/120
Asked in companies
SAP LabsDelhiveryDirecti

Bob came to a magic aqua park. In this magic aqua park, There are N props. Each prop is a non-horizontal and non-vertical segment. So when Bob falls on the segment, he starts sliding on it, and when he reaches its lowest point, he continues falling vertically. Then he can fall on another segment and so on until he reaches the water. He knows his initial X coordinate, and he is at a very high altitude. Help Bob to find his final X coordinate.

For Example:
Input
4 2
0 1 2 2
2 4 4 5


Output 
0

Explanation:
Here, Bob will first fall on the second prop, and he will travel till endpoint 2. Then he will fall on the first prop and travel till the endpoint 0. hence the final position will be X = 0. 
Try solving now
02
Round
Hard
Online Coding Test
Duration90 minutes
Interview date8 Nov 2020
Coding problem2

Coding problem

1. Reverse the String

Easy
15m average time
85% success
0/40
Asked in companies
SAP LabsWalmartFacebook

You are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string.

For example:

 If the given string is: STR = "abcde". You have to print the string "edcba".
follow up:
Try to solve the problem in O(1) space complexity. 
Try solving now

2. Number Of Triangles In Directed And Undirected Graphs

Moderate
30m average time
70% success
0/80
Asked in companies
LinkedInIBMOptum

Ninja has been given two Graphs: a directed graph ‘DIRGRAPH’ and an undirected graph ‘UNDIRGRAPH’. Ninja has to count the number of triangles in each of the graphs.

Can you help Ninja with finding the number of triangles in ‘DIRGRAPH’ and ‘UNDIRGRAPH’.

For Example :

graph1

In this example, this graph is directed and there are two triangles possible.
Triangle 1 : (0 3 2)
Triangle 2 : (0 1 2)

graph1

In this example, this graph is undirected and there are two triangles possible.
Triangle 1 : (0 3 2)
Triangle 2 : (0 1 2)
Try solving now
03
Round
Medium
HR Round
Duration20 minutes
Interview date8 Nov 2020
Coding problem1

Just very basic question related to HR round .

1. Basic HR Questions

  • What do you know about the organization?
  • What are your salary expectations?

Here's your problem of the day

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

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by Delhivery
1377 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Delhivery
1293 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 3 problems
Interviewed by Delhivery
1239 views
0 comments
0 upvotes
company logo
Data Engineer
2 rounds | 5 problems
Interviewed by Delhivery
1235 views
0 comments
0 upvotes