Upload Button Icon Add office photos

Filter interviews by

Hamad International Airport Interview Questions and Answers

Updated 29 Aug 2022

Hamad International Airport Interview Experiences

2 interviews found

Maintenance Foreman- Civil Interview Questions & Answers

user image Anonymous

posted on 28 Jan 2022

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 - Aptitude Test 

Very nice

Round 3 - Coding Test 

Good

Round 4 - Assignment 
Round 5 - Assignment 

Ok

Round 6 - HR 

(8 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?
  • Q6. Where do you see yourself in 5 years?
  • Q7. What are your strengths and weaknesses?
  • Q8. Tell me about yourself.
Round 7 - One-on-one 

(1 Question)

  • Q1. Experience and knowledge
Round 8 - Group Discussion 

Ambition

Round 9 - Case Study 

GCC experience

Round 10 - Technical 

(1 Question)

  • Q1. Computer hardware and IT knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck. I am waiting.
U will get a good opportunity.

AGL Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Aug 2022

I applied via LinkedIn and was interviewed in Jul 2022. 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 - Technical 

(1 Question)

  • Q1. What is CCR? AGL Main Components? What is ALCMS?
  • Ans. Constant Current Regulators. CCR, Primary Cable, Primary connector kits, Secondary Cable, Secondary connector kits, Isolating Transformer. Airfield Lighting Control and Monitoring.
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Hamad International Airport AGL Engineer interview:
  • Airifeld
  • Aviation
  • AGL Engineer
  • AGL Manager
Interview preparation tips for other job seekers - What is CCR?
What is the Threshold Displacement Area?
What Is the Taxiway?
What is CODE-F4 Runway?
What is PAPI?
Components of Airfield Lighting System(AGL)?

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Can you describe your role and responsibilities in your last organization?
  • Q2. What is the difference between a language copy and a live copy?
  • Q3. What is the process for creating workflows?
  • Q4. What are dam renditions?
  • Q5. What is the difference between experience fragments and content fragments?
Round 2 - One-on-one 

(4 Questions)

  • Q1. Introduce yourself.
  • Q2. What are all html5 tags
  • Q3. How to write a function in javascript given some scenario?
  • Q4. Asked something about the api
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Group discussion (GD) involves addressing a specific problem or situation collaboratively through discussion and problem-solving.

Round 2 - Group Discussion 

Group discussion (GD) entails tackling a specific issue or topic collaboratively.

Round 3 - Aptitude Test 

My attitude is typical.

Round 4 - Assignment 

My CV is attached for your review.

Round 5 - One-on-one 

(3 Questions)

  • Q1. What round are you referring to?
  • Q2. How many interview rounds are there?
  • Q3. Where it is running from
Round 6 - HR 

(2 Questions)

  • Q1. Who can serve as an HR representative?
  • Q2. How is the human resources department structured for the group?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. I'm from Leh Ladakh
  • Q2. 32 YEARS experience security side
  • Q3. I'm Ex retired Capt Army
  • Q4. Qualifications 12th pass
  • Q5. Skill is Transport Supervisor, Men Management, good leadership, Security Officer,

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic questions for .Net and stored procedure
  • Q2. Questions like functions and sp difference, solid principles etc.
Round 2 - Technical 

(1 Question)

  • Q1. Two programs based on hacker earth test.
Round 3 - Technical 

(5 Questions)

  • Q1. Use less questions based on 25 horses running a race ...
  • Q2. Question based on reverse a string
  • Q3. Question on git commands(who asks these)
  • Q4. Questions based on stack and heap memory
  • Q5. Questions on explaining useless unworthy questions having no relevance to any experience of work.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for useless questions which you have never prepared thinking with experience of 8+ years who will ask.they may surprise you
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Node js working in detail
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript on the server side.

    • Node.js is built on Chrome's V8 JavaScript engine.

    • It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.

    • Node.js is commonly used for building server-side applications, APIs, and real-time applications.

    • It has a large ecosystem of libraries and frameworks, such as Express.js and Socket.io.

  • Answered by AI
  • Q2. Timer working in node
  • Ans. 

    In Node.js, timers can be implemented using functions like setTimeout() and setInterval().

    • Use setTimeout() to execute a function once after a specified delay

    • Use setInterval() to execute a function repeatedly at a specified interval

    • Clear a timer using clearTimeout() or clearInterval()

    • Example: setTimeout(() => { console.log('Timer executed!'); }, 2000);

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. HLD questions on db and backend
  • Q2. Relational non relational db

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is the internal implementation of Hashing and what is collision?
  • Ans. 

    Hashing is a technique used to map data to a fixed-size array, collision occurs when two different inputs produce the same hash value.

    • Hashing involves using a hash function to map data to a fixed-size array.

    • Collision happens when two different inputs produce the same hash value.

    • Common techniques to handle collisions include chaining and open addressing.

  • Answered by AI
  • Q2. Is time complexity of HashMap always O(1) ?
  • Ans. 

    No, time complexity of HashMap is not always O(1).

    • Time complexity of HashMap is O(1) on average, but can degrade to O(n) in worst case scenarios.

    • Worst case scenarios include hash collisions, which can lead to linear probing and degrade performance.

    • Load factor and capacity of the HashMap can also affect time complexity.

    • In scenarios where many keys hash to the same index, the time complexity can degrade.

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

(1 Question)

  • Q1. Yet to have the interview. Ambition box is forcefully making me enter these details

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Case Study 

So many coding words and also maths Question in percentage of clothes price about nature types

Round 2 - Study 

(5 Questions)

  • Q1. Math percentage question answer, about clothes and buying products.
  • Q2. Half about nature and some natural resources.
  • Q3. All about country's details type question and half about nature type
  • Q4. Some about maths percentage of buying clothes types question
  • Q5. And some rock type material type question
Round 3 - Case Study 

10 th pass Question Ans and are very easy to solve i like it very much i try to do my best.

Interview Preparation Tips

Interview preparation tips for other job seekers - Sales man job is best for young people i also do my best in this job .
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.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain how did you handle the imbalance in data
  • Ans. 

    I handled data imbalance by using techniques like oversampling, undersampling, SMOTE, or using ensemble methods.

    • Used oversampling to increase minority class instances

    • Used undersampling to decrease majority class instances

    • Applied SMOTE (Synthetic Minority Over-sampling Technique) to generate synthetic samples for minority class

    • Utilized ensemble methods like Random Forest or Gradient Boosting to handle imbalance

  • Answered by AI
  • Q2. Write a sql query for the given problem statement. Can be solved using advanced concepts like lead and lag
Round 2 - Group Discussion 

Advanced sql and basics of data science

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.

Hamad International Airport Interview FAQs

How many rounds are there in Hamad International Airport interview?
Hamad International Airport interview process usually has 6 rounds. The most common rounds in the Hamad International Airport interview process are Assignment, Technical and Resume Shortlist.
What are the top questions asked in Hamad International Airport interview?

Some of the top questions asked at the Hamad International Airport interview -

  1. What is CCR? AGL Main Components? What is ALC...read more
  2. Computer hardware and IT knowle...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Hamad International Airport interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Hamad International Airport Reviews and Ratings

based on 42 reviews

4.5/5

Rating in categories

4.3

Skill development

4.2

Work-Life balance

4.2

Salary & Benefits

4.2

Job Security

4.6

Company culture

3.8

Promotions/Appraisal

4.4

Work Satisfaction

Explore 42 Reviews and Ratings
Technical Officer
6 salaries
unlock blur

₹12.2 L/yr - ₹37.8 L/yr

Information Technology Support Engineer
4 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Operation Supervisor
4 salaries
unlock blur

₹9 L/yr - ₹10.8 L/yr

Electronic Technician
4 salaries
unlock blur

₹1 L/yr - ₹5.4 L/yr

Facility Management Engineer
4 salaries
unlock blur

₹24 L/yr - ₹24 L/yr

Explore more salaries
Compare Hamad International Airport with

Indira Gandhi International Airport

3.9
Compare

Chhatrapati Shivaji Maharaj International Airport

3.8
Compare

Bangalore International Airport

4.3
Compare

GMR Hyderabad International Airport

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview