The process took 4 days. I interviewed at JFrog (New York, NY)
Interview
After a phone call from the HR , one of the R&D backend developer wanted to hear regarding my background and experience.
After that I was asked to answer one question of data structures
Interview questions [1]
Question 1
Given unlimited space, build a data-structer that can do:
1. insert any kind of data such as number/charachter
2. remember the order of insertion
3. at any given time, you can get a call that contain a rang to be deleted from the current data you have saved do far(e.g. 100-200)
try to accomplish this faster than O(N)