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

Software Developer

Delhivery
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: Data Structures, Algorithms, Design, Architecture, Object Oriented Programming
Tip
Tip

Tip 1 : Have thorough basics. 
Tip 2 : It's okay to not know stuff, what to posses is "can take anything thrown at me attitude" 

Application process
Where: Email Approach
Eligibility: No
Resume Tip
Resume tip

Tip 1 : Be clear about current roles/responsibilities and achievements. 
Tip 2 : Don't overload information on the resume.

Interview rounds

01
Round
Medium
Online Coding Test
Duration60 Minutes
Interview date1 Jan 2021
Coding problem1

Interview went well. Was very comfortable. Interviewer gave a scenario and asked to define an Algorithm for that. Happened in the evening. Interviewer was friendly.

1. Permutation In String

Easy
0/40
Asked in companies
FreshworksDelhiveryPwC India

You are given two strings named str1 and str2 of length N and M respectively. Find whether string str2 contains one of the permutations of string str1 as its substring. In other words, whether there exists any permutation of string str1 that is a substring of str2.

For Example :

Input: str1 = “ab” , str2 = “aoba”
Output: True
Explanation : Permutations of first-string str1 i.e. “ab” are [ “ab”, “ba” ].
The substrings of str2 i.e. “aoba” are [ “a”, “o”, “b”, “a”, “ao”, “ob”, “ba”, “aob”, “oba”, “aoba” ].
The string “ba” is present in the list of substrings of string str2.
Problem approach

Tip 1: Work on logic.
Tip 2: Forget brute force approaches.

Try solving now
02
Round
Medium
Video Call
Duration90 minutes
Interview date20 Jan 2021
Coding problem1

Happened in evening. Interviewer was a veteren in the field.

1. System Design Question

Design architecture of Uber

Problem approach

Tip 1: Thorough understanding of various system. 
Tip 2: Understanding of basic architectural building blocks. 
Tip 3: Exposure to REST

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 | 3 problems
Interviewed by Delhivery
1140 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 6 problems
Interviewed by Delhivery
1612 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
3598 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