I applied through university. The process took 2 days. I interviewed at Cashfree (Bhopal) in July 2021
Interview
Cashfree visited our campus( NIT Bhopal ) virtually on July, 2021.Overall interview process was smooth . All interviewers were professional and helpful. It took 2 days to complete the interview.The interview consisted of one online coding round on hackerearth platform which consisted of 4 DSA questions (easy to medium) and 3 rounds of interviews.
Interview questions [2]
Question 1
* Interview round 2 ( 40 mins ) -
# ( OS ) Process synchronization, Semaphore, Deadlock, Process Scheduling etc.
# ( DBMS ) Indexing, ACID, sql vs nosql etc.
# ( CN ) OSI Model, TSP/IP, routers etc.
I applied through university. I interviewed at Cashfree (New Delhi) in Aug 2022
Interview
It was a smooth experience, both the interviewers were very friendly and encouraging. I cleared the first technical interview round but got rejected in the 2nd round. First round lasted for about an hour and the 2nd round too.
Interview questions [1]
Question 1
You are given an integer array arr.
We split arr into some number of chunks (i.e., partitions), and individually sort each chunk. After concatenating them, the result should equal the sorted array.
Return the largest number of chunks we can make to sort the array.