Upload Button Icon Add office photos
Engaged Employer

i

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

Ecom Express Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ecom Express Interview Questions, Process, and Tips

Updated 1 Apr 2025

Top Ecom Express Interview Questions and Answers

View all 78 questions

Ecom Express Interview Experiences

Popular Designations

203 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. DSA ROUND - DP problem
  • Ans. 

    Dynamic Programming problem involving finding the maximum sum of non-adjacent elements in an array.

    • Use dynamic programming to keep track of the maximum sum at each index.

    • At each index, the maximum sum is either the current element plus the sum two indices back, or the sum at the previous index.

    • Example: For array [2, 4, 6, 2, 5], the maximum sum of non-adjacent elements is 13 (2 + 6 + 5).

  • Answered by AI
  • Q2. DSA ROUND - STRING PROBLEM
  • Ans. 

    Find the longest common prefix among an array of strings.

    • Iterate through the characters of the first string and compare with other strings

    • Return the prefix when characters don't match or reach end of any string

    • Example: Input - ['flower', 'flow', 'flight'], Output - 'fl'

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

(2 Questions)

  • Q1. PROJECT RELATED QUESTIONS
  • Q2. DESIGN LRU CACHE
  • Ans. 

    LRU cache is a data structure that stores the most recently used items.

    • Use a doubly linked list to keep track of the order of items based on their usage.

    • Use a hashmap to quickly access items in the cache.

    • When a new item is accessed, move it to the front of the linked list.

    • If the cache is full, remove the least recently used item from the end of the linked list.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Ecom Express Software Developer interview:
  • Dynamic programming
  • Priority queue
Interview preparation tips for other job seekers - Communicate yourself , whether you are able to think about the problem or not .

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 7 Mar 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What about your self
  • Q2. Talk to work experience in privious company

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test went good like the CAT

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in advnace with topics similar to logistics

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Supply chain solution question
  • Q2. Storage solution optimisation
Round 2 - Technical 

(2 Questions)

  • Q1. Electrical construction
  • Q2. Racking, projects managment
Round 3 - Case Study 

Supply chain data based case study

Round 4 - One-on-one 

(2 Questions)

  • Q1. Design parameters
  • Q2. Construction related
Round 5 - One-on-one 

(2 Questions)

  • Q1. Random question
  • Q2. Management

Deputy Manager Interview Questions asked at other Companies

Q1. 1.WHAT IS SPECIAL OF UR HOME TOWN 2.Who is Main compitetor with us and which products...3.what is main business in your area and its functions...4 Previous comoany achevements 5.Your strengts and weakness.
View answer (72)

Ecom Express interview questions for popular designations

 Supervisor

 (23)

 Operation Supervisor

 (8)

 Senior Executive

 (8)

 DC Head

 (7)

 Assistant Manager

 (7)

 Operations Executive

 (7)

 Cluster Head

 (5)

 Senior Executive Operations

 (5)

Delivery Boy Interview Questions & Answers

user image Anonymous

posted on 28 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. .What is one of the latest computer processors (CPUs)?
  • Ans. 

    One of the latest computer processors is the AMD Ryzen 9 5950X.

    • AMD Ryzen 9 5950X is a high-performance CPU released in 2020

    • It features 16 cores and 32 threads, making it ideal for gaming and content creation

    • The processor is based on AMD's Zen 3 architecture, offering improved performance and efficiency

  • Answered by AI

Skills evaluated in this interview

Delivery Boy Interview Questions asked at other Companies

Q1. When going for delivery, how should the customer deliver the delivery product?
View answer (1)

Get interview-ready with Top Ecom Express Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Group Discussion 

Given us different actors and we had to defend them and why they should be casted in a Karan Johar movie

Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me something which is not on your CV

Human Resource and Administration Executive Interview Questions asked at other Companies

Q1. Suppose If you have more then 10 candidates at the same time for interview then how will you arrange their schedule?
View answer (1)

Jobs at Ecom Express

View all

Analyst Interview Questions & Answers

user image Gourang Kumar

posted on 19 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Briefly provide description of your projects.

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Previous Experience

Assistant Manager Hrbp Interview Questions asked at other Companies

Q1. What are in your opinion the most crucial factors that constitute company culture?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Framework design questions
  • Q2. Java concepts like overriding and encapsulation
Round 2 - Technical 

(1 Question)

  • Q1. Java program for searching a character
  • Ans. 

    Java program to search for a character in an array of strings

    • Create a method that takes in an array of strings and a character to search for

    • Iterate through each string in the array and check if the character is present

    • Return true if the character is found in any of the strings, false otherwise

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Testcases about browser

Interview Preparation Tips

Interview preparation tips for other job seekers - Get prepared for basic dsa

Skills evaluated in this interview

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Any previous experience in the same field.

Interview Preparation Tips

Interview preparation tips for other job seekers - DO NOT WORK HERE

Operation Supervisor Interview Questions asked at other Companies

Q1. What SOP are required for the operation of vehicles inside a plant.
View answer (2)

Ecom Express Interview FAQs

How many rounds are there in Ecom Express interview?
Ecom Express interview process usually has 2-3 rounds. The most common rounds in the Ecom Express interview process are HR, One-on-one Round and Resume Shortlist.
How to prepare for Ecom Express 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 Ecom Express. The most common topics and skills that interviewers at Ecom Express expect are Logistics, Recruitment, Warehouse Operations, Operations and Logistics Operations.
What are the top questions asked in Ecom Express interview?

Some of the top questions asked at the Ecom Express interview -

  1. You need 10 delivery boy per day to get operations but unfortunately today 5 de...read more
  2. Self introduction? & what is mean by eCommerce ? How it can...read more
  3. If you gave 40 shipments for delivery, then 30% were delivered, then what is th...read more
How long is the Ecom Express interview process?

The duration of Ecom Express interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Ecom Express Interview Process

based on 287 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.8
 • 473 Interviews
Maersk Interview Questions
4.1
 • 202 Interviews
DTDC Express Interview Questions
3.7
 • 154 Interviews
Blue Dart Express Interview Questions
4.0
 • 102 Interviews
FedEx Express Interview Questions
4.0
 • 93 Interviews
DHL Express Interview Questions
4.1
 • 68 Interviews
FM LOGISTIC Interview Questions
3.8
 • 25 Interviews
Kuehne + Nagel Interview Questions
3.9
 • 22 Interviews
View all

Fast track your campus placements

View all

Ecom Express Reviews and Ratings

based on 3.9k reviews

3.8/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.6

Salary

3.4

Job security

3.6

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 3.9k Reviews and Ratings
Hiring Cluster Head at Raipur location

Raipur

4-7 Yrs

₹ 3-4 LPA

Executive Operations (DC Head)- Bangalore-Hoskote

Bangalore / Bengaluru

1-5 Yrs

₹ 1-3.5 LPA

Manager- Operations- Bangalore (Hoskote)-Urgently required

Bangalore / Bengaluru

7-12 Yrs

₹ 8-10 LPA

Explore more jobs
Supervisor
694 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Senior Executive
397 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Operations Executive
383 salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

Assistant Manager
345 salaries
unlock blur

₹3.4 L/yr - ₹9.5 L/yr

Executive
275 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Ecom Express with

Delhivery

3.8
Compare

Maersk

4.1
Compare

DTDC Express

3.7
Compare

Blue Dart Express

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