Upload Button Icon Add office photos

Filter interviews by

Clearwater Analytics Interview Questions, Process, and Tips

Updated 2 Feb 2025

Top Clearwater Analytics Interview Questions and Answers

View all 17 questions

Clearwater Analytics Interview Experiences

Popular Designations

18 interviews found

Reconciliation Analyst L3 Interview Questions & Answers

user image Ravi prasad sahu

posted on 11 Sep 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Referral

Round 1 - One-on-one 

(1 Question)

  • Q1. Domain questions
Round 2 - HR 

(1 Question)

  • Q1. Salary expectation

I was interviewed in Apr 2022.

Round 1 - Coding Test 

Round duration - 75 minutes
Round difficulty - Medium

Test Comprises of 3 coding questions and some MCQs

Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Medium

2 coding questions of (1 easy and 1 medium level) on hackerrank code-pair with the Interviewer

Round 3 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

This Round was based on CS fundamentals and One coding question was there as a Code-pair.

  • Q1. 

    Next Greater Element Problem Statement

    Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the firs...

  • Ans. 

    Find the Next Greater Element for each element in a list of integers.

    • Iterate through the list of integers from right to left.

    • Use a stack to keep track of elements whose NGE is yet to be found.

    • Pop elements from the stack until a greater element is found or the stack is empty.

    • Assign the NGE as the top element of the stack or -1 if the stack is empty.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chandigarh Group of Colleges (CGC), Landran. I applied for the job as SDE - 1 in NoidaEligibility criteriaNo criteriaClearwater Analytics interview preparation:Topics to prepare for the interview - DSA, Java, OOPS, Microservices, REST APITime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Require coding skills to pass the interview. 
Tip 2 : Brush up on Java Skills
Tip 3 : Brush up on OOPS

Application resume tips for other job seekers

Tip 1 : Keep it to one page
Tip 2 : Mention relevant skills as per the job

Final outcome of the interviewSelected

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 (41)
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 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 - Aptitude Test 

Basic aptitude questions were asked

Round 3 - Technical 

(1 Question)

  • Q1. Questions regarding capital markets, derivatives were asked.

Reconciliation Analyst Interview Questions asked at other Companies

Q1. What is derrivatives? What isTLC? What is hedge funds?
View answer (2)
Round 1 - Coding Test 

Hackerrank coding test of 90 mins duration, with few MCQ (input/output type) 1 SQL question and 2 coding problems of easy and mediium difficulty.

Round 2 - Technical 

(1 Question)

  • Q1. Online technical interview asking 2 dsa question of medium difficulty.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview prepare easy and medium leetcode

Senior Sdet Engineer Interview Questions asked at other Companies

Q1. Optimize an existing system. The system currently makes an API call and stores data in its memory. When it tries to serve a request from another component it refers to the memory location by searching the entire memory.
View answer (1)

Clearwater Analytics interview questions for popular designations

 Implementation Analyst

 (3)

 Reconciliation Analyst

 (3)

 Software Developer

 (2)

 Software Engineer

 (2)

 Data Migration Specialist

 (1)

 Financial Data Analyst

 (1)

 Process Specialist SME

 (1)

 Senior Associate

 (1)

I was interviewed in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Total of 8 questions:

4 MCQ(oops and expected output type questions) + other 2 were coding questions, out of which one is some class implementation question.

  • Q1. 

    Count Subarrays with Sum Divisible by K

    Given an array ARR and an integer K, your task is to count all subarrays whose sum is divisible by the given integer K.

    Input:

    The first line of input contains an...
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This round was with the USA team, the panel consisted of 2 members. It took place at around 9 PM IST. The interviewer's focus was on approach.

  • Q1. 

    Sort an Array in Wave Form

    You are given an unsorted array ARR. Your task is to sort it so that it forms a wave-like array.

    Input:

    The first line contains an integer 'T', the number of test cases.
    For ea...
  • Q2. 

    Convert a Number to Words

    Given an integer number num, your task is to convert 'num' into its corresponding word representation.

    Input:

    The first line of input contains an integer ‘T’ denoting the number o...
Round 3 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

It was a managerial round. The position of the person taking the interview was of a technical architect. As was informed by the recruiter, previously he was a technical architect at Amazon.

  • Q1. How does Facebook store comments in its database?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in NoidaEligibility criteriaShortlisting was done on the basis of coding test.Clearwater Analytics interview preparation:Topics to prepare for the interview - Data Structures, Algorithm Design, DBMS, Object Oriented Design, Machine LearningTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice the most frequent and most common questions DSA questions asked in companies like Amazon, Microsoft.
Tip 2 : Focus on solving the questions on your own as much as you can. 
Tip 3 : Don't waste your time on the number of questions while compromising quality.
Tip 4 : Do mock interviews with your friend if it's been a long since you have given the interview.
Tip 5 : For virtual interviews, always have a backup of data(you may use mobile data if Wi-Fi goes out). While during an interview try to maintain eye contact every now and then.
Tip 6 : Keep your resume short to 1 page and have far/good knowledge of the tech stack you have mentioned

Application resume tips for other job seekers

Tip 1 : Keep it short to 1 page
Tip 2 : Prepare it well.
Tip 3 : Focus more on the problem and the solution. Rather than tools used to solve the problem

Final outcome of the interviewRejected

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 (38)

I applied via Referral and was interviewed before Apr 2021. 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 - One-on-one 

(2 Questions)

  • Q1. What is bond? Type? Rating type
  • Ans. 

    A bond is a debt security that pays interest to the bondholder. It can be of different types and ratings.

    • Bonds are issued by corporations, municipalities, and governments to raise capital.

    • Types of bonds include corporate bonds, municipal bonds, and government bonds.

    • Bond ratings are given by credit rating agencies like Moody's and S&P to indicate the creditworthiness of the issuer.

    • Bond ratings range from AAA (highest) t

  • Answered by AI
  • Q2. What is paydown , factor, income, dividend, corporate action, fixed income
  • Ans. 

    Paydown, factor, income, dividend, corporate action, fixed income are terms related to finance and investments.

    • Paydown refers to the reduction of debt by making payments on a loan or bond.

    • Factor is the amount by which a company's earnings are expected to grow in the future.

    • Income is the money earned from investments or employment.

    • Dividend is a portion of a company's profits paid out to shareholders.

    • Corporate action ref...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Its clients round and they can ask you about recon or implementation related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare fixed income products and its type.
Data flow and accounts setups

Implementation Analyst Interview Questions asked at other Companies

Q1. If you have worked upon workflows for any tool . Then it will an advantage for you as they have asked questions about configure fields and values on any tool and most important workflow
View answer (1)

Implementation Analyst Interview Questions & Answers

user image Nandkishor Thakur

posted on 24 May 2022

I applied via Referral and was interviewed before May 2021. 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 - HR 

(1 Question)

  • Q1. Work experience and past experience
Round 3 - One-on-one 

(1 Question)

  • Q1. What is Bond , Type , Rating ? What is Corporate action , type ? What is Coupon and Paydown ? What is Paydown factor and why its Important ? What is Derivative , Type ? Pricing ?
  • Ans. 

    Explanation of financial terms related to bonds, corporate actions, coupons, paydowns, derivatives, and pricing.

    • Bond: a debt security issued by a company or government

    • Type: the specific characteristics of a bond, such as maturity date or interest rate

    • Rating: a measure of the creditworthiness of a bond issuer

    • Corporate action: an event that affects a company's securities, such as a merger or dividend

    • Coupon: the interest ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Capital Market , Money Market in detail

Implementation Analyst Interview Questions asked at other Companies

Q1. If you have worked upon workflows for any tool . Then it will an advantage for you as they have asked questions about configure fields and values on any tool and most important workflow
View answer (1)

I applied via Referral and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. What is bond, type , rating? What is paydown , factor , credits rating? What is swap, income , corporate action and its type
  • Ans. 

    Bond, paydown, factor, credit rating, swap, income, corporate action and its type are all financial terms.

    • Bond is a debt security that pays interest to the investor.

    • Paydown is the reduction of the outstanding principal amount of a loan.

    • Factor is the percentage of the original principal amount of a loan that remains outstanding.

    • Credit rating is an assessment of the creditworthiness of a borrower.

    • Swap is a financial cont...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Situational questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well capital market, money market,

Implementation Analyst Interview Questions asked at other Companies

Q1. If you have worked upon workflows for any tool . Then it will an advantage for you as they have asked questions about configure fields and values on any tool and most important workflow
View answer (1)

Clearwater Analytics Interview FAQs

How many rounds are there in Clearwater Analytics interview?
Clearwater Analytics interview process usually has 2-3 rounds. The most common rounds in the Clearwater Analytics interview process are Technical, HR and One-on-one Round.
How to prepare for Clearwater 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 Clearwater Analytics. The most common topics and skills that interviewers at Clearwater Analytics expect are Analytics, Fixed Income, Javascript, Data Structures and Reconciliation.
What are the top questions asked in Clearwater Analytics interview?

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

  1. What is bond, type , rating? What is paydown , factor , credits rating? What is...read more
  2. What is Bond , Type , Rating ? What is Corporate action , type ? What is Coupon...read more
  3. What is a Java-based solution to the problem of sorting names that have Roman n...read more

Tell us how to improve this page.

Clearwater Analytics Interview Process

based on 15 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5.1k Interviews
Mu Sigma Interview Questions
2.6
 • 229 Interviews
Tiger Analytics Interview Questions
3.6
 • 221 Interviews
Fractal Analytics Interview Questions
4.0
 • 207 Interviews
SG Analytics Interview Questions
3.1
 • 70 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
View all

Clearwater Analytics Reviews and Ratings

based on 101 reviews

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

2.8

Job security

2.9

Company culture

2.5

Promotions

2.7

Work satisfaction

Explore 101 Reviews and Ratings
Reconciliation Analyst
82 salaries
unlock blur

₹4 L/yr - ₹9.9 L/yr

Software Development Engineer
66 salaries
unlock blur

₹7.4 L/yr - ₹26.3 L/yr

Senior Software Development Engineer
28 salaries
unlock blur

₹25 L/yr - ₹45 L/yr

Software Development Engineer II
26 salaries
unlock blur

₹11.5 L/yr - ₹18 L/yr

Financial Data Analyst
25 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Explore more salaries
Compare Clearwater Analytics with

Advent Construction

3.5
Compare

Acuity Knowledge Partners

3.4
Compare

SG Analytics

3.1
Compare

Quantiphi Analytics Solutions Private Limited

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