Upload Button Icon Add office photos

Filter interviews by

Swan Tours Interview Questions and Answers

Updated 29 May 2021
Popular Designations

Swan Tours Interview Experiences

2 interviews found

Tour Interview Questions & Answers

user image Anonymous

posted on 29 May 2021

I applied via Campus Placement and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Design itineraries
  • Ans. 

    Designing itineraries requires understanding of the destination, client preferences, and budget.

    • Research the destination thoroughly

    • Consider client preferences and interests

    • Create a balanced itinerary with a mix of activities and downtime

    • Stay within the client's budget

    • Include transportation and accommodation arrangements

    • Provide clear and detailed instructions for each activity

    • Be flexible and prepared for unexpected chan...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and confident

Travel Agent Interview Questions & Answers

user image Twinkle garg

posted on 11 Sep 2018

Interview Questionnaire 

1 Question

  • Q1. Very Good Company for work

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Swan Tours?
Ask anonymously on communities.

Interview questions from similar companies

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

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

  • Q1. Tell me something about Rao Consultants.
  • Ans. 

    Rao Consultants is a leading consultancy firm specializing in providing expert advice and solutions across various industries.

    • Industry Expertise: Rao Consultants has a diverse team with expertise in sectors like finance, healthcare, and technology, ensuring tailored solutions.

    • Client-Centric Approach: They prioritize understanding client needs, exemplified by their customized strategies that have led to significant clie...

  • Answered by AI
  • Q2. How will the visa industry function?
  • Ans. 

    The visa industry facilitates international travel by processing applications, ensuring compliance, and managing regulations.

    • Application Processing: Visa applications are submitted online or in-person, where they are reviewed for eligibility based on the destination country's requirements.

    • Compliance and Regulations: Visa authorities ensure that applicants meet legal requirements, such as financial stability and crimina...

  • Answered by AI

I applied via Referral

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 

It was quite easy, written test,some multiple choice questions

Round 3 - HR 

(2 Questions)

  • Q1. Previous work history, introduction,about fragomen What is your Salary expectations? How you able to manage pressure? What is your commitment to our company?
  • Q2. What is your salary expectations? What is your commitment to company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Average interview just perform well you will get the job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Excel assignment was given
Round 2 - Technical 

(1 Question)

  • Q1. Create a dashboard using Power Bi or Tableau.
  • Ans. 

    Create a dashboard using Power Bi or Tableau

    • Gather relevant data sources for analysis

    • Identify key performance indicators (KPIs) to track

    • Design visually appealing and user-friendly dashboard

    • Utilize interactive features for data exploration

    • Include filters and slicers for customization

    • Consider audience needs and tailor dashboard accordingly

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Aug 2021. There were 5 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 - Aptitude Test 

English

Round 3 - Assignment 

English writing skills

Round 4 - One-on-one 

(1 Question)

  • Q1. Introduction about self
  • Ans. 

    I am a dedicated professional with a passion for problem-solving and a strong background in project management and teamwork.

    • Background: I hold a degree in Business Administration from XYZ University.

    • Experience: I have 3 years of experience in project management at ABC Corp, where I led a team to successfully complete multiple projects.

    • Skills: Proficient in tools like Microsoft Project and Asana, which I used to streaml...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume and your previous experience.

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.
Are these interview questions helpful?

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

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

Guestimates, sql questions

Round 2 - Coding Test 

Sql questions geeks for geeks

Interview Preparation Tips

Interview preparation tips for other job seekers - Not very tough on skillset but grilled on business cases

Swan Tours Interview FAQs

How to prepare for Swan Tours 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 Swan Tours. The most common topics and skills that interviewers at Swan Tours expect are Costing, Holiday Packages, Itinerary, Customer Handling and Interpersonal Skills.

Tell us how to improve this page.

Interview Questions from Similar Companies

Thomas Cook Interview Questions
3.9
 • 62 Interviews
Ixigo.com Interview Questions
3.7
 • 21 Interviews
ClarityTTS Interview Questions
3.5
 • 15 Interviews
P&O Cruises Interview Questions
4.0
 • 11 Interviews
Rao Consultants Interview Questions
4.0
 • 10 Interviews
View all

Swan Tours Reviews and Ratings

based on 6 reviews

4.8/5

Rating in categories

4.8

Skill development

4.6

Work-life balance

4.8

Salary

4.8

Job security

4.6

Company culture

4.8

Promotions

4.6

Work satisfaction

Explore 6 Reviews and Ratings
Executive- SEO

New Delhi

1-3 Yrs

Not Disclosed

Explore more jobs
Compare Swan Tours with

Thomas Cook

3.9
Compare

P&O Cruises

4.0
Compare

American Express Global Business Travel

4.3
Compare

Costa Cruise Lines

4.2
Compare
write
Share an Interview