Status: 2.10 YOE
Position: G6
Location: Bangalore
Round 1: Problem Solving
Round 2: Concurrent Data Structure Design
search operations can work concurrently.insert at a time (searches are still allowed).delete at a time, which strictly stops both inserts and searches.Verdict: Rejected. I struggled with the concurrency implementation in the second question and couldn't fully solve it.