Giving it back to the community.
I had an E6 phone screen round today . Format- 15 min of behavioral +40 min coding + 5 min Q&A
Behavioral:
Describe a project in which you collaborated with multiple stakeholders?
Describe a time when you have to handle the conflicts with other teams?
Coding Question #1
Merge 3 sorted arrays (containing duplicates) into a single sorted array with no duplicate values.
Coding Question #2
find path from start(0,0) to end in the matrix avoiding the obstacles and appending the coordinates.
Similar to https://leetcode.com/problems/shortest-path-in-binary-matrix/description/ with path printed.
1 hour later, I received +ve feedback from recruiter that I'd be moving to the next loop.
Thank you all for sharing your experiences.