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 122 Reviews

Filter interviews by

Cashfree Payments Senior Sdet Engineer Interview Questions and Answers

Updated 25 Jun 2024

Cashfree Payments Senior Sdet Engineer Interview Experiences

1 interview found

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

I applied via Instahyre and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain REST Assured
  • Ans. 

    REST Assured is a Java library for testing RESTful APIs.

    • Java library for testing RESTful APIs

    • Provides a domain-specific language for writing tests

    • Supports various HTTP methods like GET, POST, PUT, DELETE

    • Allows validation of response data using JSONPath, XPath, etc.

  • Answered by AI
  • Q2. Rest Assured Api Automation question

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 - Coding Test 

2 Coding problem. Need to solve with complexity in mind.

Round 3 - One-on-one 

(4 Questions)

  • Q1. Testing and Automation Acumen: Asked about automation testing framework. Various discussions and question around. Asked to write testcases in a scenario. Given multiple upstream and downstream services.
  • Q2. Best time to buy or sell stock.
  • Ans. 

    The best time to buy or sell stock depends on various factors such as market conditions, company performance, and personal financial goals.

    • Consider buying stocks when the market is down and selling when it is up to maximize profits.

    • Research the company's financial health, growth potential, and industry trends before making a decision.

    • Set clear investment goals and risk tolerance to determine the best time to buy or sel...

  • Answered by AI
  • Q3. Validate Parenthesis
  • Ans. 

    Validate if a given string of parentheses is valid or not

    • Use a stack to keep track of opening parentheses

    • Pop from stack when encountering a closing parenthesis

    • Return false if stack is not empty at the end

  • Answered by AI
  • Q4. Write testcases on A-->B-->C microservices. Integration testcases.
  • Ans. 

    Write integration testcases for A-->B-->C microservices

    • Test the communication between A and B microservices

    • Test the data flow from B to C microservices

    • Verify the response of C microservice based on input from A

    • Check for error handling and edge cases in the integration flow

  • Answered by AI
Round 4 - Group Discussion 

Manager Round there were two people in the call. Asked me about technologies I worked.
Various challenges faced in the automation.
Discussed on life goals.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join look for better opportunities.

Skills evaluated in this interview

Sdet Interview Questions & Answers

CRED user image Anonymous

posted on 25 Nov 2024

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

(2 Questions)

  • Q1. Test cases on search option
  • Ans. 

    Test cases for search option functionality

    • Verify search results are displayed correctly

    • Test search with different input types (text, numbers, special characters)

    • Check search functionality with empty input

    • Test search with long input strings

    • Verify search results are sorted correctly

  • Answered by AI
  • Q2. Coding on string and patterns and Appium framework

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

Data structure and algo questions from leetcode

Round 2 - Assignment 

Machine coding assignment

Round 3 - Technical 

(2 Questions)

  • Q1. Design Content Delivery Network
  • Ans. 

    Designing a Content Delivery Network (CDN) for efficient content distribution.

    • Identify target audience and content types

    • Select appropriate CDN providers based on needs (e.g. Akamai, Cloudflare)

    • Implement caching strategies for static and dynamic content

    • Optimize network routing for faster delivery

    • Monitor performance and adjust as needed

  • Answered by AI
  • Q2. Design notification service
  • Ans. 

    Design a notification service for sending alerts to users.

    • Identify types of notifications (email, SMS, push notifications)

    • Implement a notification queue to handle high volume of notifications

    • Allow users to customize notification preferences

    • Include monitoring and logging for tracking delivery status

    • Consider scalability and reliability of the service

  • Answered by AI

Skills evaluated in this interview

Sde1 Interview Questions & Answers

ACKO user image Anonymous

posted on 20 Jan 2025

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

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

Regex generator- used dp

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

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 2 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 - Technical 

(3 Questions)

  • Q1. Merge two sorted arrays
  • Ans. 

    Merging two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Iterate through both arrays simultaneously, comparing elements and adding the smaller one to the result array

    • Handle cases where one array is longer than the other by appending the remaining elements

  • Answered by AI
  • Q2. Put patch and post in api testing
  • Ans. 

    Patch and post are HTTP methods used in API testing to update and create resources, respectively.

    • PATCH method is used to update an existing resource in the API

    • POST method is used to create a new resource in the API

    • Both methods are commonly used in RESTful APIs for CRUD operations

    • Example: PATCH /api/users/123 to update user with ID 123

    • Example: POST /api/users to create a new user

  • Answered by AI
  • Q3. Explain your automation framework
  • Ans. 

    My automation framework is a data-driven framework using Selenium WebDriver and TestNG for test execution and reporting.

    • Uses Selenium WebDriver for interacting with web elements

    • Utilizes TestNG for test execution and reporting

    • Follows a data-driven approach for test data management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic dsa, leetcode problems are asked in interview

Skills evaluated in this interview

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

I applied via campus placement at Lovely Professional University (LPU) and was interviewed before Apr 2022. There were 4 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 - Technical 

(2 Questions)

  • Q1. Simple 3 questions of DSA with brute force to the optimal approach
  • Q2. 2 stacks, palindrome tricky, string question (simple)
Round 3 - One-on-one 

(2 Questions)

  • Q1. 2 stacks with optinal approach
  • Ans. 

    Implementing 2 stacks with optional approach

    • Two stacks can be implemented in a single array by dividing it into two halves

    • Optional approach can be implemented by using a third parameter to indicate which stack to use

    • Push and pop operations can be performed on both stacks independently

  • Answered by AI
  • Q2. Some hr interview question
Round 4 - HR 

(2 Questions)

  • Q1. Marital status discussion
  • Q2. Future discusssions about what i want nd plans

Interview Preparation Tips

Topics to prepare for Open Financial Technologies Private Limited SDE (Software Development Engineer) interview:
  • DSA
  • OS
  • DBMS
  • strings
Interview preparation tips for other job seekers - DSA kro mast raho, soft skills top notch is a must for cracking any interview

Skills evaluated in this interview

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

I applied via campus placement at B M S College of Engineering, Bangalore and was interviewed in Jul 2022. There were 5 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 - Aptitude Test 

Quantitative based questions and 2 easy-medium Coding Questions (Tree & Arrays)

Round 3 - Coding Test 

Went through resume and 2 coding questions (medium) (rat in a maze and follow up question) (largest area in a histogram)

Round 4 - Coding Test 

One coding question (Sum Tree) and few SQL & DBMS queries.

Round 5 - HR 

(3 Questions)

  • Q1. Why do you want to join Money view
  • Q2. Tell me about your 5 year plan
  • Q3. Tell me about yourself and your hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - In BMS the company only opens for Circuital branches.

Cashfree Payments Interview FAQs

How many rounds are there in Cashfree Payments Senior Sdet Engineer interview?
Cashfree Payments interview process usually has 1 rounds. The most common rounds in the Cashfree Payments interview process are Technical.
What are the top questions asked in Cashfree Payments Senior Sdet Engineer interview?

Some of the top questions asked at the Cashfree Payments Senior Sdet Engineer interview -

  1. Explain REST Assu...read more
  2. Rest Assured Api Automation quest...read more

Tell us how to improve this page.

Cashfree Payments Senior Sdet Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 757 Interviews
PhonePe Interview Questions
4.0
 • 299 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
Razorpay Interview Questions
3.6
 • 151 Interviews
Revolut Interview Questions
2.6
 • 89 Interviews
Rupeek Interview Questions
3.7
 • 59 Interviews
ACKO Interview Questions
3.8
 • 47 Interviews
Mobikwik Interview Questions
4.0
 • 45 Interviews
BharatPe Interview Questions
3.5
 • 38 Interviews
View all
Senior Associate
52 salaries
unlock blur

₹6.5 L/yr - ₹12.5 L/yr

Assistant Manager
47 salaries
unlock blur

₹8 L/yr - ₹18.4 L/yr

Senior Manager
41 salaries
unlock blur

₹16.9 L/yr - ₹40 L/yr

Associate Director
36 salaries
unlock blur

₹22 L/yr - ₹56.9 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
Did you find this page helpful?
Yes No
write
Share an Interview