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 Interview Questions, Process, and Tips

Updated 20 Jan 2025

Top Travclan Technology India Interview Questions and Answers

View all 14 questions

Travclan Technology India Interview Experiences

Popular Designations

52 interviews found

I was interviewed 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

Technical Trainee Interview Questions asked at other Companies

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 the minimum cost required to travel ... read more
View answer (1)

I applied via LinkedIn and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Three levels of selection process:- 1) GD round and Quantitative Aptitude Test (both were easy to clear) 2) Interview with HR 3) Interview with Co-founder.
  • Q2. What does the company do?
  • Q3. What are your goals in life ?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviews were easy to moderate. I was asked general questions about the company and about myself.

Operations Associate Interview Questions asked at other Companies

Q1. How do you get use to bulk of invoices comes at a time and how do you work on it
View answer (7)

Travclan Technology India Interview FAQs

How many rounds are there in Travclan Technology India interview?
Travclan Technology India interview process usually has 3-4 rounds. The most common rounds in the Travclan Technology India interview process are Aptitude Test, Group Discussion and One-on-one Round.
How to prepare for Travclan Technology India 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 Travclan Technology India. The most common topics and skills that interviewers at Travclan Technology India expect are B2B Sales, Client Relationship Management, Business Development, Field Sales and Key Account Management.
What are the top questions asked in Travclan Technology India interview?

Some of the top questions asked at the Travclan Technology India interview -

  1. If a traveller is not able to board the flight due to our mistake then what wil...read more
  2. If X is in north of Y and Y is in south of Q, and Q is in east of Dharambir. Th...read more
  3. Tell me the square root from 11 to 15..?? How is that relevant for job role..??...read more
How long is the Travclan Technology India interview process?

The duration of Travclan Technology India interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Travclan Technology India Interview Process

based on 57 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 749 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
BCD Travel Interview Questions
4.3
 • 111 Interviews
Mobikwik Interview Questions
3.9
 • 47 Interviews
BillDesk Interview Questions
3.2
 • 14 Interviews
Instamojo Interview Questions
3.6
 • 7 Interviews
View all

Travclan Technology India Reviews and Ratings

based on 70 reviews

3.0/5

Rating in categories

3.2

Skill development

2.1

Work-life balance

3.6

Salary

2.6

Job security

2.9

Company culture

3.3

Promotions

2.7

Work satisfaction

Explore 70 Reviews and Ratings
Operations Associate
67 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Associate
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accounts Manager
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Associate
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Travclan Technology India with

Razorpay

3.6
Compare

Paytm

3.3
Compare

Cashfree Payments

3.5
Compare

Instamojo

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