Count vowel-only substrings with all vowels
Company: Expedia
Role: Software Engineer
Category: Coding & Algorithms
Difficulty: Medium
Interview Round: Technical Screen
Quick Answer: This question evaluates string-processing and algorithm design skills, specifically the use of sliding-window/two-pointer techniques and linear-time algorithmic optimization for counting substrings, and falls under the Coding & Algorithms domain with an emphasis on practical application rather than purely conceptual theory.