OA2026-08-11
Count repeated characters 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 ignore case sensitivity and return an empty result if no characters are repeated.
Context & Summary
The assessment included aptitude, core subject knowledge, and coding tasks.
💻 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