Round 1
Questions: Where given items integer array and query integer array, if query value is positive, add this query to items, if negative remove the 1st occurrence of the positive integer from items.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.