Upload Button Icon Add office photos

Filter interviews by

Delta Air Lines Interview Questions, Process, and Tips

Updated 16 Nov 2024

Top Delta Air Lines Interview Questions and Answers

View all 15 questions

Delta Air Lines Interview Experiences

Popular Designations

13 interviews found

Interview experience
3
Average
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 4 interview rounds.

Interview Preparation Tips

Topics to prepare for Delta Air Lines Senior Engineer interview:
  • AWS
Interview preparation tips for other job seekers - Good to prepare aws cloud architect level

Skills evaluated in this interview

Top Delta Air Lines Senior Engineer Interview Questions and Answers

Q1. What is Aws lambda and how will you communicate to s3 in cross account
View answer (1)

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not clear vision for the candidates joining as they don’t have the understanding of their future scope of the team. The interview will be fairly easy if you are well versed in sql. No questions asked on python. Project level understanding for data science only.

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
Delta Air Lines Interview Questions and Answers for Freshers
illustration image

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 6 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

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

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

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 (42)

Delta Air Lines interview questions for popular designations

 Data Scientist

 (1)

 Senior Engineer

 (1)

 SDE-2

 (1)

 Data Analyst

 (1)

 Software Developer

 (1)

 UX Lead

 (1)

 Senior Software Engineer

 (1)

 Junior Officer

 (1)

UX Lead Interview Questions & Answers

user image Anonymous

posted on 8 Mar 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Interview Preparation Tips

Interview preparation tips for other job seekers - There is no UX maturity here if you're looking at a UX position. UX manager itself is not skilled enough. If you come across too good probability of clearing the interview is slim.

UX Lead Interview Questions asked at other Companies

Q1. How would you solve the problem for a Fintech app that wants to enable merchants to log into their mobile apps to view their account transactions
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Senior Software Engineer Testing Interview Questions asked at other Companies

Q1. Sorting Characters by Frequency Given a string S, sort this string in increasing order based on the frequency of its characters. If two characters have the same frequency, the character with a lesser ASCII value should appear first. Return ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Senior Product Owner Interview Questions asked at other Companies

Q1. What tools did you use for project management, product backlog, wireframing, communication, documentation?
View answer (1)

Interview Questions & Answers

user image Shaikh Ahmed Reza

posted on 15 Nov 2023

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 Nov 2022. There were 5 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare accordingly based on your role and make sure you read JD properly and read from internet before attending interview. It will be easy. Don't worry much. Just focus on clearing the mettle coding test.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview before Jul 2023.

Software Developer 1 Interview Questions asked at other Companies

Q1. Do you have prior experience in Java and Spring Boot?
View answer (1)

Senior Software Engineer 1 Interview Questions & Answers

user image Soumen Bhattacharjee

posted on 14 Oct 2023

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

I applied via Naukri.com and was interviewed before Oct 2022. There were 5 interview rounds.

Interview Preparation Tips

Topics to prepare for Delta Air Lines Senior Software Engineer 1 interview:
  • AWS
  • Python
Interview preparation tips for other job seekers - Be honest about your change and don’t fake any experience. From my personal experience am telling its ok if you have don’t have any hands on experience of a certain technology or language, they will check if you have capability to grab new things.

Senior Software Engineer 1 Interview Questions asked at other Companies

Q1. Architecture Design for an e2e system that takes input from user to the response shown to the user
View answer (1)

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2021

I appeared for an interview in Oct 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 150 Minutes
Round difficulty - Hard

First They Shared the details about the organization then started with some basic problem-solving problems. 
After finishing that They started with DSA and at last asked about System design. It was around 2.5 hours.

  • Q1. 

    Find All Pairs Adding Up to Target

    Given an array of integers ARR of length N and an integer Target, your task is to return all pairs of elements such that they add up to the Target.

    Input:

    The first line ...
  • Ans. 

    Find all pairs of elements in an array that add up to a given target.

    • Iterate through the array and use a hashmap to store the difference between the target and each element.

    • Check if the current element exists in the hashmap, if so, print the pair.

    • If no pair is found, print (-1, -1).

  • Answered by AI
  • Q2. Design an application similar to Practo.
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

Tech + HR

  • Q1. 

    Sum of Even & Odd Digits

    You need to determine the sum of even digits and odd digits separately from a given integer.

    Input:

    The first line of input is an integer T representing the number of test c...

  • Ans. 

    Given an integer, find the sum of even and odd digits separately.

    • Iterate through each digit of the integer and check if it is even or odd

    • Keep track of the sum of even and odd digits separately

    • Return the sums of even and odd digits

  • Answered by AI

Interview Preparation Tips

Eligibility criteriamust have 3 Years of ExprienceDelta Air Lines interview preparation:Topics to prepare for the interview - Data Structure, Algorithm, SpringBoot, Microservices, Angular, Kafka, AgileTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on Problem Solving Skills
Tip 2 : Focus on Design Patterns and also Low level design and High level design

Application resume tips for other job seekers

Tip 1 : Focused on Tech Stack to mention
Tip 2 : One page Resume is enough

Final outcome of the interviewSelected

Skills evaluated in this interview

SDE-2 Interview Questions asked at other Companies

Q1. Maximum Frequency Number Problem Statement Given an array of integers with numbers in random order, write a program to find and return the number which appears the most frequently in the array. If multiple elements have the same maximum fre... read more
View answer (5)
Contribute & help others!
anonymous
You can choose to be anonymous

Delta Air Lines Interview FAQs

How many rounds are there in Delta Air Lines interview?
Delta Air Lines interview process usually has 2-3 rounds. The most common rounds in the Delta Air Lines interview process are Technical, Coding Test and One-on-one Round.
What are the top questions asked in Delta Air Lines interview?

Some of the top questions asked at the Delta Air Lines interview -

  1. What is Aws lambda and how will you communicate to s3 in cross acco...read more
  2. What is the best approach to cost optimizat...read more
  3. What is aws landing zones and control to...read more
How long is the Delta Air Lines interview process?

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

Recently Viewed

INTERVIEWS

Delta Air Lines

No Interviews

INTERVIEWS

Delta Air Lines

No Interviews

INTERVIEWS

OM Logistics

No Interviews

INTERVIEWS

Vijay Sales

No Interviews

SALARIES

Air India Sats Airport Services

INTERVIEWS

Delta Air Lines

No Interviews

INTERVIEWS

Delta Air Lines

No Interviews

INTERVIEWS

GE Aviation

No Interviews

INTERVIEWS

Vijay Sales

No Interviews

Tell us how to improve this page.

Delta Air Lines Interview Process

based on 13 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Air India Interview Questions
3.7
 • 149 Interviews
Spicejet Interview Questions
3.6
 • 86 Interviews
Boeing Interview Questions
3.9
 • 85 Interviews
Qatar Airways Interview Questions
4.0
 • 55 Interviews
Go First Interview Questions
3.7
 • 46 Interviews
AirAsia Interview Questions
3.6
 • 29 Interviews
Jet Airways Interview Questions
4.6
 • 21 Interviews
Alliance Air Interview Questions
3.0
 • 2 Interviews
View all

Delta Air Lines Reviews and Ratings

based on 65 reviews

4.0/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

4.2

Salary

4.1

Job security

3.9

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 65 Reviews and Ratings
Lead Developer
40 salaries
unlock blur

₹27 L/yr - ₹54 L/yr

Senior Developer
38 salaries
unlock blur

₹16 L/yr - ₹38 L/yr

Senior Software Engineer
37 salaries
unlock blur

₹22 L/yr - ₹37 L/yr

Software Developer
24 salaries
unlock blur

₹12 L/yr - ₹24 L/yr

Lead Engineer
17 salaries
unlock blur

₹33.7 L/yr - ₹70 L/yr

Explore more salaries
Compare Delta Air Lines with

InterGlobe Aviation

3.6
Compare

Spicejet

3.6
Compare

Air India

3.7
Compare

Go First

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent