[Visa] [General SDE] Interview Experience
Interview Stages
Round 1: Online Assessment
- Process: A coding challenge was given as part of the initial screening.
- Problem: Given a string
s consisting of digits and an integer k, find the number of substrings where each digit appears exactly k times.
- Focus: The problem tested my ability to handle string manipulation and frequency counting efficiently.