Upload Button Icon Add office photos

Filter interviews by

Taj Air Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Job Portal and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How you handle team in disruption period
  • Ans. We need provide accommodation as they are stretching enough for supporting operations
  • Answered by Karthikeyan M

Interview Preparation Tips

Interview preparation tips for other job seekers - Proud to a part of AI,have responded all questions as required and got offer,but on salary discussion,have rejected their offer

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 5 interview rounds.

Round 1 - Coding Test 

Basic c Programming and Embedded Systems

Round 2 - One-on-one 

(1 Question)

  • Q1. C and Do-178b questions
Round 3 - One-on-one 

(1 Question)

  • Q1. C and Embedded system and Project related
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager Round, Mostly technical
Round 5 - HR 

(1 Question)

  • Q1. Package discussion and my previous employer details

Interview Preparation Tips

Interview preparation tips for other job seekers - C, Do-178 b process and Micro Controller knowledge

I applied via Other and was interviewed in Nov 2019. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Written test , objective + two programs to write
  • Q2. Question on linked list , stack

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be confident while answering

Interview Questionnaire 

2 Questions

  • Q1. Tell about yourself
  • Ans. 

    I am a business analyst with experience in data analysis, process improvement, and project management.

    • Experienced in data analysis using tools like Excel, SQL, and Tableau

    • Skilled in process improvement and optimization

    • Proficient in project management and stakeholder communication

    • Strong analytical and problem-solving skills

    • Excellent communication and interpersonal skills

  • Answered by AI
  • Q2. They had given a case and if you are position of pricing manager how do you resolve.

I applied via Naukri.com and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1. Work experience in previous organization
  • Ans. 

    Worked as a software engineer for 3 years at XYZ Company, specializing in front-end development.

    • Developed and maintained front-end features for web applications

    • Collaborated with cross-functional teams to deliver projects on time

    • Participated in code reviews and provided feedback for improvements

  • Answered by AI
  • Q2. 2. Practical example of how did you use STL in previous work experience
  • Ans. 

    Utilized STL in previous work experience for efficient data manipulation and storage

    • Used vector to store and manipulate dynamic arrays of data

    • Utilized map for efficient key-value pair storage and retrieval

    • Implemented algorithms from the algorithm library for sorting and searching data

  • Answered by AI
  • Q3. 3. Practical example of how did you use OOPS in previous work experience
  • Ans. 

    Used OOPS principles to design and implement a modular system for managing user data

    • Created classes for User, Admin, and Moderator with inheritance and polymorphism

    • Implemented encapsulation by restricting access to certain data fields through getters and setters

    • Utilized abstraction to hide complex implementation details from other parts of the system

    • Implemented interfaces for different user roles to ensure consistent b

  • Answered by AI
  • Q4. 4. Practical example of how did you use Multithreading in previous work experience
  • Ans. 

    Implemented multithreading in a web scraping project to improve performance and efficiency.

    • Used multithreading to scrape data from multiple websites simultaneously

    • Implemented thread pooling to manage and reuse threads efficiently

    • Utilized synchronization techniques to prevent data corruption and ensure thread safety

  • Answered by AI
  • Q5. 5. All other questions were to check GK of software engineering like Can Java program have memory leaks? What do you prefer efficiency or performance etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and only answer things that you know. If you are not aware of a particular topic just be honest and let them know. Even if you are not technically sound but show a good potential to learn and obey they may hire you.

I appeared for an interview in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Job profile Question. Managerial skill question. Basic Engineering question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic engineering concept.
Application software know how knowledge.

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

It was in the afternoon. I have to switch on my webcam during test. 1 person taking the test and 3 people were monitoring me. they ask many questions apart from the test as well. He give me some situations and ask me to give solution for the problem by writing algorithm and code.

  • Q1. 

    Anagrams Problem Statement

    You are given an array/list of strings called inputStr. Your task is to return the strings as groups of anagrams such that strings belonging to the same group are anagrams of ea...

  • Ans. 

    Given an array of strings, group the strings that are anagrams of each other.

    • Iterate through the array of strings and sort each string alphabetically to create a key for grouping.

    • Use a hashmap to store the sorted string as key and the list of anagrams as value.

    • Return the values of the hashmap as the grouped anagrams.

  • Answered by AI
Round 2 - Coding Test 

Round duration - 90 minutes
Round difficulty - Medium

It was in the evening. I have to switch on my webcam during test. 1 person taking the test and 3 people were monitoring me. They asked many questions apart from the test as well.

Round 3 - Face to Face 

Round duration - 30 minutes
Round difficulty - Medium

It was in the evening. There was total 3 persons in the meeting. They asked me many questions regarding my projects and my previous experience too. The interviewer were very friendly.

Round 4 - HR 

Round duration - 90 minutes
Round difficulty - Medium

It was in the morning. It was a one to one conversation. He asked me questions regarding my lifestyle, interests and work experience too. He asked me to tell me about myself for about 5 minutes. Then we talk a lot about current affairs too. Then we talked about package too. The interviewer was very nice and friendly in nature.

Interview Preparation Tips

Eligibility criteriaWork ExperenceThales interview preparation:Topics to prepare for the interview - Data Structure, OOPS, STL, CPP, Socket Programming, PointersTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : You should know each and everything about your current project and your role and responsibilities. 
Tip 2 : Continue practice on online coding platforms and do participate in coding challenges. 
Tip 3 : Study everyday complete online courses on platform like Udemy.

Application resume tips for other job seekers

Tip 1: Add only what you know properly. don't add extra stuff just to add weight to your resume.
Tip 2: First page of the resume must in tabular form and it must give complete information about you in very simple manner. 
Tip 3: Make it short and direct.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview before Mar 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

Mainly mcqs and some coding questions

  • Q1. 

    Nth Fibonacci Number Problem Statement

    Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1.

    Input:

    ...
  • Ans. 

    Calculate the Nth Fibonacci number efficiently using dynamic programming.

    • Use dynamic programming to store previously calculated Fibonacci numbers to avoid redundant calculations.

    • Start with base cases F(1) and F(2) as 1, then iterate to calculate subsequent Fibonacci numbers.

    • Optimize the solution to have a time complexity of O(N) by storing and reusing calculated values.

  • Answered by AI
Round 2 - Telephonic Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

Introduction and some Python Questions

  • Q1. 

    String Palindrome Verification

    Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters.

    Input:

    The input is a single string without any leading or trailing...
  • Ans. 

    Check if a given string is a palindrome considering only alphanumeric characters.

    • Remove non-alphanumeric characters from the input string before checking for palindrome.

    • Use two pointers approach to compare characters from start and end of the string.

    • Convert all characters to lowercase for case-insensitive comparison.

    • Return true if the string is a palindrome, false otherwise.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

Questions related to cloud deployments and all

  • Q1. Can you explain your approach to project scaling in AWS?
  • Ans. 

    My approach to project scaling in AWS involves utilizing auto-scaling groups, load balancers, and monitoring tools.

    • Utilize auto-scaling groups to automatically adjust the number of EC2 instances based on traffic patterns

    • Implement load balancers to distribute incoming traffic evenly across multiple instances

    • Use monitoring tools like CloudWatch to track performance metrics and make informed scaling decisions

  • Answered by AI
Round 4 - HR 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Easy

Mainly discussed the future goals and expectations from the company

  • Q1. Can you discuss your work experience, the company culture you've encountered, and your future expectations regarding growth opportunities?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Senior Software Engineer in NoidaEligibility criteriaNo criteriaThales interview preparation:Topics to prepare for the interview - Python, Data structures, Docker, AWS, JenkinsTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Solve coding questions on daily basis
Tip 2 : Start giving interview as early as possible
Tip 3 : Write down the questions being asked in interview

Application resume tips for other job seekers

Tip 1 : Resume should be focused on a particular profile
Tip 2 : Should mention good project experience

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 2022. There were 4 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. Bits , bytes and xor.
Round 3 - Technical 

(1 Question)

  • Q1. Threads, mutex and IPC
Round 4 - HR 

(1 Question)

  • Q1. Tell about company and yourself. More if behavioural round.

I applied via Naukri.com and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Situational awareness
  • Q2. Psychological test

Interview Preparation Tips

Interview preparation tips for other job seekers - Boing has been known as a great organisation for long time, they are manufacturers of the most sophisticated civilan and defence supplies. However their interview process is completely idiotic, even if you are extremely talented and have cleared all technical rounds, they used to reject candidates in the final psychological (structured) round where they form opinion for the canditate based on questions asked, answer in a very calculated way for this final round.

Tell us how to improve this page.

Interview Questions from Similar Companies

Air India Interview Questions
3.7
 • 151 Interviews
Spicejet Interview Questions
3.6
 • 86 Interviews
Boeing Interview Questions
3.9
 • 85 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.1
 • 2 Interviews
View all

Taj Air Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

5.0

Skill development

4.7

Work-life balance

3.2

Salary

2.7

Job security

3.5

Company culture

3.2

Promotions

4.0

Work satisfaction

Explore 3 Reviews and Ratings
Compare Taj Air with

Bharat Electronics

4.2
Compare

Tata Advanced Systems

3.7
Compare

Spicejet

3.6
Compare

Collins Aerospace

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