TravClan interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

TravClan
upvote
share-icon
4 rounds | 7 Coding problems

Interview preparation journey

expand-icon
Journey
My journey has been incredible. Joining Coding Ninjas was one of the best decisions of my life. Coding Ninjas provided me with adequate knowledge to crack the interview and helped me prepare for an actual interview through their guided sessions.
Application story
The process was exciting. It consisted of around four rounds: two technical rounds, one aptitude round, and finally, a personal interview.
Why selected/rejected for the role?
I was selected for this role mainly because of my technical knowledge, but apart from that, one must possess the quality of never giving up.
Preparation
Duration: 6 months
Topics: Data Structure(majorly), Object oriented programming, Algorithms, operating systems, Dynamic Programming
Tip
Tip

Tip 1 : Practice at least 3-4 question daily.
Tip 2 : Do at least 2-3 projects.
Tip 3 : Keep revising.

Application process
Where: Campus
Eligibility: 7 CGPA and above
Resume Tip
Resume tip

Tip 1 : keep it real, do not put false things.
Tip 2 : have some project or prior internship experience.

Interview rounds

01
Round
Hard
Online Coding Interview
Duration60 minutes
Interview date4 Jul 2023
Coding problem2

Test was conducted online at the comfort of my place.

1. Number of Digits

Easy
8m average time
95% success
0/40
Asked in companies
OracleTravClanNewgen Software Technologies Pvt.Ltd

Ninja want to add coding to his skill set so he started learning it. On the first day, he stuck to a problem in which he has given a long integer ‘X’ and had to count the number of digits in it.

Ninja called you for help as you are his only friend. Help him to solve the problem.

EXAMPLE:
Input: 'X' = 2

Output: 1

As only one digit is ‘2’ present in ‘X’ so answer is ‘1’.
Problem approach

Divide num by 10 and keep on adding 1 to the count.

Try solving now

2. Find All Anagrams in a String

Easy
15m average time
85% success
0/40
Asked in companies
IntuitThought WorksAmerican Express

You have been given a string STR and a non-empty string PTR. Your task is to find all the starting indices of PTR’s anagram in STR.

An anagram of a string is another string which contains the same characters and is obtained by rearranging the characters.

For example: ‘SILENT’ and ‘LISTEN’ are anagrams of each other. ‘ABA’ and ‘ABB’ are not anagram because we can’t convert ‘ABA’ to ‘ABB’ by rearranging the characters of particular strings.

Note:

1. Both STR and PTR consist of English uppercase letters.
2. Length of string 'STR' will always be greater than or equal to the length of string ‘PTR’.
3. In case, there is no anagram substring, then return an empty sequence.
4. In case of more than one anagrams, return the indices in increasing order.
Try solving now
02
Round
Medium
Online Coding Interview
Duration60 mins
Interview date4 Jul 2023
Coding problem2

1. Puzzles

Distance time problems.

Pattern problems.

2. Number Pattern 3

Easy
10m average time
80% success
0/40
Asked in companies
HCL TechnologiesIHS MarkitTravClan

A high-security meeting has been arranged. Tables for the delegates and security personnel have been arranged. A total of ‘N’ rows of tables has been set up. The first row has one table, the second row has two, and so on. To ensure maximum security, the tables on either end of each row have been assigned for security personnel each. If there is only one table in a row, it will be assigned to a security personnel. The tables assigned for security personnel will host exactly one security personnel each. All the other tables will host two guests each.

You are given an integer ‘N’, which denotes the number of rows., You are supposed to print the table pattern indicating the number of guests or security personnel at each table. In other words, print the number of people in each table.

For example, if the number of rows are 4, the table pattern is as follows:
1
11
121
1221
Try solving now
03
Round
Easy
Video Call
Duration60 mins
Interview date7 Jul 2023
Coding problem2

1. All Prime Numbers less than or equal to N

Moderate
10m average time
90% success
0/80
Asked in companies
OptumIBMAdobe

You are given a positive integer 'N'. Your task is to return all the prime numbers less than or equal to the 'N'.

Note:

1) A prime number is a number that has only two factors: 1 and the number itself.

2) 1 is not a prime number.
Try solving now

2. N-th Fibonacci Number

Moderate
40m average time
70% success
0/80
Asked in companies
MathworksAmazonOracle

You are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation.

Since the answer can be very large, return the answer modulo 10^9 +7.

Fibonacci number is calculated using the following formula:
F(n) = F(n-1) + F(n-2), 
Where, F(1) = F(2) = 1.
For Example:
For ‘N’ = 5, the output will be 5.
Try solving now
04
Round
Easy
Face to Face
Duration45 mins
Interview date11 Jul 2023
Coding problem1

1. Basic HR Questions

Introduce yourself.

What is your family background?

Your strength and weaknesses.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
Trainee Technology
2 rounds | 5 problems
Interviewed by TravClan
2402 views
0 comments
0 upvotes
company logo
SDE - 1
5 rounds | 6 problems
Interviewed by TravClan
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 4 problems
Interviewed by TravClan
721 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7874 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
9973 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4310 views
1 comments
0 upvotes