Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Reval Analytics Team. If you also belong to the team, you can get access from here

Reval Analytics Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Reval Analytics Interview Questions, Process, and Tips

Updated 22 Mar 2025

Top Reval Analytics Interview Questions and Answers

Reval Analytics Interview Experiences

Popular Designations

6 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Introduction of your self
Round 2 - Technical 

(2 Questions)

  • Q1. How depreciation has impact on the financial statement.
  • Ans. 

    Depreciation reduces the value of assets over time, impacting the financial statements by decreasing the asset's value and increasing expenses.

    • Depreciation is a non-cash expense that reflects the wear and tear of assets over time.

    • It reduces the value of assets on the balance sheet, impacting the company's overall net worth.

    • Depreciation also increases expenses on the income statement, reducing the company's reported pro...

  • Answered by AI
  • Q2. What is diluted EPS & Normal EPS.
  • Ans. 

    Diluted EPS includes potential dilution from convertible securities, while Normal EPS does not.

    • Diluted EPS accounts for potential dilution from convertible securities like stock options or convertible bonds

    • Normal EPS does not consider potential dilution from these securities

    • Diluted EPS is usually lower than Normal EPS due to the inclusion of potential dilution factors

  • Answered by AI

Client Service Analyst Interview Questions asked at other Companies

Q1. What do you know about the Revenue cycle management?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online test , considering of several MCQ parts including advance excel questions.

Round 2 - Technical 

(2 Questions)

  • Q1. It includes situation based questions in Excel , you have to analyse and tell your answer.
  • Q2. Tell me about yourself, Vlookup,Hlookup

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good knowledge of excel, if you practice some Excel sheets you maybe selected.

Junior Financial Analyst Interview Questions asked at other Companies

Q1. Which cap rate would you choose between a higher cap rate and a lower cap rate, and what is your rationale for that choice?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is financial modeling?
  • Ans. 

    Financial modeling is the process of creating a numerical representation of a company's financial performance.

    • Used for forecasting future financial performance based on historical data.

    • Commonly involves building spreadsheets to analyze revenue, expenses, and cash flow.

    • Example: A startup may create a model to project its revenue growth over five years.

    • Helps in decision-making for investments, budgeting, and strategic pl...

  • Answered by AI
  • Q2. What is the interlink between financial statements?
  • Ans. 

    Financial statements are interconnected, reflecting a company's financial health through the balance sheet, income statement, and cash flow statement.

    • The income statement shows revenues and expenses, impacting net income, which flows into the equity section of the balance sheet.

    • The balance sheet provides a snapshot of assets, liabilities, and equity at a specific point in time, influenced by the income statement's net ...

  • Answered by AI

Associate - Team Lead Interview Questions asked at other Companies

Q1. Do you ADAS features if yes then briefly explain about features
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2022. There were 5 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 

(1 Question)

  • Q1. Traditional interview questions
Round 3 - Coding Test 

Basic programming skills, Framework specific programming

Round 4 - One-on-one 

(1 Question)

  • Q1. Project details and team skills
Round 5 - HR 

(1 Question)

  • Q1. Final round for salary discussion and induction

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)

Reval Analytics interview questions for popular designations

 Junior Financial Analyst

 (1)

 Software Engineer

 (1)

 Software Developer

 (1)

 Financial Analyst

 (1)

 Associate - Team Lead

 (1)

 Client Service Analyst

 (1)

Software Developer Interview Questions & Answers

user image Sumedha Naidu

posted on 16 Mar 2022

I applied via Campus Placement and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Verbal, Coding basic questions

Round 2 - Technical 

(3 Questions)

  • Q1. Write code for linked. List
  • Ans. 

    Code for linked list

    • Create a Node class with data and next pointer

    • Create a LinkedList class with head pointer

    • Implement methods to add, remove, and traverse nodes

  • Answered by AI
  • Q2. Abstraction, inheritance oops
  • Q3. Self introduction, project

Interview Preparation Tips

Interview preparation tips for other job seekers - Do Data structures
Oops
That's it

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

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] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

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

Interview Questionnaire 

1 Question

  • Q1. About the politics

Interview Preparation Tips

Interview preparation tips for other job seekers - Its easy to get in there . Just need to have basic knowledge of financial statements. Ratios, and all the particulars of financial statements.

Financial Analyst Interview Questions asked at other Companies

Q1. Suppose you have 10000 US dollars with you, out of which you took a loan of 5000 US Dollars. Now suppose you have purchased two assets of 5000 US Dollars each, one through cash and other through bank loan. How would you show this transactio... read more
View answer (3)

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

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.

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 Campus Placement and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you ans calmly

Reval Analytics Interview FAQs

How many rounds are there in Reval Analytics interview?
Reval Analytics interview process usually has 2-3 rounds. The most common rounds in the Reval Analytics interview process are Technical, Aptitude Test and HR.
How to prepare for Reval Analytics 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 Reval Analytics. The most common topics and skills that interviewers at Reval Analytics expect are MySQL, Python, Django, MongoDB and Excel.
What are the top questions asked in Reval Analytics interview?

Some of the top questions asked at the Reval Analytics interview -

  1. What is the interlink between financial statemen...read more
  2. How depreciation has impact on the financial stateme...read more
  3. what is diluted EPS & Normal E...read more

Tell us how to improve this page.

Reval Analytics Interview Process

based on 6 interviews

Interview experience

4.7
  
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.9
 • 186 Interviews
Fiserv Interview Questions
3.0
 • 175 Interviews
Razorpay Interview Questions
3.6
 • 154 Interviews
MasterCard Interview Questions
3.9
 • 138 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
Rupeek Interview Questions
3.7
 • 61 Interviews
View all

Reval Analytics Reviews and Ratings

based on 62 reviews

3.3/5

Rating in categories

2.8

Skill development

3.3

Work-life balance

3.1

Salary

3.1

Job security

2.9

Company culture

2.9

Promotions

2.8

Work satisfaction

Explore 62 Reviews and Ratings
Client Service Analyst
45 salaries
unlock blur

₹2.7 L/yr - ₹7.5 L/yr

Financial Analyst
25 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Senior Client Service Analyst
22 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Software Developer
21 salaries
unlock blur

₹4.6 L/yr - ₹11.3 L/yr

Software Engineer
12 salaries
unlock blur

₹6 L/yr - ₹10.5 L/yr

Explore more salaries
Compare Reval Analytics 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