OA2026-08-11
Count repeated letters in a string
AI-Expanded — inferred from the question title, not from the original candidate report
Given a string, write a function that returns a dictionary or hash map containing each character that appears more than once as the key and its corresponding frequency count as the value. The function should be case-insensitive and ignore any non-alphabetic characters present in the input string.
Context & Summary
The assessment tested aptitude, electronics knowledge, and C programming proficiency.
💻 Coding practice works best on desktop.
Code editors are too cramped on mobile screens.
Loading editor...
AI can automatically infer and generate example test cases for this question based on standard algorithmic constraints.
InterviewDigest