Upload Button Icon Add office photos

InterGlobe Aviation

Compare button icon Compare button icon Compare

Filter interviews by

InterGlobe Aviation Senior Consultant Interview Questions and Answers

Updated 29 Apr 2024

InterGlobe Aviation Senior Consultant Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

About previous experiences

Round 2 - HR 

(1 Question)

  • Q1. Salary and job profile

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about InterGlobe Aviation?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How LLM use neural network
  • Ans. 

    LLM can use neural networks for tasks such as natural language processing, image recognition, and predictive analytics.

    • Neural networks can be used in LLM for natural language processing tasks such as sentiment analysis, text generation, and language translation.

    • LLM can utilize neural networks for image recognition tasks like object detection, facial recognition, and image classification.

    • Neural networks can also be appl...

  • Answered by AI
  • Q2. How back propagation in NN work
  • Ans. 

    Back propagation is a method used to train neural networks by adjusting the weights based on the error calculated during the forward pass.

    • Back propagation involves calculating the error between the predicted output and the actual output.

    • The error is then propagated backwards through the network to adjust the weights using gradient descent.

    • This process is repeated iteratively until the network's performance improves.

    • Exa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare depth of the project that you about to discuss

Skills evaluated in this interview

Senior Consultant Interview Questions Asked at Other Companies

asked in Capgemini
Q1. 1. What's the use of update sets and how do you move update set f ... read more
Q2. 1. What is Virtual DOM? How does it work & Its algorithm? 2. ... read more
asked in Capgemini
Q3. 1. If MAM is there then why do we need MDM? 2. What are the diffe ... read more
asked in Birlasoft
Q4. What is the difference between the cursors declared in procedures ... read more
asked in Capgemini
Q5. JCL 1. Ways in which the you can paas on data from.jcl to cobol.: ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Java basics , AEM basics
  • Q2. OOPS concepts Basic AEM
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Role Relevant Experience
  • Q2. Reason For Leaving Previous
  • Ans. 

    I left my previous position to seek new challenges and opportunities for professional growth in a dynamic environment.

    • I felt that I had reached a plateau in my previous role and was eager to take on more responsibilities.

    • The company was undergoing significant changes, and I wanted to be part of a more stable and innovative organization.

    • I was looking for a position that aligned more closely with my career goals and pers...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. Few programs for coding
  • Q2. Basics of the coding languages used
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. What was roles and responsibilities in previous company?

Lead Engineer Interview Questions & Answers

Boeing user image ramagiri swathi

posted on 22 Apr 2022

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. The interview questions are completely project based.
  • Q2. The intervierws arw very friendly. If you get stuck they give you some hints which you can catch and complete the answer
  • Q3. Be genuine and tell them the teuth that you dont know the answer or cant recollect it as of now

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn your project well. Be simple and specific
Are these interview questions helpful?
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
No response
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 

(2 Questions)

  • Q1. FHA is performed
  • Q2. Flow of requirements tight from beginning
  • Ans. 

    Flow of requirements should be tight from the beginning to ensure project success.

    • Establish clear and specific requirements from stakeholders

    • Document requirements in a detailed manner

    • Regularly review and update requirements as needed

    • Ensure all team members understand and agree on requirements

  • Answered by AI
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
  • Ans. 

    Reversing a string involves rearranging its characters in the opposite order, a common task in programming.

    • Use built-in functions: In Python, use `s[::-1]` to reverse a string. Example: 'hello' becomes 'olleh'.

    • Iterative approach: Loop through the string from the end to the start and build a new string. Example: 'abc' becomes 'cba'.

    • Recursive method: Define a function that calls itself with a substring until the base cas...

  • Answered by AI
  • 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
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. IOS Questions, Multithreading etc
Round 2 - Technical 

(1 Question)

  • Q1. Swift and SwifUI questions

InterGlobe Aviation Interview FAQs

How many rounds are there in InterGlobe Aviation Senior Consultant interview?
InterGlobe Aviation interview process usually has 2 rounds. The most common rounds in the InterGlobe Aviation interview process are HR and Group Discussion.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Air India Interview Questions
3.5
 • 164 Interviews
Spicejet Interview Questions
3.6
 • 94 Interviews
Boeing Interview Questions
3.9
 • 89 Interviews
Qatar Airways Interview Questions
3.8
 • 60 Interviews
AirAsia Interview Questions
3.6
 • 30 Interviews
British Airways Interview Questions
3.0
 • 29 Interviews
View all
Customer Service Executive
986 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Assistant Manager
522 salaries
unlock blur

₹5.5 L/yr - ₹12 L/yr

Cabin Attendant
492 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Senior Executive
461 salaries
unlock blur

₹3.4 L/yr - ₹8 L/yr

Security Executive
445 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Explore more salaries
Compare InterGlobe Aviation with

Air India

3.5
Compare

Spicejet

3.6
Compare

Air India Sats Airport Services

3.6
Compare

Boeing

3.9
Compare
write
Share an Interview