Upload Button Icon Add office photos

Filter interviews by

Ebixcash World Money Interview Questions and Answers for Experienced

Updated 24 Dec 2024

Ebixcash World Money Interview Experiences for Experienced

Popular Designations

4 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - HR 

(5 Questions)

  • Q1. HR technical ohthrs one one round
  • Ans. 

    Your name ans my name is beauty shekina kalet

  • Answered by softbluefish
  • Q2. About ypur slef and your from are sety in bangalore
  • Ans. I am beauty shekina kalet i reading in12th i am 23 yrears old my hometwon is raipur now setay in bangalore in mahadevpura.ring
  • Answered by softbluefish
  • Q3. Salary expect now and last salary in yours anyboday refar you which location are want is 20000
  • Ans. 

    15000 9 00food intaxa 25000and now I expect around 19000 to 22000

  • Answered by softbluefish
  • Q4. Are doing in full.time job.
  • Ans. 

    Yes I am doing full time job

  • Answered by softbluefish
  • Q5. This comeny is 1.in baganlor if you do best time in this comeny
Round 3 - Technical 

(1 Question)

  • Q1. Is ok come to morning.
Round 4 - Aptitude Test 

Aer you attan the call.handiles the customer call ok.

Interview Questionnaire 

1 Question

  • Q1. WHY ARE YOU LEAVING YOUR PREVIOUS COMPANY ?

Interview Preparation Tips

Interview preparation tips for other job seekers - How will you achieve your daily target?

Area / Territory Manager Interview Questions asked at other Companies

Q1. There are 3 successive processes A,B,C in the production. You have 46 people in total. At A, person can process 150units/hr, at B 30units/hr and at C 450units/hr. Tell me how would you divide your workforce?
View answer (1)

I applied via Walk-in and was interviewed before Oct 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Why are leaving your previous Company?
  • Q2. For Career Growth and Unique Acknowledgement..

Interview Preparation Tips

Interview preparation tips for other job seekers - How will you achieve your daily target? What will be your Agenda??

Area / Territory Manager Interview Questions asked at other Companies

Q1. There are 3 successive processes A,B,C in the production. You have 46 people in total. At A, person can process 150units/hr, at B 30units/hr and at C 450units/hr. Tell me how would you divide your workforce?
View answer (1)

I applied via Referral and was interviewed before Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How many year of experience in forex field
  • Q2. Regarding of qualifications

Interview Preparation Tips

Interview preparation tips for other job seekers - I could have completed my degree

Senior Executive Interview Questions asked at other Companies

Q1. If oneday the men power is very less due to some problem and lode is more that day as a senior Exucative, how will u handle your team ?
View answer (56)

Ebixcash World Money interview questions for popular designations

 Area / Territory Manager

 (2)

 Relationship Officer

 (1)

 Web Developer

 (1)

 Cashier

 (1)

 Digital Officer

 (1)

 Senior Accounts Executive

 (1)

 Customer Executive

 (1)

 Senior Executive

 (1)

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Palindrome String Validation

    Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols.

    Note:
    The string 'S' should be evaluated in a case...
  • Ans. 

    The task is to check whether a given string is a palindrome or not, considering only alphabets and numbers and ignoring symbols and whitespaces.

    • Convert the string to lowercase and remove all symbols and whitespaces.

    • Reverse the modified string and compare it with the original string.

    • If they are equal, then the string is a palindrome.

    • If not, then the string is not a palindrome.

  • Answered by AI
  • Q2. 

    Square Root (Integral) Problem Statement

    Given a number N, calculate its square root and output the integer part only.

    Example:

    Input:
    18
    Output:
    4
    Explanation:

    The square root of 18 is approximate...

  • Ans. 

    The task is to find the integral part of the square root of a given number.

    • Use the built-in square root function to find the square root of the number.

    • Convert the result to an integer by rounding down or using the floor function.

    • Print the integer part of the square root as the output.

  • Answered by AI
  • Q3. 

    Min Steps to One Using Dynamic Programming

    Given a positive integer N, your task is to determine the minimum number of steps required to reduce N to 1.

    Allowed Operations:

    1) Subtract 1 from it: n = n -...
  • Ans. 

    The task is to find the minimum number of steps required to reduce a positive integer to 1 using three given operations.

    • Use dynamic programming to solve the problem efficiently.

    • Create an array to store the minimum steps required for each number from 1 to N.

    • Iterate from 2 to N and calculate the minimum steps for each number based on the three operations.

    • Return the minimum steps for N.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

They started Fundamentals of OOP- Inheritance, Polymorphism

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array.

    Example:

    Input:
    array = [34, -50, 42, 14, -5, 86]
    Out...
  • Ans. 

    The maximum sum of any contiguous subarray in an array is found using Kadane's algorithm in O(N) time.

    • Initialize two variables, maxSum and currentSum, both set to the first element of the array.

    • Iterate through the array from the second element.

    • For each element, update currentSum by adding the element to it.

    • If currentSum becomes negative, reset it to 0.

    • If currentSum is greater than maxSum, update maxSum.

    • After iterating ...

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Medium

Some people had two HR interviews but I only had one and interview went up till 11:30 pm and you get only 5-10 minutes to prepare for HR on Zoom

Interview Preparation Tips

Eligibility criteria7 cgpaMasterCard interview preparation:Topics to prepare for the interview - DBMS, Data Structures and Algorithms , OOP, Maths puzzles, Aptitude , CN, OSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Solve atleast 200 problems
Tip 2 : Focus on all data structures 
Tip 3 : Build some good projects

Application resume tips for other job seekers

Tip 1 : Keep it precise and concise.
Tip 2 : Build your resume yourself according your skills

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Feb 2022. There were 3 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 - Assignment 

Market entry case of an airline cobrand card

Round 3 - Case Study 

Estimate the size of tea market in india

Interview Preparation Tips

Interview preparation tips for other job seekers - Case based interview process wi the no prior knowledge of fintech needed atleast for campus selections

I applied via Approached by company and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Case Study 

Quant focussed Case Study (be prepared for calculations)

Round 2 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be quick and accurate with calculations

I applied via Naukri.com and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. More about my technical side.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay connected with good data which may help in current situation for interview process.

I applied via Company Website and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Typical get to know you and behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - More like a conversation so try to relax

I applied via Naukri.com and was interviewed in Feb 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About the project, Spring concepts, core Java, JUnits etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, know what you are speaking, clear your mind before the interview and get your thoughts together.

Ebixcash World Money Interview FAQs

How many rounds are there in Ebixcash World Money interview for experienced candidates?
Ebixcash World Money interview process for experienced candidates usually has 4 rounds. The most common rounds in the Ebixcash World Money interview process for experienced candidates are Resume Shortlist, HR and Technical.
How to prepare for Ebixcash World Money interview for experienced candidates?
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 Ebixcash World Money. The most common topics and skills that interviewers at Ebixcash World Money expect are Troubleshooting, Debugging, Linux Administration, Oracle and CCTV Monitoring.
What are the top questions asked in Ebixcash World Money interview for experienced candidates?

Some of the top questions asked at the Ebixcash World Money interview for experienced candidates -

  1. Salary expect now and last salary in yours anyboday refar you which locatio...read more
  2. What are the benefits for using cachi...read more
  3. Hr was good helped me to pass the interviewhe saidto agree to all the requireme...read more

Tell us how to improve this page.

Ebixcash World Money Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

PhonePe Interview Questions
4.0
 • 306 Interviews
PayPal Interview Questions
3.9
 • 212 Interviews
HighRadius Interview Questions
2.8
 • 186 Interviews
Fiserv Interview Questions
3.0
 • 175 Interviews
Razorpay Interview Questions
3.6
 • 154 Interviews
MasterCard Interview Questions
3.9
 • 139 Interviews
CapitalOne Interview Questions
3.6
 • 79 Interviews
Rupeek Interview Questions
3.7
 • 62 Interviews
FNZ Interview Questions
2.5
 • 29 Interviews
View all

Ebixcash World Money Reviews and Ratings

based on 158 reviews

3.8/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.2

Salary

3.6

Job security

3.4

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 158 Reviews and Ratings
Executive
48 salaries
unlock blur

₹1.4 L/yr - ₹3.2 L/yr

Operations Executive
46 salaries
unlock blur

₹1.5 L/yr - ₹3.6 L/yr

Assistant Manager
38 salaries
unlock blur

₹2.3 L/yr - ₹5 L/yr

Senior Executive
32 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Analyst
23 salaries
unlock blur

₹3.1 L/yr - ₹4.7 L/yr

Explore more salaries
Compare Ebixcash World Money with

Fiserv

3.0
Compare

PhonePe

4.0
Compare

HighRadius

2.8
Compare

Broadridge Financial Solutions

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