Upload Button Icon Add office photos
Engaged Employer

i

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

TravoZone Verified Tick

Compare button icon Compare button icon Compare
-

No reviews yet

i

This rating is based on a small number of reviews, so it may not fully reflect the overall employee experience.

Filter interviews by

TravoZone Interview Questions, Process, and Tips

Updated 22 Oct 2024

TravoZone Interview Experiences

1 interview found

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

I applied via Apna Jobs and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. How to increase the number of Pax in a married segment
  • Ans. 

    To increase the number of Pax in a married segment, offer discounts for booking multiple tickets together.

    • Offer discounts for booking multiple tickets together

    • Promote family or group travel packages

    • Provide incentives for adding additional passengers to existing bookings

  • Answered by AI
  • Q2. A pax want to book a flight from Delhi to London via DXB. However, he will take Cab from DXB to AUH and then will catch the flight to London. How to show connection in Amadeus
  • Ans. 

    To show the connection in Amadeus, create a multi-city itinerary with separate segments for each leg of the journey.

    • Create a multi-city itinerary in Amadeus with the following segments: DEL-DXB, DXB-AUH, AUH-LHR.

    • Ensure that there is enough layover time between the flights to account for the cab ride from DXB to AUH.

    • Enter the passenger's details and preferences for each segment of the journey.

    • Confirm the booking and pro...

  • Answered by AI
  • Q3. A Pax want to find the minimum tine needed to travel between 2 terminals of an airport. What is the command for the same in Amadeus & Sabre
  • Ans. 

    The command to find the minimum time needed to travel between 2 terminals in Amadeus is TTP/T1T2 and in Sabre is TTP/T1T2.

    • In Amadeus, the command is TTP/T1T2 where T1 and T2 are the terminal codes of the departure and arrival terminals respectively.

    • In Sabre, the command is TTP/T1T2 where T1 and T2 are the terminal codes of the departure and arrival terminals respectively.

  • Answered by AI
  • Q4. How do you ensure accuracy when entering date in ticketing system
  • Ans. 

    Accuracy is ensured by double-checking dates, using calendar tools, and verifying with customers.

    • Double-check dates before finalizing ticket issuance

    • Use calendar tools to avoid errors in date entry

    • Verify dates with customers to ensure accuracy

  • Answered by AI
  • Q5. Are you familiar with IATA Easy Pay Procced with the command to issue the ticket

Interview Preparation Tips

Interview preparation tips for other job seekers - Some most basis question were also asked.
Hybrid Job they have so was Ok with me

Airline Ticketing Executive Interview Questions asked at other Companies

Q1. A pax want to book a flight from Delhi to London via DXB. However, he will take Cab from DXB to AUH and then will catch the flight to London. How to show connection in Amadeus
View answer (1)

Interview questions from similar companies

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

(2 Questions)

  • Q1. GDS Commands
  • Q2. Airline Terminals and Airport Codes
Round 2 - Coding Test 

Sabre Commands to Check Availability

Round 3 - Coding Test 

Blocking and Booking Tickets

Round 4 - Coding Test 

Commands to Check Fare rules

Round 5 - Coding Test 

Checking Availability

Round 6 - Coding Test 

Infant and Child title

Round 7 - Technical 

(2 Questions)

  • Q1. About Airport Terminals
  • Q2. About Encode and Decode in GDS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Design a minimum stack that supports the following operations: push, pop, top, and retrieving the minimum element in constant time.
  • Ans. 

    Design a stack that supports push, pop, top, and retrieving minimum element in constant time.

    • Use two stacks - one to store the actual elements and another to store the minimum values encountered so far

    • When pushing an element, check if it is smaller than the current minimum and if so, push it to the minimum stack

    • When popping an element, check if it is the current minimum and if so, pop from the minimum stack as well

    • Top ...

  • Answered by AI
  • Q2. Given an integer array of size n, find the maximum circular subarray sum. A circular array means that the end of the array connects back to the beginning. The solution should consider both the non-circular...
  • Ans. 

    Find the maximum circular subarray sum in an integer array.

    • Calculate the non-circular maximum subarray sum using Kadane's algorithm.

    • Calculate the circular maximum subarray sum by subtracting the minimum subarray sum from the total sum.

    • Compare the non-circular and circular maximum subarray sums to get the overall maximum sum.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MakeMyTrip Software Developer interview:
  • stack
  • kadane's algorithm
Interview preparation tips for other job seekers - A solid approach to preparing for data structures and algorithms (DSA) is to use LeetCode as a primary resource.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test was easy, had 5 dsa questions. I solved them all.

Round 2 - One-on-one 

(1 Question)

  • Q1. Write an efficient code to dump large amount of data.
  • Ans. 

    Use parallel processing and efficient data structures to dump large data efficiently.

    • Utilize parallel processing to divide the data into smaller chunks and process them simultaneously.

    • Implement efficient data structures like arrays, hashmaps, or trees to store and retrieve the data quickly.

    • Optimize the code for memory usage and processing speed to handle large amounts of data efficiently.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently interviewed with tbo.com, and I must say that it was one of the worst interview experiences I've ever had. Having given over 20 interviews in my career, this one left me feeling undervalued and frustrated. I want to share this so future candidates can be better prepared and so that the company can improve its process.

The key issues I encountered:

1. Lack of Professionalism:
The interviewer didn't introduce herself and didn’t turn her camera on, which immediately set a tone of detachment. I expected a more respectful and engaging interaction, especially from a company of this size.


2. Rushed Process:
From the moment the interview started, it felt like the interviewer was in a hurry. She asked me to explain my project but didn’t give me enough time to properly respond. She quickly moved on to the coding question, expecting immediate answers without providing proper context or details.


3. Poor Problem Explanation:
The technical question was vague, and the interviewer provided insufficient guidance. I assumed this was a DSA round based on the problem, so I explained an API chunking solution. She then abruptly stopped me and said it should be an executable file. This key detail had not been communicated clearly beforehand, which caused unnecessary confusion.


4. Lack of Technical Competence:
To my surprise, the interviewer seemed unfamiliar with programming concepts and couldn’t even read my code properly. Her inability to engage in technical discussions made me question her expertise. It felt like I was speaking to someone with very little experience in software development, which was disappointing for a senior-level interview.


5. Rude and Arrogant Attitude:
The interviewer displayed a rude and arrogant attitude throughout the process. She interrupted frequently, offered no constructive feedback, and was dismissive of my efforts. When I requested feedback on my approach, she simply told me to ask HR for further clarification, which was unhelpful.
Suggestions for Improvement:

Interviewers should introduce themselves and engage respectfully with candidates to create a professional atmosphere.

Ensure that interviewers are qualified to assess candidates on a technical level, especially for senior positions.

Provide clearer instructions and requirements upfront, so candidates know exactly what’s expected of them.

Constructive feedback should be given during or at the end of the interview to help candidates learn and grow.


Overall, this experience made me question the quality of hiring processes at tbo.com. I hope the company takes these points seriously and improves the way they conduct interviews. A company’s reputation is reflected not just in its products but also in how it treats potential employees during recruitment.

Skills evaluated in this interview

Security Engineer - Product Security Interview Questions & Answers

Traveloka user image Anonymous

posted on 19 Oct 2024

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. JWT security and testing methodologies
  • Q2. Same-origin policy cors and in depth level
  • Q3. General security concepts in manual code review
  • Ans. 

    Manual code review involves analyzing code for security vulnerabilities using general security concepts.

    • Identifying potential security vulnerabilities in the code

    • Checking for input validation to prevent injection attacks

    • Reviewing authentication and authorization mechanisms

    • Ensuring secure coding practices are followed

    • Looking for sensitive data exposure

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. General Security concepts
  • Q2. Scenario based questions in terms of dealing with dev teams
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is ratio analysis
  • Ans. 

    Ratio analysis is a financial tool used to evaluate a company's performance by analyzing relationships between financial variables.

    • Ratio analysis involves comparing different financial ratios to assess a company's financial health and performance.

    • It helps in identifying trends, strengths, weaknesses, and potential areas of improvement.

    • Common ratios used in ratio analysis include liquidity ratios, profitability ratios, ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
More than 8 weeks
Result
Selected Selected
Round 1 - Case Study 

About Coco Cola Marketing Strategies

Round 2 - Technical 

(2 Questions)

  • Q1. Regarding Seo, Console
  • Q2. Explain GA4, how it is more useful.
  • Ans. 

    GA4 is the latest version of Google Analytics, offering more advanced features and insights for better tracking and analysis.

    • GA4 provides a more user-centric approach to tracking, focusing on individual user behavior across devices and platforms.

    • It offers enhanced event tracking capabilities, allowing for more detailed analysis of user interactions on a website or app.

    • GA4 includes machine learning capabilities for pred...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Must Go without a doubt
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Case Study 

Sample questions based on general knowledge in english like reading comprehension and situation reasoning

Round 2 - Group Discussion 

They asked Very basic and Normal topics

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why you want to join in sales company

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are really have passionate in sales,this will fit for you
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Technical questions related to airline

Interview Preparation Tips

Interview preparation tips for other job seekers - good environment and work-balanced.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. What is your name?
  • Ans. 

    My name is John Smith.

    • My first name is John.

    • My last name is Smith.

    • I go by the name John Smith.

  • Answered by AI
  • Q2. Your branch in college?
  • Ans. 

    I majored in Business Administration with a focus on Operations Management.

    • Studied courses like Supply Chain Management, Production Planning, and Inventory Control

    • Participated in case competitions related to optimizing production processes

    • Completed internships at manufacturing companies to gain hands-on experience

  • Answered by AI
  • Q3. What is your fathers name?
  • Ans. 

    My father's name is John Smith.

    • His first name is John.

    • His last name is Smith.

    • He goes by the name John Smith.

    • He is known as Mr. Smith in his workplace.

  • Answered by AI
  • Q4. Write a sql code for having
  • Ans. 

    SQL code for having clause

    • Use the HAVING clause to filter groups based on aggregate functions

    • It is used with the GROUP BY clause

    • Example: SELECT department, AVG(salary) FROM employees GROUP BY department HAVING AVG(salary) > 50000;

  • Answered by AI
  • Q5. What is the difference between where and having
  • Ans. 

    WHERE is used to filter rows before grouping or aggregating, while HAVING is used to filter groups after grouping or aggregating.

    • WHERE is used with SELECT, UPDATE, DELETE statements to filter rows based on a condition

    • HAVING is used with GROUP BY clause to filter groups based on a condition

    • WHERE is applied before the grouping operation, while HAVING is applied after the grouping operation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - notting very simple to join this company

Skills evaluated in this interview

TravoZone Interview FAQs

How many rounds are there in TravoZone interview?
TravoZone interview process usually has 1 rounds. The most common rounds in the TravoZone interview process are One-on-one Round.
How to prepare for TravoZone 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 TravoZone. The most common topics and skills that interviewers at TravoZone expect are MICE, Air Ticketing, Business Development, Client Relationship Management and Communication Skills.
What are the top questions asked in TravoZone interview?

Some of the top questions asked at the TravoZone interview -

  1. A pax want to book a flight from Delhi to London via DXB. However, he will take...read more
  2. A Pax want to find the minimum tine needed to travel between 2 terminals of an ...read more
  3. How to increase the number of Pax in a married segm...read more

Tell us how to improve this page.

People are getting interviews through

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

Interview Questions from Similar Companies

Pickyourtrail Interview Questions
3.7
 • 20 Interviews
StayVista Interview Questions
3.0
 • 13 Interviews
P&O Cruises Interview Questions
4.2
 • 10 Interviews
Traveloka Interview Questions
4.0
 • 8 Interviews
WanderOn Interview Questions
4.5
 • 5 Interviews
Intermiles Interview Questions
3.4
 • 5 Interviews
Utazzo.com Interview Questions
4.8
 • 3 Interviews
JustWravel Interview Questions
4.0
 • 3 Interviews
View all
Compare TravoZone with

Country Holidays Travel India

4.3
Compare

P&O Cruises

4.2
Compare

TFG Vacations

4.3
Compare

Veena world

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