Got this question - https://leetcode.com/problems/longest-substring-without-repeating-characters/
Did the optimal solution (the hashtable one storing indexes of occurrences). The interviewer seemed sastisfied. Was asked only one question.
Hope this helps!