Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Delhivery Team. If you also belong to the team, you can get access from here

Delhivery Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Delhivery Front end Developer Interview Questions and Answers

Updated 21 Nov 2024

Delhivery Front end Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find the longest sequence of numbers that are in ascending order.
  • Ans. 

    Find the longest sequence of ascending numbers in an array.

    • Iterate through the array and keep track of the current sequence length

    • Reset the sequence length when a number is not in ascending order

    • Return the longest sequence found

  • Answered by AI
  • Q2. Give a list of numbers and a target. You need to find the pair of numbers, whose value will be equal to target when we subtract
  • Ans. 

    Find a pair of numbers in a list that subtract to a target value

    • Iterate through the list of numbers and store each number in a hashmap along with its index

    • For each number, check if the difference between the target and the number exists in the hashmap

    • Return the pair of numbers if found, otherwise return an empty array

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Given a json, asked to make it a proper json
  • Q2. Asked to write a code for mean, median and sum of values of all unique items in the json.

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow interviewers instructions and give attention to detail.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Behavioural and Experience based questions
  • Q2. Tell be about a time sort of stuff

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure of your work
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Nodejs life cycle
  • Q2. Promise in nodejs
  • Ans. 

    Promise in Node.js is an object representing the eventual completion or failure of an asynchronous operation.

    • Used to handle asynchronous operations in a more readable and manageable way

    • Can be in one of three states: pending, fulfilled, or rejected

    • Can be chained together to handle multiple asynchronous operations sequentially

    • Example: fetching data from a database using a promise-based API

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Ask to find out count occurrences of anagram
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Writtern test related to coding
Round 2 - Technical 

(1 Question)

  • Q1. Questions related node js and sql
Round 3 - Technomangerial round 

(1 Question)

  • Q1. Scenarios based questions, technical discussion
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduce yourself.
  • Ans. 

    I am a software developer with 5 years of experience in Java and Python.

    • Experienced in Java and Python programming languages

    • Worked on various projects involving web development and data analysis

    • Familiar with Agile methodologies and version control systems like Git

  • Answered by AI
  • Q2. Project related questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Django middleware, models and queries
Round 2 - Technical 

(1 Question)

  • Q1. Design an algorithm to efficiently to send office bus to all location in the city
  • Ans. 

    Use a greedy algorithm to send the office bus to all locations in the city efficiently.

    • Start from the office location and pick the nearest location to visit next.

    • Continue picking the nearest unvisited location until all locations are covered.

    • Repeat the process until all locations are visited.

    • Consider using Dijkstra's algorithm or a similar approach for finding the nearest location.

    • Optimize the route by considering traf

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Round with CTO, mostly behavioural and expected pay

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The basic questions asked in an interview .

Round 2 - Coding Test 

DP, graph, and array questions asked in 2nd round also asked my company project

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare for the DSA and system design round and basic computer concept
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell what is your name
  • Ans. 

    My name is John Smith.

    • Full name is John Smith

    • Common name in English-speaking countries

    • No middle name or initial

  • Answered by AI
  • Q2. What do you do in free time
  • Ans. 

    In my free time, I enjoy hiking, playing video games, and learning new programming languages.

    • Hiking in local trails and national parks

    • Playing video games like Overwatch and Minecraft

    • Learning new programming languages like Python and JavaScript

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about you
  • Ans. 

    I am a passionate software developer with a strong background in programming languages such as Java, Python, and JavaScript.

    • Experienced in developing web applications using frameworks like Spring Boot and React

    • Proficient in database management with SQL and NoSQL databases

    • Skilled in problem-solving and debugging code efficiently

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

Delhivery Interview FAQs

How many rounds are there in Delhivery Front end Developer interview?
Delhivery interview process usually has 2 rounds. The most common rounds in the Delhivery interview process are Technical.
How to prepare for Delhivery Front end Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Delhivery. The most common topics and skills that interviewers at Delhivery expect are Javascript, CSS, HTML, Typescript and Angularjs.
What are the top questions asked in Delhivery Front end Developer interview?

Some of the top questions asked at the Delhivery Front end Developer interview -

  1. Give a list of numbers and a target. You need to find the pair of numbers, whos...read more
  2. Find the longest sequence of numbers that are in ascending ord...read more
  3. Asked to write a code for mean, median and sum of values of all unique items in...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Colliers India

No Salaries

INTERVIEWS

Delhivery

No Interviews

COMPANY BENEFITS

Jana Small Finance Bank

No Benefits

SALARIES

Colliers India

JOBS

JPMorgan Chase & Co.

No Jobs

JOBS

JPMorgan Chase & Co.

No Jobs

SALARIES

Colliers India

JOBS

Colliers India

No Jobs

Tell us how to improve this page.

Delhivery Front end Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Maersk Interview Questions
4.2
 • 200 Interviews
Ecom Express Interview Questions
3.8
 • 197 Interviews
XpressBees Interview Questions
3.6
 • 159 Interviews
DTDC Express Interview Questions
3.7
 • 151 Interviews
Blue Dart Express Interview Questions
4.0
 • 102 Interviews
FedEx Express Interview Questions
4.0
 • 93 Interviews
GATI-KWE Interview Questions
3.9
 • 86 Interviews
DHL Express Interview Questions
4.1
 • 62 Interviews
View all
Delhivery Front end Developer Salary
based on 7 salaries
₹3.6 L/yr - ₹13 L/yr
41% more than the average Front end Developer Salary in India
View more details

Delhivery Front end Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

2.0

Salary

4.0

Job security

2.0

Company culture

3.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Team Lead
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
723 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
684 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
621 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Delhivery with

Blue Dart Express

4.0
Compare

Ecom Express

3.8
Compare

GATI-KWE

3.9
Compare

DTDC Express

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview