Upload Button Icon Add office photos
Engaged Employer

i

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

Cashfree Payments Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 121 Reviews

Filter interviews by

Cashfree Payments Interview Questions, Process, and Tips

Updated 3 Dec 2024

Top Cashfree Payments Interview Questions and Answers

View all 14 questions

Cashfree Payments Interview Experiences

Popular Designations

21 interviews found

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

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The interviewer asked me to build an accordion, the interview was 1 hour long

Round 2 - Technical 

(2 Questions)

  • Q1. Rate Limiting algorithm
  • Ans. 

    Rate limiting algorithm is used to control the rate of traffic sent or received by a system.

    • Rate limiting helps prevent abuse, protect against DoS attacks, and ensure fair usage of resources.

    • Common rate limiting algorithms include token bucket, leaky bucket, and fixed window.

    • Token bucket algorithm adds tokens at a fixed rate and consumes tokens for each request.

    • Leaky bucket algorithm leaks tokens at a fixed rate and al...

  • Answered by AI
  • Q2. HTTP status codes

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. One recursion based coding question to be solved in JS.
  • Q2. Two questions that were a follow up to the 1st question.
Round 2 - One-on-one 

(4 Questions)

  • Q1. React Native framework based questions
  • Q2. Release process of an app on Play Store and apple store
  • Ans. 

    The release process involves preparing the app for submission, testing, uploading to the respective app stores, and managing the release.

    • Prepare the app for submission by ensuring it meets all guidelines and requirements of the app stores.

    • Test the app thoroughly to identify and fix any bugs or issues before release.

    • Upload the app to the Play Store and Apple Store developer consoles.

    • Manage the release by setting up rele...

  • Answered by AI
  • Q3. Creation of Custom hook
  • Ans. 

    Custom hooks in React Native allow for reusable logic across components.

    • Custom hooks are functions that start with 'use' keyword.

    • They can encapsulate logic like API calls, state management, etc.

    • Example: useFetch custom hook for making API calls.

  • Answered by AI
  • Q4. Tools discussion for RN app, specifically Firebase, Sentry.

Skills evaluated in this interview

React Native Developer Interview Questions asked at other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Convert Arabic to Roman numeral
  • Ans. 

    Convert Arabic numbers to Roman numerals

    • Create a mapping of Arabic numbers to Roman numerals

    • Iterate through the mapping to find the largest Roman numeral that fits the Arabic number

    • Subtract the value of the Roman numeral from the Arabic number and repeat until the Arabic number becomes 0

  • Answered by AI

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

Associate Interview Questions & Answers

user image Anonymous

posted on 3 Dec 2024

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

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Justification of what is written in the resume
  • Q2. Questions on case study to monitor your ability
Round 2 - Assignment 

Case study which need to plan GTM strategy for an existing product

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

Cashfree Payments interview questions for popular designations

 Assistant Manager

 (2)

 Senior Associate

 (2)

 Associate

 (1)

 Associate Product Manager

 (1)

 Full Stack Developer

 (1)

 Key Account Manager

 (1)

 Product Operations Analyst

 (1)

 React Native Developer

 (1)

Sdet Interview Questions & Answers

user image varun saini

posted on 8 Oct 2024

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

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions based on BE automation, Synchronous and Asynchronous API and their automation
  • Q2. Write test cases for a given scenario(Payment)
  • Ans. 

    Test cases for payment scenario

    • Verify payment is processed successfully with valid credit card information

    • Test payment failure with invalid credit card details

    • Check if payment confirmation email is sent to the user

    • Test payment timeout scenario

    • Verify payment receipt is generated after successful transaction

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to framework, Jenkins, Mockers, Reporting tool, RestAssured

Skills evaluated in this interview

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)

Get interview-ready with Top Cashfree Payments Interview Questions

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

I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain react native new architecture.
  • Ans. 

    React Native's new architecture is based on Fabric, a re-architecture of the core of React Native.

    • Fabric is a new threading model that improves performance by allowing React Native to schedule work on multiple threads.

    • It separates the UI rendering from JavaScript execution, resulting in smoother animations and improved responsiveness.

    • The new architecture also introduces TurboModules, which are a more efficient way to c...

  • Answered by AI
  • Q2. How to store user sensitive data in react native ?
  • Ans. 

    Sensitive user data in React Native can be stored securely using AsyncStorage or secure storage libraries.

    • Use AsyncStorage to store sensitive data locally on the device.

    • Utilize secure storage libraries like react-native-keychain or react-native-secure-storage for encryption and secure storage.

    • Avoid storing sensitive data in plain text or insecure locations.

    • Implement proper authentication and authorization mechanisms to

  • Answered by AI

Skills evaluated in this interview

React Native Mobile Application Developer Interview Questions asked at other Companies

Q1. How to store user sensitive data in react native ?
View answer (1)

SDE-3 Interview Questions & Answers

user image Anonymous

posted on 28 Nov 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Coding Test 

DSA question and Code review

Interview Preparation Tips

Interview preparation tips for other job seekers - LLD of TicketMaster
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Past experience
  • Q2. Resume related questions

Product Operations Analyst Interview Questions asked at other Companies

Q1. What aggregated SQL functions you use on a daily basis? What is diff between UNION & UNION ALL? What is cross join. Max no rows in cross join of two 3x3 tables?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How will you manage merchant expectations?
  • Ans. 

    I will manage merchant expectations by setting clear communication, understanding their needs, and delivering on promises.

    • Establish clear communication channels with merchants to understand their expectations

    • Set realistic expectations and deliver on promises to build trust

    • Regularly follow up with merchants to ensure their needs are being met

    • Provide updates on progress and address any concerns promptly

    • Offer solutions or

  • Answered by AI

Relationship Manager Interview Questions asked at other Companies

Q1. How will you market banking products ? Are you willing to work at the ground level ? What are the challenges of marketing at ground level ? How different is it from other kinds of marketing? What did you learn in mba with respect to marketi... read more
View answer (47)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

OnlineCoding Test for 60 mins

Round 2 - Technical 

(1 Question)

  • Q1. 2 DSA question for 1 hour
Round 3 - Technical 

(1 Question)

  • Q1. Technical Question around CS concepts

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Cashfree Payments Interview FAQs

How many rounds are there in Cashfree Payments interview?
Cashfree Payments interview process usually has 1-2 rounds. The most common rounds in the Cashfree Payments interview process are One-on-one Round, Technical and Coding Test.
How to prepare for Cashfree Payments 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 Cashfree Payments . The most common topics and skills that interviewers at Cashfree Payments expect are Sales, B2B Sales, Python, SQL and RDBMS.
What are the top questions asked in Cashfree Payments interview?

Some of the top questions asked at the Cashfree Payments interview -

  1. Guesstimates on creating parking space for an airp...read more
  2. Find the number of buildings to the left and right that can be viewed from the ...read more
  3. Reasons for looking for a swi...read more
How long is the Cashfree Payments interview process?

The duration of Cashfree Payments interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Cashfree Payments Interview Process

based on 14 interviews in last 1 year

Interview experience

3.4
  
Average
View more

People are getting interviews through

based on 13 Cashfree Payments interviews
Job Portal
Referral
38%
8%
54% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 752 Interviews
PhonePe Interview Questions
4.0
 • 297 Interviews
PayPal Interview Questions
3.9
 • 206 Interviews
Razorpay Interview Questions
3.6
 • 151 Interviews
Rupeek Interview Questions
3.7
 • 58 Interviews
Mobikwik Interview Questions
4.0
 • 44 Interviews
BharatPe Interview Questions
3.5
 • 38 Interviews
BillDesk Interview Questions
3.2
 • 13 Interviews
Instamojo Interview Questions
3.4
 • 7 Interviews
Payoneer Interview Questions
3.5
 • 2 Interviews
View all

Cashfree Payments Reviews and Ratings

based on 121 reviews

3.5/5

Rating in categories

3.1

Skill development

3.5

Work-Life balance

3.7

Salary & Benefits

3.1

Job Security

3.3

Company culture

3.1

Promotions/Appraisal

3.2

Work Satisfaction

Explore 121 Reviews and Ratings
Senior Associate
52 salaries
unlock blur

₹6.5 L/yr - ₹12.5 L/yr

Assistant Manager
46 salaries
unlock blur

₹8 L/yr - ₹18.4 L/yr

Senior Manager
45 salaries
unlock blur

₹16.9 L/yr - ₹40 L/yr

Associate Director
43 salaries
unlock blur

₹19 L/yr - ₹54.5 L/yr

Manager
26 salaries
unlock blur

₹13.5 L/yr - ₹25 L/yr

Explore more salaries
Compare Cashfree Payments with

Razorpay

3.6
Compare

Payed

2.8
Compare

Paytm

3.3
Compare

BillDesk

3.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview