Upload Button Icon Add office photos

Filter interviews by

Ebix Payment Services Associate Programmer Analyst Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Technical questions on corporate actions, call and put options, crystallization process

Interview Preparation Tips

Interview preparation tips for other job seekers - study well on corporate actions, journal entries on accruals, prepayments, crystallization, performance fees etc

I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 2 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 - Technical 

(2 Questions)

  • Q1. Hedge Fund accounting : Accrual accounting Entries , Equities , bonds & type of funds & derivatives
  • Q2. Nav impacts , securities calculation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with strong Technical knowledge and cool attitude

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The round consisted of 3 coding Questions and 20 Technical MCQs.

  • Q1. 

    Connect Ropes Problem Statement

    Given a number of ropes denoted as 'N' and an array containing the lengths of these ropes, your task is to connect the ropes into one single rope. The cost to connect two r...

  • Ans. 

    The task is to find the minimum cost required to connect all the ropes by summing their lengths.

    • Iterate through the ropes and connect the two shortest ropes at each step to minimize cost

    • Use a priority queue to efficiently find the shortest ropes

    • Keep track of the total cost as you connect the ropes

    • Example: For input [4, 3, 2, 6], connect 2 and 3 (cost 5), then connect 4 and 5 (cost 9), then connect 9 and 6 (cost 15) for

  • Answered by AI
  • Q2. 

    Idempotent Matrix Verification

    Determine if a given N * N matrix is an idempotent matrix. A matrix is considered idempotent if it satisfies the following condition:

    M * M = M

    Input:

    The first line cont...
  • Ans. 

    Check if a given matrix is idempotent by verifying if M * M = M.

    • Iterate through the matrix and multiply it with itself to check if it equals the original matrix.

    • If the condition M * M = M is satisfied, then the matrix is idempotent.

    • If the condition is not satisfied, then the matrix is not idempotent.

  • Answered by AI
  • Q3. 

    Sum of LCM Problem Statement

    Given an integer 'N', calculate and print the sum of the least common multiples (LCM) for each integer from 1 to N with N.

    The sum is represented as:
    LCM(1, N) + LCM(2, N) + ....

  • Ans. 

    Calculate and print the sum of least common multiples (LCM) for each integer from 1 to N with N.

    • Iterate from 1 to N and calculate LCM of each number with N

    • Add all the calculated LCM values to get the final sum

    • Return the sum for each test case

  • Answered by AI
Round 2 - Coding Test 

Round duration - 120 minutes
Round difficulty - Medium

This round is a Long Coding Round. Every Candidate was assigned with a mentor who guides them, We were given a real-life scenario for which we have to construct a database with required tables. We should draw an ER Diagram to demonstrate the Database. After the Database Completion, We have to Start Coding the Application. The Design(like Placing the button or background colour) is not given much importance. They mainly test the practical knowledge of candidates in OOPS and expertise in a C, C++, Java, Android or any other language were OOPS Concepts can be applied.

Round 3 - Video Call 

(1 Question)

Round duration - 180 Minutes
Round difficulty - Medium

This Round is a technical Interview. I was asked Questions to test my Technical Knowledge.

  • Q1. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an array of 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of 0s, 1s, and 2s while iterating through the array.

    • Swap elements based on the values encountered to sort the array in-place.

    • Time complexity of the algorithm should be O(N) where N is the size of the array.

  • Answered by AI
Round 4 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in ChennaiEligibility criteria7 CGPAMr. Cooper interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Dynamic Programming, OOPS, Database Management SystemTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Do Atleast 2 Projects
Tip 2 : Be Strong in what you have in your resume
Tip 3 : Be Confident and Polite

Application resume tips for other job seekers

Tip 1 : Keep it Short to one or two pages
Tip 2 : Keep it standout..as it is what projects you uniquely.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Mar 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 

Testing your basic accounting skills

Round 3 - Technical 

(1 Question)

  • Q1. Face to face tech round
Round 4 - One-on-one 

(1 Question)

  • Q1. With the VP/HOD a normal one o one

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall not a good management but if you get a good client you can learn a lot else you learn nothing.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2022. There were 3 interview rounds.

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 - Aptitude Test 

Basic Logical reasoning test and financial concepts know how.

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is beta in DCF?
  • Ans. 

    Beta in DCF is a measure of a stock's volatility in relation to the overall market.

    • Beta is a numerical value that measures the volatility of a stock compared to the market as a whole.

    • A beta of 1 indicates that the stock's price will move with the market.

    • A beta greater than 1 indicates the stock is more volatile than the market, while a beta less than 1 indicates the stock is less volatile.

    • For example, a stock with a be...

  • Answered by AI
  • Q2. How does decreasing depreciation effect all three financial statements?
  • Ans. 

    Decreasing depreciation impacts all three financial statements differently.

    • Income statement: Decreasing depreciation will result in higher net income as expenses are reduced.

    • Balance sheet: Decreasing depreciation will lead to higher total assets and equity due to lower accumulated depreciation.

    • Cash flow statement: Decreasing depreciation will increase cash flow from operations as net income increases.

    • Example: If deprec...

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

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

General Apti Test with easy quants, logical and verbal questions. Last section had finance question

Round 3 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. General Accounting questions
  • Q3. Guestimate Questions
  • Q4. About Work Experience

Interview Preparation Tips

Topics to prepare for TresVista Associate interview:
  • US GAAP
  • Accounting
  • Finance
Interview preparation tips for other job seekers - Don't apply or accept job offers from TresVista. There are much better companies than TresVista. Do yourself a favour and don't join TresVista. Read the reviews of this company and you will understand.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is WACC, equity value, entrerprise value?
  • Ans. 

    WACC stands for Weighted Average Cost of Capital, equity value is the market value of a company's equity, and enterprise value is the total value of a company including debt and equity.

    • WACC is a calculation of the average cost of capital a company faces, taking into account the proportion of debt and equity in the capital structure.

    • Equity value is calculated by multiplying the number of outstanding shares by the curren...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic network and os related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. SLM vs WDV method of Depreciation
  • Ans. 

    SLM method evenly distributes depreciation over the useful life of an asset, while WDV method accelerates depreciation in the early years.

    • SLM method charges a fixed amount of depreciation each year, calculated as (Cost - Residual Value) / Useful Life

    • WDV method charges higher depreciation in the early years and lower depreciation in the later years, calculated as (Book Value - Residual Value) * Depreciation Rate

    • SLM is s...

  • Answered by AI
  • Q2. NAV vs GAV difference
  • Ans. 

    NAV is the Net Asset Value of a fund, while GAV is the Gross Asset Value. The difference between the two represents the fees and expenses of the fund.

    • NAV is calculated by subtracting liabilities from assets, while GAV includes all assets without subtracting liabilities.

    • The NAV is used to determine the value of each share in a fund, while GAV gives a broader view of the total value of the fund.

    • The difference between NAV...

  • Answered by AI
Round 2 - Aptitude Test 

LR + Communication + Journal Enteries

Round 3 - HR 

(1 Question)

  • Q1. Salary Expectations and Why Tresvista
  • Ans. 

    I am looking for a competitive salary based on my experience and skills. I am interested in Tresvista because of its reputation for providing excellent growth opportunities and a supportive work environment.

    • I am seeking a salary that reflects my experience and skills in the industry.

    • I believe Tresvista offers a great opportunity for professional growth and development.

    • I am attracted to Tresvista's reputation for provid...

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

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

It was a online hacker rank type test with medium hard question

Round 2 - Technical 

(2 Questions)

  • Q1. Discussion around current Projects and its tech stack
  • Q2. Print Left image of binary tree
  • Ans. 

    Print left view of binary tree

    • Traverse the binary tree level by level

    • Print the first node at each level encountered

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Common HR questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Senior Manger Review Discussion about role and fit

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Morningstar Interview Questions
3.9
 • 245 Interviews
Apex Group Interview Questions
2.7
 • 142 Interviews
Kotak Securities Interview Questions
3.6
 • 117 Interviews
TresVista Interview Questions
2.8
 • 116 Interviews
Pine Labs Interview Questions
3.4
 • 115 Interviews
Mr Cooper Interview Questions
4.0
 • 88 Interviews
View all
Network Engineer L1
92 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

L2 Network Engineer
27 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Quality Analyst
24 salaries
unlock blur

₹1.7 L/yr - ₹6.3 L/yr

Network Engineer L1 L2
23 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Senior System Analyst
23 salaries
unlock blur

₹6.1 L/yr - ₹12 L/yr

Explore more salaries
Compare Ebix Payment Services with

SBI Cards & Payment Services

3.7
Compare

Axis Direct

3.8
Compare

Kotak Securities

3.6
Compare

Aadhar Housing Finance

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