Upload Button Icon Add office photos

Air India

Compare button icon Compare button icon Compare

Filter interviews by

Air India Interview Questions and Answers

Updated 16 Jun 2025
Popular Designations

75 Interview questions

A Cabin Crew was asked 1mo ago
Q. How do you believe our airline differs from its competitors?
Ans. 

Our airline stands out through exceptional service, innovative technology, and a commitment to sustainability.

  • Exceptional Customer Service: Our cabin crew is trained to provide personalized attention, ensuring every passenger feels valued.

  • Innovative Technology: We offer in-flight Wi-Fi and entertainment options that enhance the travel experience, setting us apart from competitors.

  • Sustainability Initiatives: Our co...

View all Cabin Crew interview questions
A Cabin Crew was asked 1mo ago
Q. What actions would you take if you observed smoke in the lavatory?
Ans. 

In case of smoke in the lavatory, immediate action is crucial for passenger safety and effective emergency response.

  • Alert the flight deck immediately to inform the captain of the situation.

  • Activate the smoke detector if it hasn't already been triggered.

  • Use the intercom to announce to passengers to remain calm and seated.

  • Assess the situation by checking the lavatory door for heat before opening it.

  • If safe, open the...

View all Cabin Crew interview questions
A Cabin Crew was asked 1mo ago
Q. Describe a time when you had to handle a difficult customer.
Ans. 

I once managed a frustrated passenger by actively listening, empathizing, and providing a swift solution to their issue.

  • Actively listened to the customer's concerns without interrupting.

  • Empathized with their situation, acknowledging their frustration.

  • Provided a clear solution, such as rebooking their flight promptly.

  • Followed up to ensure they were satisfied with the resolution.

View all Cabin Crew interview questions
An Operations Associate was asked 1mo ago
Q. What is operations planning?
Ans. 

Operation planning involves strategizing and organizing resources to achieve specific goals efficiently.

  • Defines objectives: Establishes clear goals for operations, such as reducing costs or improving service delivery.

  • Resource allocation: Determines the necessary resources, including personnel, equipment, and budget, to meet objectives.

  • Timeline creation: Develops a schedule for when tasks and projects should be com...

View all Operations Associate interview questions

What people are saying about Air India

View All
a deputy manager
1w
Air India Plane Crash : Entire country is in a state of mourning
Anyone working in Air India who can confirm how long it usually takes to decode black box ? News Update : Black box found at Air India crash site as families wait for answers
FeedCard Image
Got a question about Air India?
Ask anonymously on communities.
An Operations Associate was asked 1mo ago
Q. How do you handle your team members?
Ans. 

Effective team handling involves communication, support, and conflict resolution to foster a productive work environment.

  • Establish open communication: Regular check-ins to discuss progress and concerns.

  • Provide support: Offer resources or training to help team members succeed, like mentorship programs.

  • Encourage collaboration: Foster teamwork through group projects, enhancing problem-solving skills.

  • Recognize achieve...

View all Operations Associate interview questions
An Operations Associate was asked 1mo ago
Q. How do you approach operational tasks?
Ans. 

Following operational work involves systematic processes, effective communication, and continuous improvement to ensure efficiency.

  • Establish clear workflows: Define each step in the operation process to avoid confusion.

  • Utilize project management tools: Tools like Trello or Asana can help track tasks and deadlines.

  • Regularly review performance metrics: Analyze KPIs to identify areas for improvement.

  • Encourage team co...

View all Operations Associate interview questions
A Logistics Officer was asked 2mo ago
Q. What steps should be taken to check the vehicle after loading?
Ans. 

Post-loading vehicle checks ensure safety, compliance, and efficiency in logistics operations.

  • Inspect load security: Ensure all cargo is properly secured with straps or nets to prevent shifting during transit.

  • Check weight distribution: Verify that the load is evenly distributed to maintain vehicle stability and prevent accidents.

  • Examine vehicle condition: Look for any visible damage or issues with tires, brakes, a...

View all Logistics Officer interview questions
Are these interview questions helpful?
A Logistics Officer was asked 2mo ago
Q. What are the safe procedures for loading equipment?
Ans. 

Safe loading procedures ensure equipment is secured and transported without risk of damage or injury.

  • Inspect equipment for damage before loading to ensure safety.

  • Use appropriate lifting techniques, such as bending at the knees, to avoid injury.

  • Secure equipment with straps or ropes to prevent shifting during transport.

  • Ensure the load is balanced on the vehicle to maintain stability.

  • Use ramps or forklifts for heavy ...

View all Logistics Officer interview questions
A Logistics Officer was asked 2mo ago
Q. What documents are required for the movement of goods?
Ans. 

Essential documents ensure compliance and smooth transit of goods across borders and within regions.

  • Bill of Lading: A contract between the shipper and carrier, detailing the type and quantity of goods.

  • Commercial Invoice: A document that outlines the sale transaction, including price and terms.

  • Packing List: A detailed list of the contents of a shipment, including weights and dimensions.

  • Customs Declaration: Required...

View all Logistics Officer interview questions
An Airport Ground Staff was asked 3mo ago
Q. Please introduce yourself.
Ans. 

Enthusiastic airport ground staff with strong communication skills and a passion for customer service, ensuring smooth operations.

  • Name: [Your Name], a dedicated professional with a background in customer service.

  • Experience: Worked in hospitality for 3 years, enhancing my communication and problem-solving skills.

  • Skills: Proficient in handling customer inquiries and managing stressful situations effectively.

  • Passion:...

View all Airport Ground Staff interview questions

Air India Interview Experiences

162 interviews found

ml engineer Interview Questions & Answers

user image Monami Jaiswal

posted on 17 Oct 2023

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

I applied via Referral and was interviewed in Apr 2023. 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 - Coding Test 

Data science, ML concepts, statistics, python output

Round 3 - Technical 

(7 Questions)

  • Q1. What does correlation mean? what is the interpretation if the correlation is 0?
  • Ans. 

    Correlation measures the strength and direction of a relationship between two variables. A correlation of 0 indicates no linear relationship.

    • Correlation measures the degree to which two variables move in relation to each other. It ranges from -1 to 1.

    • A correlation of 0 means there is no linear relationship between the variables. They are not related in a linear fashion.

    • For example, if the correlation between hours of s...

  • Answered by AI
  • Q2. What is collinearity, how to handle it? also for multicollinearity
  • Q3. How to evaluate regression models? explain r squared and adjusted r squared and difference between them
  • Ans. 

    Regression models can be evaluated using R squared and adjusted R squared to measure the goodness of fit.

    • R squared measures the proportion of the variance in the dependent variable that is predictable from the independent variables.

    • Adjusted R squared adjusts for the number of predictors in the model, providing a more accurate measure of goodness of fit.

    • R squared can be artificially inflated by adding more predictors, w...

  • Answered by AI
  • Q4. Explain regularization techniques, difference between ridge and lasso?
  • Ans. 

    Regularization techniques help prevent overfitting in machine learning models. Ridge regression adds L2 regularization, while Lasso regression adds L1 regularization.

    • Regularization techniques help prevent overfitting by adding a penalty term to the loss function.

    • Ridge regression adds the squared magnitude of coefficients as penalty term (L2 regularization).

    • Lasso regression adds the absolute magnitude of coefficients as...

  • Answered by AI
  • Q5. Explain working of decision trees, how to select parent and child nodes, gini impurity, etc?
  • Ans. 

    Decision trees are a popular machine learning algorithm used for classification and regression tasks.

    • Decision trees are a flowchart-like structure where each internal node represents a feature or attribute, each branch represents a decision rule, and each leaf node represents the outcome.

    • To select parent and child nodes, the algorithm calculates the best split at each node based on criteria like Gini impurity or inform...

  • Answered by AI
  • Q6. Bagging and boosting and their difference, what is ensemble models, how to handle overfitting, explain precision recall roc curve
  • Ans. 

    Explanation of bagging, boosting, ensemble models, handling overfitting, and precision-recall-ROC curve.

    • Bagging (Bootstrap Aggregating) involves training multiple models on different subsets of the training data and combining their predictions through averaging or voting.

    • Boosting involves training multiple models sequentially, with each model correcting the errors of its predecessor.

    • Ensemble models combine multiple ind...

  • Answered by AI
  • Q7. Create dictionary in python from 2 list and key values, sql query for window functions-Rank(), all joins in sql
  • Ans. 

    Creating dictionary in Python from 2 lists, using window functions and joins in SQL

    • To create a dictionary in Python from 2 lists and key values, you can use the zip() function

    • Example: dict(zip(keys_list, values_list))

    • For SQL window functions like Rank(), you can use the OVER() clause

    • Example: SELECT column1, column2, RANK() OVER(ORDER BY column3) AS rank_column FROM table_name

    • For SQL joins, you can use INNER JOIN, LEFT ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Air India ml engineer interview:
  • Data Science
  • Machine Learning

Skills evaluated in this interview

Cabin Crew Interview Questions & Answers

user image Anonymous

posted on 21 May 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What makes you a suitable candidate for this position?
  • Ans. 

    I possess strong communication skills, a passion for customer service, and the ability to remain calm under pressure, making me ideal for cabin crew.

    • Excellent communication skills: I have experience in customer-facing roles where I effectively communicated with diverse groups.

    • Strong customer service orientation: In my previous job, I consistently received positive feedback for my ability to resolve customer issues prom...

  • Answered by AI
  • Q2. Tell me about yourself.
  • Q3. What are your strengths and weaknesses?
  • Ans. 

    I excel in communication and teamwork, but I sometimes struggle with time management under pressure.

    • Strength: Excellent communication skills - I can effectively convey information and ensure clarity among team members.

    • Strength: Strong teamwork - I thrive in collaborative environments, as demonstrated during my previous role in a customer service team.

    • Weakness: Time management - I occasionally find it challenging to pri...

  • Answered by AI
  • Q4. Why do you want to work for this airline?
  • Ans. 

    I admire this airline's commitment to exceptional service and innovation, making it an ideal place for my passion for customer care.

    • The airline's reputation for outstanding customer service aligns with my values and desire to create memorable experiences for passengers.

    • I am impressed by the airline's commitment to sustainability and reducing its carbon footprint, which reflects my personal values.

    • The opportunity for ca...

  • Answered by AI
  • Q5. How would you manage a situation in which a passenger is causing a disturbance?
  • Ans. 

    I would calmly assess the situation, communicate with the passenger, and involve colleagues if necessary to ensure safety and comfort.

    • Stay calm and composed to avoid escalating the situation.

    • Approach the passenger politely and ask if they need assistance.

    • Use active listening to understand their concerns or frustrations.

    • If the disturbance continues, involve a fellow crew member for support.

    • If necessary, inform the capta...

  • Answered by AI
  • Q6. What are your career goals, and how do you envision your professional development in the next five years?
  • Ans. 

    I aim to grow within the airline industry, enhancing my skills and taking on leadership roles while providing exceptional service.

    • Develop strong customer service skills through training and real-world experience, ensuring passenger satisfaction.

    • Pursue additional certifications, such as first aid and emergency response, to enhance safety and preparedness.

    • Seek opportunities for leadership roles, such as becoming a senior...

  • Answered by AI
  • Q7. What would you do if you witnessed a passenger abusing or harassing a co-worker?
  • Ans. 

    I would intervene promptly, ensure safety, and report the incident to maintain a respectful work environment.

    • Assess the situation calmly to ensure the safety of my co-worker and other passengers.

    • Intervene directly if safe to do so, using a firm but polite tone to address the passenger's behavior.

    • Support my co-worker by checking in with them after the incident to ensure they feel safe and supported.

    • Report the incident t...

  • Answered by AI
  • Q8. How do you prioritize your work?
  • Ans. 

    I prioritize my work by assessing urgency, importance, and impact, ensuring efficient task management and excellent service delivery.

    • Assess urgency: I tackle time-sensitive tasks first, like preparing for an imminent flight departure.

    • Evaluate importance: I prioritize safety checks and passenger needs over less critical tasks.

    • Use a checklist: I maintain a daily checklist to track tasks, ensuring nothing is overlooked.

    • Co...

  • Answered by AI
  • Q9. What information do you have about our airline and its destinations?
  • Ans. 

    Our airline is known for its exceptional service and extensive network, connecting travelers to key destinations worldwide.

    • Founded in [Year], our airline has grown to become a leader in the aviation industry.

    • We operate flights to over [Number] destinations across [Regions/Continents], including popular cities like [City 1] and [City 2].

    • Our fleet consists of modern aircraft, ensuring comfort and safety for all passenger...

  • Answered by AI
  • Q10. What languages do you speak?
  • Ans. 

    I am fluent in English and Spanish, with conversational skills in French and Mandarin, enabling effective communication with diverse passengers.

    • Fluent in English: My primary language for communication.

    • Fluent in Spanish: I can assist Spanish-speaking passengers comfortably.

    • Conversational in French: I can handle basic conversations and inquiries.

    • Basic Mandarin: I know essential phrases to assist Mandarin-speaking travele...

  • Answered by AI
  • Q11. How would you provide comfort to anxious passengers?
  • Ans. 

    I would actively listen, reassure, and provide personalized support to help anxious passengers feel more at ease during the flight.

    • Engage in active listening: I would attentively listen to their concerns and validate their feelings.

    • Provide reassurance: I would calmly explain the flight process and remind them of safety measures.

    • Offer distractions: I could suggest entertainment options, such as movies or music, to help ...

  • Answered by AI
  • Q12. What makes you a good cabin crew member?
  • Ans. 

    I possess strong communication skills, empathy, and a commitment to safety, making me an ideal cabin crew member.

    • Excellent communication skills: I can effectively convey information and instructions to passengers, ensuring their comfort and safety.

    • Empathy and customer service: I genuinely care about passengers' needs, as demonstrated when I assisted an elderly passenger with their luggage.

    • Teamwork: I thrive in collabor...

  • Answered by AI
  • Q13. How do you manage stressful situations in the workplace?
  • Ans. 

    I stay calm, prioritize tasks, and communicate effectively to manage stress in high-pressure situations.

    • Stay calm: I take deep breaths to maintain composure during emergencies.

    • Prioritize tasks: In a flight delay, I focus on passenger needs first, then communicate updates.

    • Effective communication: I keep the team informed to ensure everyone is on the same page.

    • Problem-solving: When faced with a difficult passenger, I lis...

  • Answered by AI
  • Q14. How you describe a time when you had to handle a difficult customer?
  • Ans. 

    I once managed a frustrated passenger by actively listening, empathizing, and providing a swift solution to their issue.

    • Actively listened to the customer's concerns without interrupting.

    • Empathized with their situation, acknowledging their frustration.

    • Provided a clear solution, such as rebooking their flight promptly.

    • Followed up to ensure they were satisfied with the resolution.

  • Answered by AI
  • Q15. What are your skills?
  • Ans. 

    I possess strong communication, teamwork, and problem-solving skills, essential for providing excellent customer service as cabin crew.

    • Excellent communication skills: I can effectively convey information and instructions to passengers, ensuring their comfort and safety.

    • Teamwork: I thrive in collaborative environments, having worked in diverse teams during my previous roles in hospitality.

    • Problem-solving: I remain calm ...

  • Answered by AI
  • Q16. What are your experiences and how would you describe your personality?
  • Ans. 

    I have a background in customer service and a friendly, adaptable personality that thrives in dynamic environments.

    • Experience in customer service roles, ensuring customer satisfaction and resolving issues promptly.

    • Strong communication skills, demonstrated through effective interactions with diverse groups.

    • Adaptable and quick to learn, as shown by my ability to handle unexpected situations calmly.

    • Team player, having col...

  • Answered by AI
  • Q17. How do you assess your stability for the role?
  • Ans. 

    I assess my stability for the cabin crew role through personal reflection, experience, and adaptability in challenging situations.

    • I have experience in customer service roles, which taught me to remain calm under pressure.

    • During a previous job, I handled a difficult customer complaint, demonstrating my ability to maintain professionalism.

    • I regularly engage in stress management techniques, such as mindfulness and deep br...

  • Answered by AI
  • Q18. How do you manage being away from home for extended periods?
  • Ans. 

    I stay connected with loved ones and maintain a routine to manage time away from home effectively.

    • I schedule regular video calls with family and friends to stay connected.

    • I create a personal routine that includes exercise and hobbies to maintain balance.

    • I explore new places during layovers, which helps me appreciate my job and reduces homesickness.

    • I keep a journal to document my experiences, which helps me reflect and ...

  • Answered by AI
  • Q19. What would you do if a passenger continues to use their phone while takeoff even after repeated requests?
  • Ans. 

    I would calmly address the situation, ensuring safety and compliance while maintaining a professional demeanor.

    • Remain calm and approach the passenger politely, reiterating the importance of safety regulations.

    • Use a firm but respectful tone to explain the potential consequences of non-compliance, such as interference with aircraft systems.

    • If the passenger continues to ignore requests, involve a senior crew member to ass...

  • Answered by AI
  • Q20. What would you do if a passenger claims they're experiencing a severe medical issue and demands an emergency landing?
  • Q21. What actions would you take if you observed smoke in the lavatory?
  • Ans. 

    In case of smoke in the lavatory, immediate action is crucial for passenger safety and effective emergency response.

    • Alert the flight deck immediately to inform the captain of the situation.

    • Activate the smoke detector if it hasn't already been triggered.

    • Use the intercom to announce to passengers to remain calm and seated.

    • Assess the situation by checking the lavatory door for heat before opening it.

    • If safe, open the door...

  • Answered by AI
  • Q22. What motivates you to specifically seek employment with our airline?
  • Ans. 

    I'm drawn to your airline's commitment to exceptional service and its strong reputation for employee development and teamwork.

    • Your airline's focus on customer satisfaction aligns with my passion for providing excellent service.

    • I admire your commitment to sustainability and innovation in the aviation industry.

    • The opportunities for career growth and training programs offered by your airline are very appealing to me.

    • I hav...

  • Answered by AI
  • Q23. How do you believe our airline differs from its competitors?
  • Ans. 

    Our airline stands out through exceptional service, innovative technology, and a commitment to sustainability.

    • Exceptional Customer Service: Our cabin crew is trained to provide personalized attention, ensuring every passenger feels valued.

    • Innovative Technology: We offer in-flight Wi-Fi and entertainment options that enhance the travel experience, setting us apart from competitors.

    • Sustainability Initiatives: Our commitm...

  • Answered by AI
  • Q24. Do you have any questions for us that you want to ask?

Security Officer Interview Questions & Answers

user image Chhewang Dorje

posted on 6 Dec 2024

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(1 Question)

  • Q1. Past experince related questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Past experince related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. How much years of experience you have and are you flexible to work in line maintenance?
  • Ans. 

    I have 10 years of experience in aircraft maintenance and I am flexible to work in line maintenance.

    • I have 10 years of experience in aircraft maintenance.

    • I am familiar with line maintenance procedures and protocols.

    • I have worked in various roles within the aviation industry, including line maintenance.

    • I am willing to adapt to different work schedules and locations as needed.

  • Answered by AI
  • Q3. Size of spanners from small to large?
  • Ans. 

    Spanners range in size from small to large, with each size serving a specific purpose in aircraft maintenance.

    • Spanners come in various sizes such as 6mm, 8mm, 10mm, 12mm, etc.

    • Smaller spanners are used for delicate or hard-to-reach areas, while larger spanners are used for heavier duty tasks.

    • Having a range of spanner sizes is essential for efficiently completing maintenance tasks on aircraft.

  • Answered by AI
  • Q4. If your job gets stuck what will you do?
  • Ans. 

    I would assess the situation, consult with colleagues or manuals, and troubleshoot the issue systematically.

    • Assess the situation to understand the root cause of the problem

    • Consult with colleagues or refer to manuals for guidance

    • Systematically troubleshoot the issue to identify and resolve the problem

    • Ensure safety protocols are followed throughout the process

  • Answered by AI
  • Q5. Loosening direction of bolt or nut?
  • Ans. 

    Righty tighty, lefty loosey

    • Righty tighty, lefty loosey is a common phrase used to remember the direction to tighten or loosen bolts and nuts.

    • Clockwise direction tightens the bolt or nut, while counterclockwise direction loosens it.

    • Always turn the wrench or tool in the correct direction to avoid damaging the bolt or nut.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be confident about your basics in aviation industry. If you know speak clearly and don't speak if you have no idea about the topic the interviewer is asking for. Never attempt to give wrong or guess answers, its okay if you don't know it, you will get better next time. In Aircraft maintenance Job every small things matter so best of luck.

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Mixed node db express
Round 2 - Technical 

(1 Question)

  • Q1. Node js core concept
Round 3 - Technical 

(1 Question)

  • Q1. Node js core concepts
Round 4 - HR 

(1 Question)

  • Q1. Behaviour and technical

Team Manager Interview Questions & Answers

user image Faizan Malik

posted on 14 Nov 2024

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

(2 Questions)

  • Q1. How much salary will I get ?
  • Q2. What will be the job timing
Round 2 - One-on-one 

(2 Questions)

  • Q1. I like my job at the airport
  • Q2. My dream is to work at an airport

Business Analyst Interview Questions & Answers

user image Apoorv Sahai

posted on 15 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What do you best like about your role?
  • Ans. 

    I enjoy the variety of challenges and problem-solving involved in analyzing business processes.

    • I love the opportunity to work with stakeholders from different departments to understand their needs and goals.

    • I find satisfaction in identifying inefficiencies in current processes and proposing solutions for improvement.

    • I appreciate the analytical aspect of the role, where I get to dive deep into data to uncover insights t...

  • Answered by AI
  • Q2. What so you dislike about your role?
  • Ans. 

    I dislike the lack of clear direction and constantly changing priorities in my role.

    • Lack of clear direction from management

    • Constantly changing priorities make it difficult to focus

    • Feeling overwhelmed by the volume of work and expectations

    • Limited opportunities for growth and advancement

  • Answered by AI

Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2025

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

(2 Questions)

  • Q1. What is promise
  • Ans. 

    A promise is an object representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained together using .then() method.

    • They help avoid callback hell and make code more readable and maintainable.

  • Answered by AI
  • Q2. What is eventloop
  • Ans. 

    The event loop is a mechanism in Node.js that allows for non-blocking I/O operations by handling asynchronous tasks.

    • Handles asynchronous tasks by executing callback functions when I/O operations are completed

    • Ensures that the Node.js application remains responsive by not blocking the main thread

    • Uses a single-threaded model to process multiple tasks concurrently

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is eventloop working
  • Ans. 

    Event loop is a mechanism in Node.js that allows non-blocking I/O operations to be performed asynchronously.

    • Event loop continuously checks the call stack for any functions that need to be executed.

    • It offloads I/O operations to the system kernel and executes callbacks when the operations are completed.

    • Event loop ensures that Node.js remains responsive and can handle multiple requests concurrently.

  • Answered by AI
  • Q2. Jwt

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well with theortical part
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the concept of idempotency in REST APIs?
  • Ans. 

    Idempotency in REST APIs ensures that multiple identical requests have the same effect as a single request.

    • Idempotency means that the result of a successful request is the same regardless of how many times it is made.

    • GET and PUT requests are typically idempotent, while POST requests are not.

    • Using unique identifiers like UUIDs in requests can help ensure idempotency.

    • Idempotency is important for ensuring data consistency...

  • Answered by AI
  • Q2. What are the design considerations to keep in mind when building an API?
  • Ans. 

    Design considerations for building an API

    • Define clear and consistent naming conventions for endpoints and parameters

    • Use versioning to manage changes and updates without breaking existing clients

    • Implement proper authentication and authorization mechanisms to secure the API

    • Design for scalability and performance by considering caching, rate limiting, and pagination

    • Provide comprehensive documentation to guide developers on...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Viewmodel?
  • Ans. 

    ViewModel is a class that is responsible for preparing and managing data for an activity or fragment.

    • ViewModel helps in separating the UI data from the UI controller logic.

    • It survives configuration changes such as screen rotations.

    • ViewModel is part of the Android Architecture Components.

    • Example: ViewModel can hold data retrieved from a database and provide it to the UI.

  • Answered by AI
  • Q2. What is LaunchEffect in jetpack compose?
  • Ans. 

    LaunchEffect is a function in Jetpack Compose that allows you to trigger side effects when a composable is first launched.

    • LaunchEffect is used to perform actions such as fetching data from a network or initializing a resource when a composable is first displayed.

    • It is similar to the useEffect hook in React.

    • Example: launchEffect { fetchData() }

  • Answered by AI

Skills evaluated in this interview

Air India Interview FAQs

How many rounds are there in Air India interview?
Air India interview process usually has 2-3 rounds. The most common rounds in the Air India interview process are One-on-one Round, Resume Shortlist and Group Discussion.
How to prepare for Air India 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 Air India. The most common topics and skills that interviewers at Air India expect are Aviation, Compliance, Operations, Training and Software Configuration Management.
What are the top questions asked in Air India interview?

Some of the top questions asked at the Air India interview -

  1. What is the most important thing is airhostess g...read more
  2. Are cabin crew makes their passenger more welcoming and how to make them feels ...read more
  3. How to evaluate regression models? explain r squared and adjusted r squared and...read more
What are the most common questions asked in Air India HR round?

The most common HR questions asked in Air India interview are -

  1. What are your strengths and weakness...read more
  2. Where do you see yourself in 5 yea...read more
  3. What are your salary expectatio...read more
How long is the Air India interview process?

The duration of Air India 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/5

based on 191 interview experiences

Difficulty level

Easy 37%
Moderate 49%
Hard 13%

Duration

Less than 2 weeks 71%
2-4 weeks 13%
4-6 weeks 6%
6-8 weeks 3%
More than 8 weeks 7%
View more

Interview Questions from Similar Companies

Spicejet Interview Questions
3.6
 • 94 Interviews
Boeing Interview Questions
3.9
 • 89 Interviews
Qatar Airways Interview Questions
3.9
 • 59 Interviews
Go First Interview Questions
3.7
 • 48 Interviews
AirAsia Interview Questions
3.6
 • 29 Interviews
British Airways Interview Questions
3.0
 • 29 Interviews
View all

Air India Reviews and Ratings

based on 1.4k reviews

3.6/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.4

Salary

3.6

Job security

3.3

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 1.4k Reviews and Ratings
Associate Manager - Cargo Sales (Gurugram & Bengaluru)

Gurgaon / Gurugram,

Bangalore / Bengaluru

4-9 Yrs

₹ 9.5-17 LPA

It Program Manager ( Work from Office- Gurgaon)

Gurgaon / Gurugram

13-18 Yrs

₹ 25-40 LPA

Cargo Operations - Gurgaon/Delhi

Gurgaon / Gurugram,

Delhi/Ncr

2-7 Yrs

Not Disclosed

Explore more jobs
Cabin Crew
364 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Customer Service Executive
220 salaries
unlock blur

₹1.4 L/yr - ₹6 L/yr

Assistant Manager
152 salaries
unlock blur

₹5.9 L/yr - ₹18 L/yr

Cabin Attendant
140 salaries
unlock blur

₹3.4 L/yr - ₹12 L/yr

Associate Manager
133 salaries
unlock blur

₹7 L/yr - ₹22.9 L/yr

Explore more salaries
Compare Air India with

InterGlobe Aviation

3.6
Compare

Spicejet

3.6
Compare

Jet Airways

4.6
Compare

Air India Sats Airport Services

3.7
Compare
write
Share an Interview