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 Sde1 Interview Questions and Answers

Updated 15 Aug 2022

Cashfree Payments Sde1 Interview Experiences

1 interview found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 15 Aug 2022

I applied via Job Fair and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Twenty mcqs on logical thinking, aptitude and mathematical ability and two coding questions.
First question - given a string and a number k delete all characters that appear k times consequetively and repeat in the new result string till no further deletion is possible.
Second question - given an array with m non-zero numbers and rest 0 determine the minimum number of exchanges between a non-zero number and a 0 to put all the zero to the right of the array.

Round 2 - Technical 

(1 Question)

  • Q1. Find the number of buildings to the left and right that can be viewed from the top of each building in a sequence of buildings.
  • Ans. 

    Given a sequence of buildings, find the number of buildings visible to the left and right from the top of each building.

    • Traverse the sequence of buildings from left to right and maintain a stack of visible buildings.

    • For each building, pop all the buildings from the stack that are shorter than the current building and count them as visible to the left.

    • Push the current building onto the stack and count the number of buil...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice dsa regularly especially questions related to stacks.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Question on DSA and Projects

Sde1 Interview Questions & Answers

Rupeek user image Anonymous

posted on 31 Aug 2024

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 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. LinkedList / Tree
  • Q2. DP - Recursion - PnC
Round 2 - One-on-one 

(1 Question)

  • Q1. Projects , Last Exp

Sde1 Interview Questions & Answers

Yubi user image Anonymous

posted on 25 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Apr 2023.

Round 1 - Coding Test 

2 DSA questions one based on Bit manipulation and other one DP.

Round 2 - Technical 

(1 Question)

  • Q1. Was asked DBMS questions including 2 DSA questiosn one was sliding window LC Medium and other was easy array based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep Grinding
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Build a typeahead component

Round 2 - Technical 

(2 Questions)

  • Q1. Build a form for personal details
  • Ans. 

    Build a form for personal details

    • Include fields for name, email, phone number, address, date of birth

    • Use input fields, dropdowns, and date pickers for user input

    • Add validation for required fields and correct formats

    • Consider user experience with clear labels and easy navigation

  • Answered by AI
  • Q2. Add validations to different fields
  • Ans. 

    Implement validations for different fields in software development.

    • Identify the fields that require validation such as email, password, phone number, etc.

    • Use regular expressions to validate input data format.

    • Implement client-side and server-side validations to ensure data integrity.

    • Display error messages for invalid input to guide users on correct data entry.

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

(1 Question)

  • Q1. LLD/Machine coding - Design a social media application with users, posts, comments, likes, etc. There is also an admin who needs to approve post creation and can delete any post they want. Create appropria...
Round 2 - Technical 

(1 Question)

  • Q1. High-level design - Design a chat-based application like WhatsApp with only user-to-user chat feature (no group chats). Explain and draw out the E2E design by mentioning all the components and design decis...
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring Manager - basic questions like why Razorpay, what are your career goals, what does career growth look like for you, etc.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Find the missing number in an array, , given the array conatins numbers form 1 to n and one number is missing
  • Ans. 

    Find the missing number in an array containing numbers from 1 to n.

    • Iterate through the array and calculate the sum of all numbers from 1 to n.

    • Calculate the sum of all numbers in the given array.

    • Subtract the sum of array from the sum of all numbers to find the missing number.

  • Answered by AI
  • Q2. And question on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be chill and Fibe is a good company.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Leetcode medium question using heap
  • Q2. MySQL Queries using joins, group by, aggregate functions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Leetcode medium question of string
  • Q2. Database design for the notification service
  • Ans. 

    Design a database schema for a notification service

    • Identify the entities involved such as users, notifications, and devices

    • Create tables for each entity with relevant attributes

    • Establish relationships between tables using foreign keys

    • Consider indexing for efficient retrieval of notifications

    • Implement a mechanism for tracking read/unread status of notifications

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Describe projects
  • Ans. 

    I have worked on various projects including developing web applications, creating mobile apps, and implementing machine learning algorithms.

    • Developed a web application for a retail company to manage inventory and sales data

    • Created a mobile app for a fitness tracking platform to track user's exercise routines

    • Implemented machine learning algorithms for a recommendation system in an e-commerce website

  • Answered by AI
  • Q2. Knowledge testing on ML frameworks
Round 2 - Aptitude Test 

Had a overall personality, technical & problem solving test with AVP

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. One leetcode easy-medium problem
  • Q2. Java, springboot and oops question
Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. System design questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR didnt reach out post interviews

Cashfree Payments Interview FAQs

How many rounds are there in Cashfree Payments Sde1 interview?
Cashfree Payments interview process usually has 2 rounds. The most common rounds in the Cashfree Payments interview process are Coding Test and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 746 Interviews
PhonePe Interview Questions
4.0
 • 294 Interviews
PayPal Interview Questions
3.9
 • 205 Interviews
Razorpay Interview Questions
3.6
 • 150 Interviews
Revolut Interview Questions
2.6
 • 87 Interviews
Rupeek Interview Questions
3.7
 • 58 Interviews
ACKO Interview Questions
3.8
 • 45 Interviews
Mobikwik Interview Questions
4.0
 • 44 Interviews
BharatPe Interview Questions
3.5
 • 38 Interviews
View all
Cashfree Payments Sde1 Salary
based on 10 salaries
₹14 L/yr - ₹36.5 L/yr
15% more than the average Sde1 Salary in India
View more details

Cashfree Payments Sde1 Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

2.0

Work-Life balance

5.0

Salary & Benefits

3.0

Job Security

3.0

Company culture

4.0

Promotions/Appraisal

2.0

Work Satisfaction

Explore 1 Review and Rating
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