Upload Button Icon Add office photos

DHL Express

Compare button icon Compare button icon Compare

Filter interviews by

DHL Express Intern Interview Questions and Answers

Updated 2 Sep 2024

DHL Express Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 2 Sep 2024

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Do while vs while
  • Ans. 

    The do while loop executes the code block once before checking the condition, while the while loop checks the condition before executing the code block.

    • do while loop is useful when you want to execute the code block at least once, regardless of the condition.

    • while loop is used when you want to execute the code block only if the condition is true.

    • Example: do { // code block } while (condition);

    • Example: while (condition)

  • Answered by AI
  • Q2. What are the types of data types
  • Ans. 

    Data types are classifications of data items that determine the kind of operations that can be performed on them.

    • Primitive data types: integers, floating point numbers, characters, booleans

    • Composite data types: arrays, structures, classes

    • Abstract data types: lists, stacks, queues

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Intern Interview Questions & Answers

Maersk user image Anonymous

posted on 19 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was a basic apptitude test for 60 min.

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about projects
  • Q2. Questioned all things from resume
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction about myself
  • Q2. About work details

Summer Intern Interview Questions & Answers

DHL Supply Chain user image Yash Kailassingh Rajput

posted on 4 May 2023

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

I applied via LinkedIn and was interviewed in Nov 2022. There were 2 interview rounds.

Round 1 - Group Discussion 

They post walk-in Interview posts on LinkedIn, the topic was Moonlighting, 15 min time with 5 - 10 person

Round 2 - one on one interview 

(6 Questions)

  • Q1. Introduce your self
  • Ans. 

    I am a motivated and enthusiastic individual with a passion for learning and personal growth.

    • I am currently pursuing a degree in Computer Science from XYZ University.

    • I have completed several programming projects, including a web application for a local business.

    • I am proficient in Java, Python, and JavaScript.

    • I am a quick learner and enjoy taking on new challenges.

    • In my free time, I enjoy hiking and playing guitar.

  • Answered by AI
  • Q2. If graduation is in different field then why you have changed your field
  • Ans. 

    I changed my field because I discovered my passion for a different area of study.

    • I realized my strengths and interests were better suited for a different field

    • I gained exposure to the new field through internships and research opportunities

    • I am excited to apply my skills and knowledge to this new field

    • For example, I studied finance in undergrad but discovered my passion for marketing through a summer internship

    • NO

  • Answered by AI
  • Q3. Project details of graduation and Masters
  • Q4. Achievement of life
  • Ans. 

    My greatest achievement in life is overcoming my fear of public speaking and becoming a confident speaker.

    • Overcoming fear of public speaking

    • Developing confidence in speaking

    • Improving communication skills

    • Delivering successful presentations

    • Receiving positive feedback from audience

  • Answered by AI
  • Q5. Regrates of life
  • Ans. 

    Regrets are a natural part of life, but it's important to learn from them and move forward.

    • Regrets can teach us valuable lessons and help us make better decisions in the future.

    • It's important to acknowledge our regrets and take responsibility for our actions.

    • However, dwelling on regrets can be harmful and prevent us from living in the present.

    • Instead, we should focus on what we can do now to improve our lives and make

  • Answered by AI
  • Q6. How you can overcome that regrate in present day
  • Ans. 

    To overcome regret, one must accept the past, learn from it, and focus on the present and future.

    • Acknowledge and accept the past

    • Reflect on what could have been done differently

    • Learn from past mistakes and use them as lessons for the future

    • Focus on the present and future

    • Set goals and work towards them

    • Practice mindfulness and gratitude

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and be clear about your project and numbers
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Referral and was interviewed before Aug 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 - One-on-one 

(1 Question)

  • Q1. Tell us abkut yourself
  • Ans. I briefly told them the things i was good at and my educational background
  • Answered Anonymously
Round 3 - None 

(1 Question)

  • Q1. Not applicable since there wasnt round two

Interview Preparation Tips

Interview preparation tips for other job seekers - Develop as much skills as you can.

Intern Interview Questions & Answers

Maersk user image Anonymous

posted on 17 Nov 2024

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Online coding test was conducted with Easy questions in JAVA , sql

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. Brief summary about your role in current company
  • Q2. Ind AS related questions (specific to industry where I went for interview)
  • Q3. Compliance (TDS, GST) related questions
  • Q4. Knowledge about CFS, ICD & P&T business

Interview Preparation Tips

Interview preparation tips for other job seekers - Always remember - You should understand what are you doing and what will you achieve from it. Then only you will be able to face any type of question in interviews. All interviewers will ask question based on your resume (work knowledge).
So stay calm - if you know answer then revert to them else you can say “you don’t know answer” but never try to bluff.

Intern Interview Questions & Answers

Maersk user image Ankit Kr Sinha

posted on 28 Feb 2024

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

I applied via campus placement at R N S Institute of Technology, Bangalore and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Objected Oriented Programming and its real life usage
  • Ans. 

    Object Oriented Programming is a programming paradigm that uses objects to design applications.

    • Encapsulation: Bundling data and methods that operate on the data together.

    • Inheritance: Creating new classes based on existing classes.

    • Polymorphism: Using a single interface to represent different data types or objects.

    • Real life example: Creating a car class with properties like speed and methods like accelerate.

  • Answered by AI

I applied via campus placement at Kalinga Institute of Industrial Technology, Khurda and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 30 Apti MCQ, 10 os,10 dbms, 10 sql, 2 MySQL queries, 2 NOSQL queires, 1 Java code

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice SQL,DBMS and OS
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Linear and non linear ds
  • Ans. 

    Linear data structures have elements arranged in a sequential order, while non-linear data structures have elements connected in a non-sequential manner.

    • Linear data structures include arrays, linked lists, queues, and stacks.

    • Non-linear data structures include trees, graphs, and heaps.

    • Linear data structures have a single path to traverse elements, while non-linear data structures have multiple paths.

  • Answered by AI
  • Q2. Write a query to display students record in ascending order of thier name and descending order of thier subject
  • Ans. 

    Query to display students record in ascending order of name and descending order of subject.

    • Use ORDER BY clause to sort the records

    • Specify ASC for name and DESC for subject in the ORDER BY clause

    • Example: SELECT * FROM students ORDER BY name ASC, subject DESC

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. About leadership skills
  • Q2. Problem solving skills
Round 3 - Telephonic Call 

(2 Questions)

  • Q1. Family background
  • Q2. Current location
  • Ans. 

    I am currently located in New York City.

    • New York City

    • Manhattan

    • East Coast

  • Answered by AI

Skills evaluated in this interview

DHL Express Interview FAQs

How many rounds are there in DHL Express Intern interview?
DHL Express interview process usually has 1 rounds. The most common rounds in the DHL Express interview process are Technical.
How to prepare for DHL Express Intern 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 DHL Express. The most common topics and skills that interviewers at DHL Express expect are Freight Forwarding and Internship.
What are the top questions asked in DHL Express Intern interview?

Some of the top questions asked at the DHL Express Intern interview -

  1. what are the types of data ty...read more
  2. do while vs wh...read more

Tell us how to improve this page.

DHL Express Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 457 Interviews
ElasticRun Interview Questions
3.5
 • 249 Interviews
Maersk Interview Questions
4.2
 • 201 Interviews
Ecom Express Interview Questions
3.9
 • 197 Interviews
DTDC Express Interview Questions
3.7
 • 151 Interviews
Blue Dart Express Interview Questions
4.0
 • 102 Interviews
Exl India Interview Questions
3.5
 • 101 Interviews
FedEx Express Interview Questions
4.0
 • 94 Interviews
GATI-KWE Interview Questions
3.9
 • 86 Interviews
View all
DHL Express Intern Salary
based on 5 salaries
₹1 L/yr - ₹1.8 L/yr
59% less than the average Intern Salary in India
View more details

DHL Express Intern Reviews and Ratings

based on 2 reviews

4.2/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

4.0

Salary

5.0

Job security

4.0

Company culture

4.0

Promotions

3.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Process Associate
518 salaries
unlock blur

₹2.3 L/yr - ₹6.5 L/yr

Process Associate
174 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Team Lead
148 salaries
unlock blur

₹3.7 L/yr - ₹10.9 L/yr

Senior Executive
130 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Retail Sales Executive
122 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Explore more salaries
Compare DHL Express with

FedEx Express

4.0
Compare

Ups Logistics

3.7
Compare

Blue Dart Express

4.0
Compare

TNT Express

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