Microsoft interview question

Coding, logical thinking, testing strategies, problem solving

Interview Answers

Anonymous

Jun 1, 2020

The key in generic questions like this, is to make sure to cover the fundamentals. There's usually a back-and-forth with the interviewer. Might be worth doing a mock interview with one of the Microsoft Software Development Engineer In Test (SDET) experts on Prepfully? Really helps to get some real-world practice and guidance. prepfully.com/practice-interviews

Anonymous

Sep 8, 2017

To achieve time complexity of O(N), you would have to use two hashtables, one for each string, and then compare them.

3