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 and Answers

Updated 17 Jun 2025
Popular Designations

91 Interview questions

A Warehouse Supervisor was asked 2w ago
Q. What do you know about outbound and inbound processes?
Ans. 

Inbound refers to receiving goods, while outbound involves shipping products to customers.

  • Inbound logistics includes receiving, warehousing, and inventory management.

  • Example: Unloading shipments from suppliers and storing them in the warehouse.

  • Outbound logistics involves order fulfillment, packing, and shipping products to customers.

  • Example: Picking items from inventory, packing them, and arranging for delivery.

View all Warehouse Supervisor interview questions
An Operations Executive was asked 3w ago
Q. How do you check the status update of a delivered shipment?
Ans. 

To check the status of a shipment, utilize tracking tools, contact carriers, and verify with suppliers for updates.

  • Use the tracking number provided by the carrier to check the shipment status on their website.

  • Contact the shipping carrier's customer service for real-time updates.

  • Verify with the supplier or vendor for any updates on the shipment.

  • Check for delivery notifications or alerts sent via email or SMS.

  • Utiliz...

View all Operations Executive interview questions
An Operations Executive was asked 3w ago
Q. How would you update the overall status of DC performance?
Ans. 

Overall DC performance reflects efficiency, accuracy, and responsiveness in operations management.

  • Inventory Accuracy: Regular audits show 98% accuracy in stock levels, reducing discrepancies.

  • Order Fulfillment Rate: Achieved a 95% on-time delivery rate, enhancing customer satisfaction.

  • Operational Efficiency: Implemented lean practices, reducing processing time by 20%.

  • Cost Management: Reduced operational costs by 15...

View all Operations Executive interview questions
An Operations Executive was asked 3w ago
Q. How do you create a DRS?
Ans. 

DRS (Dynamic Risk Score) is a method to assess and manage operational risks effectively.

  • Identify key risk factors relevant to your operations.

  • Collect data on these risk factors to quantify their impact.

  • Develop a scoring system to evaluate the severity and likelihood of each risk.

  • Regularly review and update the DRS based on new data and changing conditions.

  • Example: Use historical incident data to inform risk scores...

View all Operations Executive interview questions
An Operations Executive was asked 3w ago
Q. How do you transition from Return to Origin (RTO) to Return to Stock (RTS)?
Ans. 

Creating RTO (Recovery Time Objective) to RTS (Recovery Time Strategy) involves defining recovery goals and strategies for operations.

  • Define RTO: Establish the maximum acceptable downtime for critical operations, e.g., 4 hours for a customer service system.

  • Assess Risks: Identify potential risks that could impact operations, such as natural disasters or cyberattacks.

  • Develop RTS: Create strategies to meet RTO, like ...

View all Operations Executive interview questions
An Operations Executive was asked 3w ago
Q. What is the difference between COD, PPD, and delivery?
Ans. 

COD (Cash on Delivery) and PPD (Prepaid Delivery) are two different payment methods in logistics and shipping.

  • COD requires payment upon delivery, while PPD requires payment before the item is shipped.

  • Example of COD: A customer orders a product online and pays the delivery person in cash upon receiving the package.

  • Example of PPD: A customer pays for a subscription service upfront, and the service is delivered witho...

View all Operations Executive interview questions
An Operations Executive was asked 3w ago
Q. Do you perform daily audits?
Ans. 

Implementing a daily audit process enhances operational efficiency and ensures compliance with standards.

  • Daily audits help identify discrepancies early, preventing larger issues later.

  • For example, in inventory management, daily checks can reduce stock discrepancies.

  • They promote accountability among team members by establishing regular review processes.

  • Daily audits can improve customer satisfaction by ensuring cons...

View all Operations Executive interview questions
Are these interview questions helpful?
An IT Executive was asked 2mo ago
Q. How did you resolve the user's issue?
Ans. 

I resolved the user's issue by diagnosing the problem, implementing a solution, and ensuring user satisfaction through follow-up.

  • Identified the Issue: I began by asking the user detailed questions to understand the problem, such as error messages or unexpected behavior.

  • Troubleshooting Steps: I guided the user through basic troubleshooting steps, like restarting the application or checking network connections.

  • Imple...

View all IT Executive interview questions
An IT Executive was asked 2mo ago
Q. How can one contribute to improving operations?
Ans. 

Improving operations involves optimizing processes, leveraging technology, and fostering a culture of continuous improvement.

  • Implement automation tools to reduce manual tasks, such as using RPA for data entry.

  • Conduct regular training sessions to enhance team skills and knowledge, improving overall efficiency.

  • Utilize data analytics to identify bottlenecks in workflows and make informed decisions.

  • Encourage open comm...

View all IT Executive interview questions
An IT Executive was asked 2mo ago
Q. How safe are IT assets?
Ans. 

IT assets are generally safe but require robust security measures to mitigate risks from cyber threats and physical damage.

  • Regular software updates and patches help protect against vulnerabilities. For example, applying security updates to operating systems.

  • Implementing firewalls and intrusion detection systems can prevent unauthorized access. For instance, using a firewall to block malicious traffic.

  • Data encrypti...

View all IT Executive interview questions

Ecom Express Interview Experiences

222 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

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Explained My Self and My Experience.
  • Q2. I Shared Total My Derails and My Experience.
Round 2 - Technical 

(2 Questions)

  • Q1. Asked How Manage your Team.
  • Q2. I Explained My Experience and How I handle

Manager Interview Questions & Answers

user image Anonymous

posted on 9 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Logistics Question
  • Q2. Warehouse managemnt
Round 2 - One-on-one 

(2 Questions)

  • Q1. Processing and execution
  • Q2. Inventory Management
Round 3 - Technical 

(2 Questions)

  • Q1. Warehouse opeartions
  • Q2. Compliance related
Round 4 - Aptitude Test 

Aptitude test is compulsory for manager

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

I applied via AmbitionBox and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Group discussion
  • Q2. Assignment Test , reading
  • Q3. Assignment test reading
Round 2 - Group Discussion 

One one round interview

Interview Preparation Tips

Topics to prepare for Ecom Express Senior Executive Operations interview:
  • Calling
  • Providing Training
  • All experience
  • Vidio conference
  • Audio conference
  • No isu
Interview preparation tips for other job seekers - Ecom Express company is vary fast delivery very good team staff Wearhouse aall employee aall Contrarar employee very fast preshar very fast delivery costomer
Hub all gate handale
Dc all
Inbound delivery
Outbound delevery
Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself, About Project
  • Q2. Manual testing questions Difference between code walkthrough and code inception Top down Integrity Testing Difference between test case, test scenario, test strategy and test plan Principles of agile test...
  • Q3. 1 java question what is class loader
  • Q4. Rest Assured questions Rest Assure internal working Difference between Rest Assure and others Advantages of Rest Assured Methods in Rest Assured Authentication Execution steps in postman Postman executio...
  • Q5. 1 coding question Remove letter e from a sentence "Welcome to Ecom Express"
  • Ans. 

    Remove letter e from a sentence

    • Iterate through each character in the sentence

    • If the character is not 'e', add it to a new string

    • Return the new string without 'e'

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Ecom Express Sdet Automation Test Engineer interview:
  • Rest Assured
Interview preparation tips for other job seekers - Interview was mainly focused on Rest Assured.

Skills evaluated in this interview

Supervisor Interview Questions & Answers

user image Sunny Yadav

posted on 13 Jun 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What does a typical day look like?
  • Ans. 

    A typical day involves team meetings, task management, and ensuring smooth operations while supporting staff and addressing challenges.

    • Start the day with a team briefing to outline goals and priorities.

    • Monitor ongoing projects and provide support to team members.

    • Conduct performance evaluations and offer constructive feedback.

    • Handle any immediate issues or conflicts that arise during the day.

    • End the day with a review of...

  • Answered by AI
  • Q2. How could I impress you in the first three months ?
  • Ans. 

    Demonstrate initiative, effective communication, and a commitment to team goals to impress in the first three months.

    • Proactively identify areas for improvement in team processes and suggest actionable solutions, like streamlining reporting methods.

    • Establish strong relationships with team members by scheduling one-on-one meetings to understand their roles and challenges.

    • Set clear, measurable goals for your team and trac...

  • Answered by AI
  • Q3. What opportunities Are there for trening and progression ?
  • Ans. 

    Our organization offers extensive training and career progression opportunities to enhance skills and advance professionally.

    • Comprehensive onboarding programs to familiarize new hires with company policies and procedures.

    • Regular workshops and seminars on the latest industry trends and technologies.

    • Mentorship programs pairing less experienced employees with seasoned professionals for guidance.

    • Opportunities for certifica...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I got to learn by working in the Ecom express.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Do you know about outbound and inbound
  • Ans. 

    Inbound refers to receiving goods, while outbound involves shipping products to customers.

    • Inbound logistics includes receiving, warehousing, and inventory management.

    • Example: Unloading shipments from suppliers and storing them in the warehouse.

    • Outbound logistics involves order fulfillment, packing, and shipping products to customers.

    • Example: Picking items from inventory, packing them, and arranging for delivery.

  • Answered by AI
  • Q2. Can manage vehicle trips and do team management
  • Q3. You can get the product grading done according to location
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. How to Create RTO to RTS
  • Ans. 

    Creating RTO (Recovery Time Objective) to RTS (Recovery Time Strategy) involves defining recovery goals and strategies for operations.

    • Define RTO: Establish the maximum acceptable downtime for critical operations, e.g., 4 hours for a customer service system.

    • Assess Risks: Identify potential risks that could impact operations, such as natural disasters or cyberattacks.

    • Develop RTS: Create strategies to meet RTO, like backu...

  • Answered by AI
  • Q2. How to create DRS
  • Ans. 

    DRS (Dynamic Risk Score) is a method to assess and manage operational risks effectively.

    • Identify key risk factors relevant to your operations.

    • Collect data on these risk factors to quantify their impact.

    • Develop a scoring system to evaluate the severity and likelihood of each risk.

    • Regularly review and update the DRS based on new data and changing conditions.

    • Example: Use historical incident data to inform risk scores.

  • Answered by AI
  • Q3. How to check status update deliver shipment
  • Ans. 

    To check the status of a shipment, utilize tracking tools, contact carriers, and verify with suppliers for updates.

    • Use the tracking number provided by the carrier to check the shipment status on their website.

    • Contact the shipping carrier's customer service for real-time updates.

    • Verify with the supplier or vendor for any updates on the shipment.

    • Check for delivery notifications or alerts sent via email or SMS.

    • Utilize shi...

  • Answered by AI
  • Q4. Update Status overall DC performance
  • Ans. 

    Overall DC performance reflects efficiency, accuracy, and responsiveness in operations management.

    • Inventory Accuracy: Regular audits show 98% accuracy in stock levels, reducing discrepancies.

    • Order Fulfillment Rate: Achieved a 95% on-time delivery rate, enhancing customer satisfaction.

    • Operational Efficiency: Implemented lean practices, reducing processing time by 20%.

    • Cost Management: Reduced operational costs by 15% thr...

  • Answered by AI
  • Q5. Share reports on EOD
  • Ans. 

    EOD reports summarize daily operations, highlighting key metrics, challenges, and achievements for informed decision-making.

    • Include key performance indicators (KPIs) such as production volume and efficiency rates.

    • Highlight any operational challenges faced during the day, like equipment failures or staffing issues.

    • Summarize achievements, such as meeting production targets or successful project completions.

    • Provide insigh...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Osi model and describe
  • Q2. Network architecture
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain about:- ip DHCP network protocol firewall mac address troubleshooting network topology and how to distribute network and etc
  • Q2. Giving some ip address and find it gateway and others technical skills and how you interact with others

Interview Preparation Tips

Interview preparation tips for other job seekers - Coming to last one if it's yours partime base don't come to network based .... If it's yours goal achieve that brother and sister be like a professional in IT and achieve it and upgrade your skills in IT and learn more about it without any technical knowledge don't come..

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Given a pointer to middle of Linked List remove the node.
  • Ans. 

    Remove the given node from the middle of a Linked List.

    • Use two pointers, one moving at double the speed of the other to find the middle node.

    • Update the pointers to remove the middle node by skipping it in the list.

  • Answered by AI
  • Q2. Find the longest sub string with non repeating chars
  • Ans. 

    Find the longest sub string with non repeating chars

    • Use a sliding window approach to track the current substring

    • Keep track of the characters seen so far in a set

    • Update the start of the window when a repeating character is encountered

  • Answered by AI
  • Q3. Garbage Collection in Java, @Transaction, Try catch finally, Indexing in SQL, Bean Creation

Skills evaluated in this interview

Supervisor Interview Questions & Answers

user image Babul Mohammad

posted on 16 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Asking Service related questions and experience based questions.

Round 2 - Technical 

(2 Questions)

  • Q1. About the technology related questions.
  • Q2. Work office environment.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Ecom Express?
Ask anonymously on communities.

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. Self introduction? & what is mean by eCommerce ? How it can...read more
  2. You need 10 delivery boy per day to get operations but unfortunately today 5 de...read more
  3. If you gave 40 shipments for delivery, then 30% were delivered, then what is th...read more
What are the most common questions asked in Ecom Express HR round?

The most common HR questions asked in Ecom Express interview are -

  1. Share details of your previous j...read more
  2. What are your strengths and weakness...read more
  3. What are your salary expectatio...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.

Overall Interview Experience Rating

4.2/5

based on 312 interview experiences

Difficulty level

Easy 36%
Moderate 53%
Hard 11%

Duration

Less than 2 weeks 82%
2-4 weeks 10%
4-6 weeks 2%
6-8 weeks 1%
More than 8 weeks 6%
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.8
 • 521 Interviews
Maersk Interview Questions
4.1
 • 223 Interviews
DTDC Express Interview Questions
3.7
 • 166 Interviews
FedEx Express Interview Questions
3.9
 • 101 Interviews
Ups Logistics Interview Questions
3.7
 • 76 Interviews
DHL Express Interview Questions
4.1
 • 73 Interviews
FM LOGISTIC Interview Questions
3.9
 • 28 Interviews
View all

Ecom Express Reviews and Ratings

based on 4.2k reviews

3.9/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.7

Salary

3.4

Job security

3.6

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 4.2k Reviews and Ratings
Cluster Head

Eluru

6-11 Yrs

Not Disclosed

Manager

Gurgaon / Gurugram

6-11 Yrs

₹ 10-15 LPA

Finance Manager

Hyderabad / Secunderabad

5-10 Yrs

Not Disclosed

Explore more jobs
Supervisor
728 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Operations Executive
365 salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

Assistant Manager
362 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Senior Executive
339 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Executive
245 salaries
unlock blur

₹2 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 Ltd

4.0
Compare
write
Share an Interview