Upload Button Icon Add office photos
Engaged Employer

i

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

Travclan Technology India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Travclan Technology India Technical Trainee Interview Questions and Answers

Updated 15 Sep 2021

Travclan Technology India Technical Trainee Interview Experiences

1 interview found

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

This round consist of coding as well as mcq questions

  • Q1. 

    Minimum Cost to Destination

    You are given an NxM matrix consisting of '0's and '1's. A '1' signifies that the cell is accessible, whereas a '0' indicates that the cell is blocked. Your task is to compute ...

  • Ans. 

    Find the minimum cost to reach a destination in a matrix with specified rules.

    • Use Breadth First Search (BFS) algorithm to explore all possible paths from the starting point to the destination.

    • Keep track of the cost incurred at each cell and update it as you move through the matrix.

    • Return the minimum cost to reach the destination or -1 if it is unreachable.

    • Consider edge cases such as when the starting point is the desti...

  • Answered by AI
  • Q2. 

    Maximum of All Subarrays of Size k

    Given an array of 'N' non-negative integers and an integer 'K', your task is to find the maximum elements for each subarray of size 'K'.

    Input:

    The first line contains...
  • Ans. 

    Find the maximum elements for each subarray of size 'K' in a given array of non-negative integers.

    • Iterate through the array and maintain a deque to store the indices of elements in decreasing order.

    • Pop elements from the deque if they are out of the current window of size 'K'.

    • The front of the deque will always have the index of the maximum element for the current window.

  • Answered by AI
Round 2 - Face to Face 

(3 Questions)

Round duration - 36 minutes
Round difficulty - Easy

  • Q1. 

    Convert Min Heap to Max Heap Problem Statement

    Given an array representation of a min-heap of size 'n', your task is to convert this array into a max-heap.

    Input:

    The first line of input contains an int...
  • Ans. 

    Convert a given array representing a min-heap into a max-heap.

    • Iterate through the array and swap parent nodes with their children to convert min-heap to max-heap.

    • Maintain the heap property by comparing parent with its children and swapping if necessary.

    • Ensure the final array satisfies the max-heap property where parent nodes are greater than their children.

  • Answered by AI
  • Q2. 

    Sum Between Zeroes Problem Statement

    Given a singly linked list containing a series of integers separated by the integer '0', modify the list by merging nodes between two '0's into a single node. This mer...

  • Ans. 

    Given a singly linked list with integers separated by '0', merge nodes between '0's into a single node with sum of included nodes.

    • Traverse the linked list and keep track of sum between zeroes

    • Merge nodes between zeroes by updating the sum in the merged node

    • Update the linked list by removing the nodes between zeroes

    • Handle edge cases like list starting and ending with '0'

  • Answered by AI
  • Q3. 

    Snake and Ladder Problem Statement

    Given a 'Snake and Ladder' board with N rows and N columns, where positions are numbered from 1 to (N*N) starting from the bottom left, alternating direction each row, f...

  • Ans. 

    Find the minimum number of dice throws required to reach the last cell on a 'Snake and Ladder' board.

    • Create a graph representation of the board with snakes and ladders as edges.

    • Use Breadth First Search (BFS) to find the shortest path from the starting cell to the last cell.

    • Keep track of visited cells and the number of dice throws at each cell.

    • Handle cases where the last cell is unreachable by returning -1.

    • Consider the ...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Trainee Technology in HyderabadEligibility criteriaNoTravClan interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Networking, Database Management System, Operating System, Time Complexity, Compiler design, Machine Learning and Artificial intelligence techniques , recursion with backtracking problems and also graph-related algorithms problemsTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : I practiced a lot of problems related to Data structures on the Coding ninjas platform and other coding platforms.
Tip 2 : If you are stuck somewhere in a problem and want to see reference, first, try to understand the algorithm and then move on to code. 
Tip 3 : Just see the algorithm that is how to approach first and don't try to understand from the code right off the bat, code has finer implementation variation that can be done on your own if you are clear with the algorithm. Also for big product companies, prepare enough problems of graphs and trees as these are the most important topics for interviews.

Application resume tips for other job seekers

Tip 1 : Mention a good level of projects in your resume, and also give a brief detail about each and every project.
Tip 2 : Have at least 1 or 2 good projects from which you know everything involved in the project.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Travclan Technology India?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a algorithms and DP questions

Round 2 - One-on-one 

(1 Question)

  • Q1. System design question on Github
Round 3 - One-on-one 

(1 Question)

  • Q1. Language knowledge test
Round 4 - HR 

(1 Question)

  • Q1. Company culture fit round

Technical Trainee Interview Questions Asked at Other Companies

Q1. Minimum Cost to Destination You are given an NxM matrix consistin ... read more
asked in TO THE NEW
Q2. Find Two Non-Repeating Elements Problem Statement Given an array ... read more
Q3. Maximum of All Subarrays of Size k Given an array of 'N' non-nega ... read more
Q4. Sum Between Zeroes Problem Statement Given a singly linked list c ... read more
asked in Nagarro
Q5. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. About you past experience
  • Q2. How would you help now
  • Ans. 

    I would leverage my skills and experience to provide immediate support and strategic solutions to enhance team performance.

    • Assess current challenges: Conduct a quick analysis of ongoing projects to identify bottlenecks.

    • Collaborate with team members: Facilitate open communication to gather insights and foster teamwork.

    • Implement quick wins: Identify and execute small, impactful changes that can improve efficiency.

    • Provide...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2022. 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 - Aptitude Test 

Basic general knowledge

Round 3 - HR 

(1 Question)

  • Q1. Tell be about ur self
Round 4 - One-on-one 

(1 Question)

  • Q1. Director round is good

Interview Preparation Tips

Interview preparation tips for other job seekers - Salary hike and job position newer grow even u give ur best performances whole year
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Telll me yourself
  • Ans. 

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

    • Background: I graduated with a degree in Business Administration, focusing on project management.

    • Experience: I have worked for two years at XYZ Corp, where I led a team to improve operational efficiency by 20%.

    • Skills: Proficient in data analysis and project management tools like Asana and Trello.

    • I...

  • Answered by AI
  • Q2. Banking related
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Asked regarding Travel management Industries and geography of world ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Personal Introduction and experience, goals, about travel industries and about our BCD travel company
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Tell something about yourself.
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell 5 international airports.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. About your self
  • Q2. About company travel knowledge

Senior Associate Interview Questions & Answers

BCD Travel user image Vishal Kumar Singh

posted on 30 Dec 2024

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

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about your self ?
Round 2 - Technical 

(1 Question)

  • Q1. About my previous work ?

Tell us how to improve this page.

Interview Questions from Similar Companies

BCD Travel Interview Questions
4.3
 • 113 Interviews
Pickyourtrail Interview Questions
3.6
 • 20 Interviews
StayVista Interview Questions
3.0
 • 15 Interviews
ClarityTTS Interview Questions
3.3
 • 15 Interviews
Headout Interview Questions
4.0
 • 13 Interviews
View all
Operations Associate
83 salaries
unlock blur

₹4 L/yr - ₹8.8 L/yr

Accounts Manager
27 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Financial Associate
22 salaries
unlock blur

₹3.8 L/yr - ₹7.8 L/yr

Business Development Associate
15 salaries
unlock blur

₹4.8 L/yr - ₹7.5 L/yr

Business Manager
11 salaries
unlock blur

₹8.5 L/yr - ₹15 L/yr

Explore more salaries
Compare Travclan Technology India with

BCD Travel

4.3
Compare

Satguru Travels and Tour Services

3.0
Compare

AIDA Cruises

3.9
Compare

Country Holidays Travel India

3.9
Compare
write
Share an Interview