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

Delhivery Network Engineer Interview Questions and Answers

Updated 3 Mar 2025

Delhivery Network Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Network support Engineer 

(5 Questions)

  • Q1. Current job roll
  • Ans. 

    As a Network Engineer, I manage and optimize network systems to ensure seamless connectivity and performance.

    • Design and implement network solutions, such as setting up VLANs for better traffic management.

    • Monitor network performance using tools like Wireshark to troubleshoot issues.

    • Configure routers and switches, ensuring proper routing protocols are in place.

    • Collaborate with cross-functional teams to support network-re...

  • Answered by AI
  • Q2. Network support Engineer
  • Q3. How many experience do you have
  • Q4. What's your name
  • Q5. What's you currentaddress
Round 1 - Technical 

(1 Question)

  • Q1. Ssid, osimodel,bgp,ospf,stateless vs state full fw ,nat,stp,some wireless qus like ap

Interview Preparation Tips

Interview preparation tips for other job seekers - Just relax manager is very good.
Mostly firewall and ap work is there

Network Engineer Interview Questions Asked at Other Companies

asked in Movate
Q1. TCP/IP layers, why is transport needed for communication? What is ... read more
Q2. Study MPLS deeply: 1. What is MPLS ? 2. Purpose of MPLS ? 3. What ... read more
asked in Wipro
Q3. What is Stp and how it is work? What is root bridge
Q4. What is BGP? What is spilit horizon rule? How you configure BGP r ... read more
asked in BT Group
Q5. What is tenant and types? What will happen if we use same subnet ... read more

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic string related coding questions
  • Q2. Core java questions
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Hirist and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Csharp basics and a coding questing was given to implement
  • Q2. .net and angular basics questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked deeply about my resume and technologies
  • Q2. Coding question to sort a given array using DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - No response from HR
Interview experience
5
Excellent
Difficulty level
-
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

Given 3 strings S, S1, S2 containgin M, N and k characters respectively, task is to modify string by replaicing all substring S1 with S2 and S

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

I applied via Recruitment Consulltant and was interviewed before Feb 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Given a string, find the longest length palindromic substring in the given string.
  • Ans. 

    Find the longest palindromic substring in a given string.

    • Use dynamic programming to solve the problem efficiently.

    • Start with the base cases of single characters and two characters.

    • For longer substrings, check if the first and last characters match and if the substring between them is also a palindrome.

    • Keep track of the longest palindrome seen so far.

    • Time complexity: O(n^2), space complexity: O(n^2).

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Mention the most challenging technical problem you had to solve.
  • Ans. 

    Developing a real-time data processing system for a high-traffic website.

    • Designing a scalable architecture to handle the high volume of incoming data.

    • Optimizing the data processing algorithms to minimize latency.

    • Ensuring data consistency and accuracy in a distributed system.

    • Implementing fault-tolerant mechanisms to handle system failures.

    • Testing and debugging the system under various load conditions.

  • Answered by AI
  • Q2. Some minor low level entity design.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA, some design patterns and low level design properly

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Maersk user image Bode Srinivasa Reddy

posted on 24 Feb 2022

I applied via Recruitment Consulltant and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Coding Test 

(3 Questions)

  • Q1. Basic to intermediate aptitude questions
  • Q2. MCQ questions on Machine learning, DS and algo, Web development, Operating systems and DBMS. All basic level
  • Q3. Coding round. 1. Tables are given and asked to write SQL and NOSQL queries for given questions 2. 3 coding questions 2 intermediate and 1 hard level questions
Round 2 - Technical 

(3 Questions)

  • Q1. Explain Tree and Graph Data Structure. How to implement them? I was not asked to write the code but Interviewer just wanted to know i understand the logic behind them.
  • Q2. Difference between a application server and webserver. And examples for both.
  • Ans. 

    Application server manages business logic while web server handles HTTP requests.

    • Application server executes business logic and manages transactions.

    • Web server handles HTTP requests and serves static content.

    • Examples of application servers are JBoss, WebSphere, and Tomcat.

    • Examples of web servers are Apache, Nginx, and IIS.

  • Answered by AI
  • Q3. I was asked about projects done in my college. Technologies I used and why I used them
Round 3 - HR 

(4 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. What is your family background?
  • Q3. Tell me about yourself.
  • Q4. Why Maersk and what are you looking for at Maersk?

Interview Preparation Tips

Topics to prepare for Maersk Software Engineer interview:
  • Data Structures
  • OOPS
  • DBMS
Interview preparation tips for other job seekers - Before the interview you need to brush up your basics. Know the role and prepare accordingly because most of the questions are directed towards the role you applied for. No need to be nervous, If you know the answer deliver it confidently.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. How to build Flutter Applications
  • Ans. 

    Flutter applications can be built using Dart programming language and Flutter SDK.

    • Install Flutter SDK and Dart programming language

    • Choose an IDE like Android Studio or Visual Studio Code

    • Create a new Flutter project

    • Write code using Dart programming language

    • Test and debug the application

    • Build and deploy the application on various platforms

  • Answered by AI
  • Q2. Explain Roles and Responsibilities
Round 3 - Behavioral 

(2 Questions)

  • Q1. Explain Roles and Responsibilities
  • Q2. Tell About Maersk Company

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a simple interview process. They will analyse only core knowledge

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions on unix and java
Round 3 - One-on-one 

(1 Question)

  • Q1. Project related, previous projects
Round 4 - One-on-one 

(1 Question)

  • Q1. Java, unix, sql related and conceptual

Interview Preparation Tips

Interview preparation tips for other job seekers - Too many technical rounds.
Total interview time was around 4 hours with 3 tounds of technical interviews.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing test yasdjalsd a aslkjdad
Round 2 - Technical 

(1 Question)

  • Q1. IngTest aslkdja;ld asldjkas;d a;dk

Delhivery Interview FAQs

How many rounds are there in Delhivery Network Engineer interview?
Delhivery interview process usually has 1 rounds. The most common rounds in the Delhivery interview process are Technical.
How to prepare for Delhivery Network Engineer 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 Cost Control, Network Design, Python, SQL and Analysis.
What are the top questions asked in Delhivery Network Engineer interview?

Some of the top questions asked at the Delhivery Network Engineer interview -

  1. Current job r...read more
  2. Ssid, osimodel,bgp,ospf,stateless vs state full fw ,nat,stp,some wireless qus l...read more
  3. Network support Engin...read more

Tell us how to improve this page.

Delhivery Network Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Maersk Interview Questions
4.2
 • 201 Interviews
Ecom Express Interview Questions
3.8
 • 198 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
 • 87 Interviews
DHL Express Interview Questions
4.1
 • 63 Interviews
View all
Delhivery Network Engineer Salary
based on 15 salaries
₹2.4 L/yr - ₹4 L/yr
31% less than the average Network Engineer Salary in India
View more details

Delhivery Network Engineer Reviews and Ratings

based on 5 reviews

4.1/5

Rating in categories

4.2

Skill development

4.5

Work-life balance

3.3

Salary

2.7

Job security

3.3

Company culture

2.5

Promotions

3.8

Work satisfaction

Explore 5 Reviews and Ratings
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
724 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
685 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
623 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