Upload Button Icon Add office photos

Filter interviews by

Orange Tours & Travels Interview Questions and Answers

Updated 10 Feb 2020

Orange Tours & Travels Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. How fair you are dealing with women's?
  • Ans. 

    I am fair and unbiased in my dealings with women.

    • I treat women with respect and equality.

    • I ensure that women have equal opportunities for growth and development.

    • I listen to women's concerns and address them appropriately.

    • I promote a safe and inclusive work environment for women.

    • I advocate for gender diversity and inclusion in the workplace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Talent is key point for hiring employees, must see those qualification not depending on references,
even though references are good we can move onto that when the person is smart at work.
thank you.

Junior HR Executive Interview Questions asked at other Companies

Q1. What do you know about the flow of HR Process ?
View answer (1)

Interview questions from similar companies

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

(2 Questions)

  • Q1. WALK ME TO YOUR RESUME
  • Q2. WHAT DO YOU DO IN YOUR PREVIOUS JOB?
Round 2 - HR 

(2 Questions)

  • Q1. No further action taken
  • Q2. Status will be important to us

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply young if your reach my age they will not accept you. Discrimination on how I feel. I borrowed money for an interview and yet I got frustrated on their email that someone is better than you and we're not hiring with the age like you.

I applied via Campus Placement and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Round 1 was online MCQ test which has question from aptitude and logical reasoning.
  • Q2. Round 2 was technical round in which they have asked 2 question: 1. Triplet sum question. 2. Implement getmin () in stack in O(1) time and space.
  • Q3. Round 3 was also a technical round we have discussed about our projects and then they have asked two puzzle.
  • Q4. Round 4 was HR round and company CTO was taking this round he has asked some usual HR question and then he asked which is your favourite app.
  • Q5. I was not selected. They have not selected anyone from our college. There was three students in last round but no one was selected

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident especially in CTO round.

I appeared for an interview in Aug 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Timing was fine - It was in the afternoon
Interviewer was friendly and helpful

  • Q1. 

    Find Duplicates in an Array

    Given an array ARR of size 'N', where each integer is in the range from 0 to N - 1, identify all elements that appear more than once.

    Return the duplicate elements in any orde...

  • Ans. 

    Find duplicates in an array of integers within a specified range.

    • Iterate through the array and keep track of the count of each element using a hashmap.

    • Return elements with count greater than 1 as duplicates.

    • Handle edge cases like empty array or no duplicates found.

    • Example: For input [0, 3, 1, 2, 3], output should be [3].

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

- Timing was fine - Afternoon
- Interviewer was friendly

  • Q1. How would you design a caching library?
  • Ans. 

    Designing a caching library involves considering data storage, retrieval, expiration policies, and cache invalidation strategies.

    • Define the caching requirements such as data size, access patterns, and expiration policies.

    • Choose a suitable data structure for caching like LRU, LFU, or a simple key-value store.

    • Implement cache eviction policies to handle memory constraints and optimize performance.

    • Consider thread safety an...

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

- Timing was fine - Afternoon
- Interviewer was friendly

  • Q1. What is the number of edges in a 10x10 cube?
  • Ans. 

    A 10x10 cube has 600 edges.

    • A cube has 12 edges, so a 10x10 cube would have 12 edges on each of its 6 faces.

    • 12 edges x 6 faces = 72 edges for the entire cube.

    • However, each edge is shared by two faces, so we need to divide by 2 to get the total number of unique edges.

    • 72 edges / 2 = 36 unique edges on the outer surface of the cube.

    • Since the cube has 10x10x10 = 1000 unit cubes, each with 12 edges, we need to subtract the e...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Senior Software Engineer in GurgaonEligibility criteriaGood professional experienceixigo interview preparation:Topics to prepare for the interview - iOS Development, Software Architecture, Protocol Oriented programming, System Design, Data StructuresTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Be confident
Tip 2 : Be always ready for white board coding
Tip 3 : Brush up your basics

Application resume tips for other job seekers

Tip 1 : Resume should not be more than 1 page long
Tip 2 : Write down your technical skills, Frameworks

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. To find the kth minimum element from BST
  • Ans. 

    To find the kth minimum element from a Binary Search Tree (BST)

    • Perform an in-order traversal of the BST to get elements in sorted order

    • Return the kth element from the sorted list

    • Time complexity: O(n) where n is the number of nodes in the BST

  • Answered by AI
  • Q2. Basic OOPs question like inheritance encapsulation
Round 2 - Technical 

(2 Questions)

  • Q1. In a BST two numbers are swapped find swapped nos.
  • Ans. 

    To find swapped numbers in a BST, perform inorder traversal and keep track of previous node.

    • Perform inorder traversal of the BST

    • Keep track of the previous node while traversing

    • If at any point, the current node's value is less than the previous node's value, those are the swapped numbers

  • Answered by AI
  • Q2. What you did in college projects
Round 3 - One-on-one 

(2 Questions)

  • Q1. Puzzles: find the fastest 3 horses in 25 horse race with a race and 5 horses can be run at a time
  • Q2. Weakness and strength. how a friend will describe you

Interview Preparation Tips

Topics to prepare for Ixigo.com Software Engineer interview:
  • java
  • dsa
  • puzzle
  • tree
Interview preparation tips for other job seekers - DSA and system design are needed

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

ClarityTTS user image ronald chrishton

posted on 25 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview before Feb 2023.

Round 1 - Aptitude Test 

Bsaic questions about python and other

Round 2 - Coding Test 

Python basic questions

Round 3 - Technical 

(1 Question)

  • Q1. Case studies and technical questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Coding Test 

Written and programming tests for problem statements.

Round 2 - Assignment 

You can select any industry-related problem and develop a project based on it.

Round 3 - Aptitude Test 

Some logical problems will be provided and need to be solved.

Round 4 - HR 

(1 Question)

  • Q1. HR will take personal interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

Percentage, Profit & Loss,

Round 2 - Coding Test 

List, for loop, try-except block, Recursion, Sort the numbers without using inbuilt functions

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

One hour for date-time serialization.

Round 2 - Coding Test 

1 hour
pattern program

Interview Preparation Tips

Interview preparation tips for other job seekers - Get some knowledge on some framework and also some advance technologies too.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test and a three-hour examination on fundamentals of programming languages, databases, and machine learning.

Tell us how to improve this page.

Orange Tours & Travels Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Ixigo.com Interview Questions
3.6
 • 21 Interviews
ClarityTTS Interview Questions
4.1
 • 15 Interviews
ATPI Interview Questions
4.0
 • 7 Interviews
Intermiles Interview Questions
3.4
 • 5 Interviews
View all

Orange Tours & Travels Reviews and Ratings

based on 27 reviews

3.4/5

Rating in categories

3.6

Skill development

3.3

Work-life balance

2.8

Salary

3.7

Job security

3.6

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 27 Reviews and Ratings
Call Center Executive
7 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

Operations Executive
6 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Customer Care Executive
5 salaries
unlock blur

₹1.4 L/yr - ₹2 L/yr

Driver
4 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

BPO Executive
4 salaries
unlock blur

₹2.1 L/yr - ₹2.2 L/yr

Explore more salaries
Compare Orange Tours & Travels with

Costa Cruise Lines

4.2
Compare

Carzonrent

3.5
Compare

Fragomen Immigration Services

3.7
Compare

Teletext Holidays

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