Envié una solicitud electrónica. El proceso duró 3 semanas. Acudí a una entrevista en Ramp en dic 2023
Entrevista
It was an online assessment. there were 4 stages of the assessment. we have to complete them one by one first we have to complete 1st stage and then it allows us to complete the next stage.
Preguntas de entrevista [1]
Pregunta 1
task is to implement a simplified version of an in-memory database. Plan your design according to the level specifications below:
Level 1: In-memory database should support basic operations to manipulate records, fields, and values within fields.
Level 2: In-memory database should support retrieving statistics about the frequency of updates to records.
Level 3: In-memory database should support multiple users and allow users to lock records.
Level 4: In-memory database should support undo and logout operations from users.
To move to the next level, you need to pass all the tests at this level.
It was long and tedious wth multiple video interview rounds, moreover the interviewers weren't very interested (obviously forced to be there) but they were pretty helpful and overall decent guys.
OA, then a technical interview. During the technical interview they asked a classic DFS question. Then there are a series of more technical interviews before getting to a behavioral interview.
Got an assessment for backend intern position. 4 hackerrank questions, one related to the other. The overall problem was to create a database management class with different functionality such as insert, remove, add ownership etc.