Upload Button Icon Add office photos

Filter interviews by

Open Destinations Interview Questions, Process, and Tips

Updated 16 Feb 2025

Top Open Destinations Interview Questions and Answers

Open Destinations Interview Experiences

Popular Designations

9 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Regular aptitude test, multiple choice questions

Round 2 - Technical 

(1 Question)

  • Q1. Difference between interface and abstract class
  • Ans. 

    Interface is a contract for classes to implement, while abstract class can have some implementation.

    • Interface cannot have any implementation, only method signatures.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract class can have both abstract and non-abstract methods.

    • Interfaces are used for achieving multiple inheritance in Java.

    • Example: interface Shape { void draw(); } ab...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Regular questions about corporate working

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (2)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical reasoning, maths, english

Round 2 - One-on-one 

(1 Question)

  • Q1. I dont remember

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (29)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Pattern questions , basic programs

Round 2 - One-on-one 

(1 Question)

  • Q1. Sql question on joints

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Jun 2023. 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 - One-on-one 

(1 Question)

  • Q1. About your previous projects and work experience
Round 3 - One-on-one 

(1 Question)

  • Q1. About technical knowledge
Round 4 - HR 

(1 Question)

  • Q1. About yourself and work details

Support Consultant Interview Questions asked at other Companies

Q1. What is your knowledge about the geography related to Sabre Amadeus?
View answer (1)

Open Destinations interview questions for popular designations

 Operations Executive

 (2)

 Software Developer

 (2)

 Java Developer

 (1)

 Junior Software Developer

 (1)

 Quality Analyst

 (1)

 Senior Software Engineer

 (1)

 Support Consultant

 (1)

Quality Analyst Interview Questions & Answers

user image Renita Ianka Barretto

posted on 24 Apr 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. Technical QA questions were asked by team lead.
  • Q2. STLC Deferred bug

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning and English

Round 2 - One-on-one 

(3 Questions)

  • Q1. PR round with manager
  • Q2. Why do you want to join Open Destinations?
  • Q3. What do you know about Open Destinations?
  • Ans. 

    Open Destinations is a travel technology company specializing in software solutions for the travel industry.

    • Open Destinations provides technology solutions for tour operators, travel agencies, and destination management companies.

    • Their software helps streamline operations, manage bookings, and enhance customer experiences.

    • The company offers products like Travel Studio, Destination Builder, and API Gateway.

    • Open Destinat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answer truly.

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (29)

Jobs at Open Destinations

View all
Round 1 - Technical 

(2 Questions)

  • Q1. What is Java? What is oops concepts?
  • Ans. 

    Java is a high-level, object-oriented programming language used for developing applications and software.

    • Java is platform-independent and can run on any device with a Java Virtual Machine (JVM)

    • It follows the OOPS (Object-Oriented Programming System) concepts such as inheritance, polymorphism, encapsulation, and abstraction

    • Java is used for developing web applications, mobile applications, desktop applications, and games

    • ...

  • Answered by AI
  • Q2. What is threads. Different types of threads? What is interitance . types of inheritance?
  • Ans. 

    Threads are lightweight processes that enable multitasking. Inheritance is a mechanism of creating a new class from an existing class.

    • Threads allow multiple tasks to run concurrently within a single program

    • Types of threads include user threads, daemon threads, and system threads

    • Inheritance allows a new class to inherit properties and methods from an existing class

    • Types of inheritance include single inheritance, multipl

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good thinking about you all participants

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tell about latest c# 10 features
  • Ans. 

    C# 10 introduces features like file-scoped namespaces, global using directives, and interpolated string handlers.

    • File-scoped namespaces allow defining namespaces at the file level instead of wrapping everything in a namespace block.

    • Global using directives simplify the process of importing namespaces across the entire project.

    • Interpolated string handlers enable custom processing of interpolated strings at compile time.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What are the salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

I applied via Naukri.com and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Joining and Project Architecture..C#

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview will be not high level. basic concepts they will focus more

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Interview questions from similar companies

Trade compliance Interview Questions & Answers

Zebra Technologies user image Anonymous

posted on 28 Aug 2021

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Which novel recently you read?
  • Q2. What is your opinion about indo china trade war?

Interview Preparation Tips

Interview preparation tips for other job seekers - As per my observation Interview can be cracked very easily if you are a regular novel reader and sudoku player as there will be an aptitude test. Work experience or knowledge not much asked. I felt like novel reading and aptitude test is only important for them.

Open Destinations Interview FAQs

How many rounds are there in Open Destinations interview?
Open Destinations interview process usually has 2-3 rounds. The most common rounds in the Open Destinations interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Open Destinations 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 Open Destinations. The most common topics and skills that interviewers at Open Destinations expect are Debugging, Interpersonal Skills, Medical Coding, Troubleshooting and Backend.
What are the top questions asked in Open Destinations interview?

Some of the top questions asked at the Open Destinations interview -

  1. What is threads. Different types of threads? What is interitance . types of inh...read more
  2. What do you know about Open Destinatio...read more
  3. What is Java? What is oops concep...read more

Tell us how to improve this page.

Open Destinations Interview Process

based on 8 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

MakeMyTrip Interview Questions
3.7
 • 121 Interviews
Sabre Interview Questions
3.9
 • 34 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
Travelex Interview Questions
3.7
 • 18 Interviews
Cleartrip Interview Questions
3.4
 • 17 Interviews
Cox & Kings Interview Questions
3.7
 • 6 Interviews
View all

Open Destinations Reviews and Ratings

based on 85 reviews

2.7/5

Rating in categories

2.8

Skill development

2.9

Work-life balance

2.1

Salary

2.7

Job security

2.5

Company culture

2.0

Promotions

2.5

Work satisfaction

Explore 85 Reviews and Ratings
Team Manager - Operations

Panaji

5-10 Yrs

₹ 5.5-6.5 LPA

Software Developer

Panaji

2-5 Yrs

₹ 3.5-8.5 LPA

Team Manager

Panaji

3-6 Yrs

Not Disclosed

Explore more jobs
Software Developer
98 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Operations Executive
54 salaries
unlock blur

₹1.5 L/yr - ₹3.2 L/yr

Senior Software Developer
51 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Team Lead
15 salaries
unlock blur

₹4.6 L/yr - ₹10.5 L/yr

Senior Executive Operations
14 salaries
unlock blur

₹2.2 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Open Destinations with

Tavisca Solutions

3.2
Compare

Quadlabs Technologies

3.1
Compare

Travelex

3.6
Compare

Travelport

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