Me postulé a través de una facultad o universidad. El proceso tomó 2 días. Acudí a una entrevista en Cashfree (Bhopal) en jul 2021
Entrevista
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.
Preguntas de entrevista [2]
Pregunta 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.
Me postulé a través de una facultad o universidad. Acudí a una entrevista en Cashfree (Nueva Delhi) en ago 2022
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.