Upload Button Icon Add office photos

Travelex

Compare button icon Compare button icon Compare

Filter interviews by

Travelex Analyst Interview Questions and Answers

Updated 14 Jun 2024

Travelex Analyst Interview Experiences

2 interviews found

Analyst Interview Questions & Answers

user image CA BHAVESH DAVE

posted on 21 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Process for verifying journal entries
  • Ans. 

    Verification of journal entries involves reviewing supporting documentation, analyzing transactions, and ensuring accuracy.

    • Review supporting documentation such as invoices, receipts, and contracts

    • Analyze transactions to ensure they are recorded correctly in the appropriate accounts

    • Check for accuracy by reconciling balances and verifying calculations

    • Perform a detailed review of journal entries for any errors or inconsis...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Basic details yourself

Analyst Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Tel us something about yourselve
Round 2 - Technical 

(3 Questions)

  • Q1. Outlook is not responding
  • Q2. Printer is not printing
  • Q3. Information required for assignment of the ticket

Interview Preparation Tips

Interview preparation tips for other job seekers - If you get a chance to work with travelex, please go for it, however do not go for the ITSD opening please

Analyst Interview Questions Asked at Other Companies

asked in Capgemini
Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, you ... read more
asked in Deloitte
Q2. Reverse a Number Problem Statement Given an integer 'N', write a ... read more
Q3. A 10x10x10 cube is made up of 1x1x1 cubes. Its outer surface is p ... read more
Q4. Ninja and the Game of Words In this game, Ninja is provided with ... read more
Q5. Good old standard problem: Playing number game with your friend t ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

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

(1 Question)

  • Q1. About the industry

Interview Preparation Tips

Interview preparation tips for other job seekers - Have an idea about the travel industry before you go for the interview.

Interview Preparation Tips

Round: Test
Experience: 1. Rotate a matrix by 90 degrees clockwise.( He asked me have you heard of question.I said Yes.Then he asked me to code)2. Find vertical sum of nodes present in same vertical line in binary tree. ( He again asked me have you heard of question. I have heard it but didn’t remember the approach. It took some time and then I started telling my approach.He aasked me to write code and question regarding get sums from left to right , for which I made use of linked hashmap)
Overall It was very cool for me
Total Questions: 2

Round: Test
Experience: 1.Reverse K blocks of nodes in linked list.There are two interviewers this time, probably, guy was senior he was asking me question.He was very particular in coding. Checked every edge case.and asked me evrything.Initially I told the approach and then started coding.2.Find min in stack in O(1)Pretty straightforward written code.Again he checked all edge cases with my code.3. Then asked about counting sort and its code.4. And a simple question on array sorting.

Round: HR Interview
Experience: I thought this was last round as they have said like.She asked me about my strengths and challenges I faced.How I overcame through it1.Basic question on oops concepts.(runtime polymorphism).
2.Design tables for getting all employees under manager. I screwed it little bit.But some how I got answer which I was not satisfied as well.I was expecting result either yes/no.But they called me for another round of interview may be because of my expected salary which was high compared to my previous.

Round: Technical Interview
Experience: 1.Given “aaabbbccc” it should return “a3b3c3″ in place. Initially I explained brute force approach then he said array has 2n space.I was able to remember approach for quicksort and started explaining after which I grew confident on it.He was satisfied.Questions on time complexity of algo and space complexity discussions.2.Again a question on OOPs.This time I was completely wrong in answering it.I thought interview with yatra was closing for me.He was not satisified much with this.Luckily, there was another round with manager.

Round: Other Interview
Experience: 1.He asked me to find words which are having particular pattern.Then I said it was KMP algo. Can I explain it ?? I started explaining approach, may be he was busy with something, he asked me to write pseudo code.He left the room for 15 mins then he came back I had almost completed the code, which he was satisified.Some basic questions on spring ( my previous work was related to it). Then my expected salary and my position If I got selected in yatra were discussed.

College Name: NA

Interview Questionnaire 

1 Question

  • Q1. Channels of acquisition & there ideal split
  • Ans. 

    The ideal split of acquisition channels depends on the target audience and budget.

    • The split should be based on the channels that have the highest ROI.

    • The target audience should be considered when deciding on the channels.

    • The budget should also be taken into account.

    • Examples of acquisition channels include social media, email marketing, SEO, PPC, and referral marketing.

  • Answered by AI
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 - Group Discussion 

Time and Location discuss in groups

Round 3 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your best and be confident. Answer to the right questions.
Round 1 - Technical 

(1 Question)

  • Q1. Basics of android and java
Round 2 - Coding Test 

Ds related questions

Round 3 - Technical 

(1 Question)

  • Q1. All Android (Java and kotlin)
Round 4 - Behavioral 

(1 Question)

  • Q1. Past projects,android,kotlin
Round 5 - HR 

(1 Question)

  • Q1. About Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared if you want to join in yatra

Interview Questionnaire 

2 Questions

  • Q1. I interviewed for Qlikview Team, So most questions were regarding qlikview.
  • Q2. Some questions were regarding SQL also.
Round 1 - One-on-one 

(2 Questions)

  • Q1. Internal Working Of Hashmap, Java 8 features and two DSA questions one was based on the array and the second one was based on LinkedList. The first interview round was very excellent that's why they conduc...
  • Q2. Detect loop in a LinkedList,
  • Ans. 

    Detect loop in a LinkedList

    • Use two pointers, one moving at twice the speed of the other

    • If there is a loop, the faster pointer will eventually catch up to the slower one

    • If there is no loop, the faster pointer will reach the end of the list

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. System Design HLD and LLD round which was the final round.
  • Q2. HLD and LLD Designing round: Desing Architecture for ChatBot and Company Employee Data Management System.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have Good Practice in DSA and System Desing, Basic and OOPS concept of any One Programming Language should be very clear

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic js question closure, async defer and all
  • Q2. Create autosuggest debounce, pollyfill
  • Ans. 

    Autosuggest debounce is a feature that delays the search suggestions until the user stops typing, and a polyfill is a piece of code that provides functionality that is not natively supported by the browser.

    • Implement a debounce function to delay the autosuggest feature until the user stops typing.

    • Use a polyfill to provide support for the autosuggest feature in browsers that do not natively support it.

    • Example: Implement ...

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. A programming question
  • Q2. React-native architecture and flatlist
  • Q3. Kadanes algorithm
  • Ans. 

    Kadane's algorithm is used to find the maximum subarray sum in an array of integers.

    • Iterate through the array and keep track of the maximum sum ending at each index.

    • At each index, choose between extending the previous subarray or starting a new subarray.

    • Example: For array [-2, 1, -3, 4, -1, 2, 1, -5, 4], the maximum subarray sum is 6 (from index 3 to 6).

  • Answered by AI
  • Q4. Scalablity, performance

Interview Preparation Tips

Interview preparation tips for other job seekers - Advance js topics and programming questions, scalablity and performance optimization

Skills evaluated in this interview

Travelex Interview FAQs

How many rounds are there in Travelex Analyst interview?
Travelex interview process usually has 2 rounds. The most common rounds in the Travelex interview process are Technical and HR.
How to prepare for Travelex Analyst 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 Travelex. The most common topics and skills that interviewers at Travelex expect are HP Data Protector, Relationship Management, Analysis, Excel and Reconciliation.
What are the top questions asked in Travelex Analyst interview?

Some of the top questions asked at the Travelex Analyst interview -

  1. process for verifying journal entr...read more
  2. Information required for assignment of the tic...read more
  3. Outlook is not respond...read more

Tell us how to improve this page.

Travelex Analyst Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Travelex Analyst Salary
based on 96 salaries
₹3.8 L/yr - ₹9 L/yr
8% less than the average Analyst Salary in India
View more details

Travelex Analyst Reviews and Ratings

based on 15 reviews

3.2/5

Rating in categories

2.8

Skill development

3.3

Work-life balance

3.1

Salary

2.2

Job security

3.3

Company culture

2.0

Promotions

2.9

Work satisfaction

Explore 15 Reviews and Ratings
Senior Analyst
111 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
96 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Analyst
62 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Analyst
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Travelex with

Thomas Cook

3.7
Compare

Cox & Kings

3.7
Compare

MakeMyTrip

3.7
Compare

Yatra

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