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

Software Developer

Delhivery
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 5 Months
Topics: Data Structures and Algorithms, OOPS, Java, Angular, Python, Databases sql and nosql (postgres, Cassandra, Elastic search, Neo4j etc.)
Tip
Tip

Tip 1 : Practice on Interviewbit, Hackerrank, Codeforces etc
Tip 2 : Follow Geeksforgeeks, youtube, blogs
Tip 3 : System design practice and concepts
Tip 4 : Revise everything you have worked on

Application process
Where: Other
Eligibility: NA
Resume Tip
Resume tip

Tip 1 : Should be 1 page and creative
Tip 2 : Don't add jargons, remove extra projects if you think not relevant now

Interview rounds

01
Round
Medium
Video Call
Duration60 minutes
Interview date25 Dec 2020
Coding problem1

It was in morning.
It was on zoom and asked to write on Google docs.
Questions like design LRU cache and some questions on tree
Asked conceptual questions on oops, networking, os

1. LRU Cache Implementation

Moderate
25m average time
65% success
0/80
Asked in companies
MicrosoftUberSalesforce

Design and implement a data structure for Least Recently Used (LRU) cache to support the following operations:

1. get(key) - Return the value of the key if the key exists in the cache, otherwise return -1.

2. put(key, value), Insert the value in the cache if the key is not already present or update the value of the given key if the key is already present. When the cache reaches its capacity, it should invalidate the least recently used item before inserting the new item.
You will be given ‘Q’ queries. Each query will belong to one of these two types:
Type 0: for get(key) operation.
Type 1: for put(key, value) operation.
Note :
1. The cache is initialized with a capacity (the maximum number of unique keys it can hold at a time).

2. Access to an item or key is defined as a get or a put operation on the key. The least recently used key is the one with the oldest access time.
Try solving now
02
Round
Medium
Video Call
Duration60 Minutes
Interview date27 Dec 2020
Coding problem1

Was in morning, google docs
Asked about projects in previous company and college projects
And system design

1. System Design Question

Design a scalable library like word2vec which can give similar words and context

03
Round
Easy
HR Round
Duration30 Minutes
Interview date28 Dec 2020
Coding problem1

Salary negotiation and expectations

1. Basic HR Questions

Why should we hire you?

What are your 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
Software Developer
3 rounds | 7 problems
Interviewed by Delhivery
1272 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 6 problems
Interviewed by Delhivery
1611 views
0 comments
0 upvotes
company logo
Software Developer
2 rounds | 2 problems
Interviewed by Delhivery
1286 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 5 problems
Interviewed by Delhivery
1092 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
3 rounds | 3 problems
Interviewed by HCL Technologies
3597 views
1 comments
0 upvotes
company logo
Software Developer
3 rounds | 6 problems
Interviewed by Arcesium
1749 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 5 problems
Interviewed by HCL Technologies
4294 views
0 comments
0 upvotes