Interviewer discussed on the project and design of the project. What components I owned and the business impact.
Post that interviewer asked simple question : https://leetcode.com/problems/backspace-string-compare/description/
I provided solution using stack with O(N) time and space complexity.
Interviewer asked for O(1) Space complexity. Moved ahead with two pointer approach but was not able to cleanly write the code. Interviewer was still happy with the approach and concluded the interview.
#NetSkope #SSE_Interview