I applied online. The process took 2 weeks. I interviewed at Ramp (New York, NY) in Feb 2024
Interview
It was hard for OA and I heard someone passed it but still not got offer. I think they want the best of best. But no harm to try. You can practice on the codesignal platform
Interview questions [1]
Question 1
I remember the question is asking to design some database question.
I applied online. I interviewed at Ramp (New York, NY) in Feb 2024
Interview
Coding Assessment was there at first. then they will look at the resume and consider that. If you pass it then you proceed else you will not and rejected. i got rejected.
I applied online. The process took 3 weeks. I interviewed at Ramp in Dec 2023
Interview
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.
Interview questions [1]
Question 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.