Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Jet2 Travel Technologies Team. If you also belong to the team, you can get access from here

Jet2 Travel Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Jet2 Travel Technologies Interview Questions, Process, and Tips

Updated 5 Dec 2024

Top Jet2 Travel Technologies Interview Questions and Answers

View all 7 questions

Jet2 Travel Technologies Interview Experiences

Popular Designations

10 interviews found

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 Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Data Structures
  • Q2. How is Data pipeline built
  • Ans. 

    Data pipeline is built by extracting, transforming, and loading data from various sources to a destination for analysis and reporting.

    • Data extraction: Collect data from different sources like databases, APIs, logs, etc.

    • Data transformation: Clean, filter, and transform the data to make it usable for analysis.

    • Data loading: Load the transformed data into a destination such as a data warehouse or database for further proce...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have basics strong and Project knowhow

Skills evaluated in this interview

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(3 Questions)

  • Q1. The interviewer showed me a couple of graphs and asked me what I can infer from those(easy). One was a pie chart divided into 3 , asked to calculate the percentage share of the third one given the first tw...
  • Q2. Let's consider a box containing 10 ball s numbered from 1 to 10. What is the probability that the ball you draw out has a number that's a multiple of 2 or 5?
  • Ans. 

    The probability of drawing a ball with a number that is a multiple of 2 or 5 from a box of 10 balls numbered 1 to 10.

    • Calculate the total number of balls that are multiples of 2 or 5 (2, 4, 5, 6, 8, 10)

    • Divide the number of favorable outcomes by the total number of balls in the box (6/10)

    • Simplify the fraction to get the probability (3/5 or 0.6)

  • Answered by AI
  • Q3. Consider a bacterium placed inside a jar. The bacteria in the jar double after each second. The jar is full in the 16th second. When is the jar half full?
Round 2 - HR 

(3 Questions)

  • Q1. Why do you want to work in Data science?
  • Ans. 

    I am passionate about using data to solve complex problems and make informed decisions.

    • Fascinated by the power of data in uncovering insights and patterns

    • Enjoy working with statistics and machine learning algorithms

    • Believe in the potential of data science to drive innovation and improve processes

  • Answered by AI
  • Q2. Have you completed any projects related to data science or ML?
  • Ans. 

    Yes, I have completed a project on predicting customer churn using machine learning algorithms.

    • Developed a predictive model using Python and scikit-learn

    • Performed data preprocessing, feature engineering, and model evaluation

    • Achieved an accuracy of 85% in predicting customer churn

    • Used decision trees, random forests, and logistic regression for modeling

  • Answered by AI
  • Q3. What are your long term goals
  • Ans. 

    My long term goal is to become a senior software engineer and eventually a tech lead, leading a team of developers to create innovative solutions.

    • Continuously improve my technical skills through learning new technologies and best practices

    • Gain experience in different areas of software development such as backend, frontend, and mobile development

    • Work towards obtaining certifications or advanced degrees in computer scien...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was fairly easy. The technical questions asked test your basic understanding of statistics and logical reasoning.

Skills evaluated in this interview

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)
Interview experience
1
Bad
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. What is RPA ?

Interview Preparation Tips

Interview preparation tips for other job seekers - After first round of interview , HR didn't share the feedback. After 1 week i received call again for first round of interview. They don't have opening just ghosting.

RPA Developer Interview Questions asked at other Companies

Q1. What is procedural language and object oriented language? Which one is better? What are the examples of both?
View answer (1)

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Basics of scrum and my experience
  • Q2. Difficult situations i have encountered
  • Ans. 

    Handling conflicts within the development team

    • Addressing communication issues promptly

    • Encouraging open and honest discussions

    • Facilitating team meetings to resolve conflicts

    • Implementing team building activities to improve relationships

  • Answered by AI
  • Q3. Tools ADO or jira

Interview Preparation Tips

Interview preparation tips for other job seekers - I appeared for 2 rounds of interviews. It went fine. Second round interviewers said they will give feedback after the call shortly to he which will be communicated to me. But hr never conveyed the feedback to me. After me asking her she just mentioned u r not selected.

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)

Jet2 Travel Technologies interview questions for popular designations

 Softwaretest Engineer

 (1)

 Junior Software Engineer

 (1)

 Jr. Data Scientist

 (1)

 Scrum Master

 (1)

 Analyst

 (1)

 RPA Developer

 (1)

 Senior Data Engineer

 (1)

 Lead

 (1)

Analyst Interview Questions & Answers

user image Mayank Dongre

posted on 12 May 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Salary Expectations
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain Random forest
  • Ans. 

    Random forest is an ensemble learning method used for classification and regression tasks.

    • Random forest is a collection of decision trees that are trained on random subsets of the data.

    • Each tree in the forest makes a prediction, and the final prediction is the average (regression) or majority vote (classification) of all the trees.

    • Random forest is robust to overfitting and noisy data.

    • It can handle large datasets with h...

  • Answered by AI

Skills evaluated in this interview

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

Lead Interview Questions & Answers

user image Anonymous

posted on 1 Aug 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain process of software development
  • Ans. 

    Software development is the process of creating, designing, testing, and maintaining software applications.

    • Gathering requirements from stakeholders

    • Designing the software architecture

    • Writing code and implementing features

    • Testing the software for bugs and issues

    • Deploying the software for users

    • Maintaining and updating the software as needed

  • Answered by AI

Skills evaluated in this interview

Lead Interview Questions asked at other Companies

Q1. Why should we pay you xx Lakhs?
View answer (1)

Jobs at Jet2 Travel Technologies

View all
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Company Website and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical Questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager round related to company

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2023. There were 5 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 - Aptitude Test 

1st round was written test in which there are 5 section. 1-4 section was MCQ.
1. Apptitude
2. Cloud-based question
3. Data science
4. Python
5. MySQL (subjective)

Round 3 - Technical 

(1 Question)

  • Q1. Asked questions related to resume project and in case of mine asked of research paper that was published by me. Topics that were asked are Statistics, probability, ml, algorithm and it's maths intuition a...
Round 4 - One-on-one 

(1 Question)

  • Q1. This was managerial round, asked all questions from resume so don't write any fake skill project on resume.
Round 5 - HR 

(1 Question)

  • Q1. Decision on salary.........

Jr. Data Scientist Interview Questions asked at other Companies

Q1. Implement a Data Structure for selection of a user in a database based on his username in the fastest way possible. (Python)
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I was interviewed in Apr 2023.

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 - One-on-one 

(1 Question)

  • Q1. 1. Explain any pipeline that you created. 2. Basic sql and python questions. 3. Basic python and sql coding questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Some snowflake concepts. 2. Python theoretical questions.

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

I applied via Approached by Company and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test to check your understanding of UI frameworks and small details about UI.

Round 2 - Technical 

(1 Question)

  • Q1. Regarding Various Frameworks and design principles.
Round 3 - HR 

(1 Question)

  • Q1. Discussion about role and responsibilities and salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good understanding of UI/UX principles

Senior UX Designer Interview Questions asked at other Companies

Q1. Can you describe your approach to a design task and outline your process?
View answer (1)

Jet2 Travel Technologies Interview FAQs

How many rounds are there in Jet2 Travel Technologies interview?
Jet2 Travel Technologies interview process usually has 2-3 rounds. The most common rounds in the Jet2 Travel Technologies interview process are One-on-one Round, Technical and HR.
How to prepare for Jet2 Travel Technologies 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 Jet2 Travel Technologies. The most common topics and skills that interviewers at Jet2 Travel Technologies expect are SQL, Agile, Python, Communication Skills and SQL Server.
What are the top questions asked in Jet2 Travel Technologies interview?

Some of the top questions asked at the Jet2 Travel Technologies interview -

  1. Let's consider a box containing 10 ball s numbered from 1 to 10. What is the p...read more
  2. Consider a bacterium placed inside a jar. The bacteria in the jar double after ...read more
  3. Have you completed any projects related to data science or ...read more
How long is the Jet2 Travel Technologies interview process?

The duration of Jet2 Travel Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Jet2 Travel Technologies Interview Process

based on 12 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 218 Interviews
MakeMyTrip Interview Questions
3.7
 • 122 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
EaseMyTrip.com Interview Questions
3.7
 • 26 Interviews
Airbnb Interview Questions
3.8
 • 23 Interviews
Ixigo.com Interview Questions
3.6
 • 21 Interviews
Cleartrip Interview Questions
3.4
 • 18 Interviews
Goibibo Interview Questions
4.3
 • 6 Interviews
trivago Interview Questions
4.2
 • 2 Interviews
View all

Jet2 Travel Technologies Reviews and Ratings

based on 68 reviews

3.2/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.4

Salary

3.1

Job security

3.1

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 68 Reviews and Ratings
Senior Software Developer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Jet2 Travel Technologies with

MakeMyTrip

3.6
Compare

Yatra

3.4
Compare

Cleartrip

3.4
Compare

Goibibo

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