1p3a
Question
·
Feb 2026
NetSkope SSE Technical Interview Round 1 Backspace String Compare
Question Details
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-s
Full Details
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
Free preview. Unlock all questions →
Topics
Strings
Stack Queue
Two Pointers