New
ML System Design & SQL tracks just landed
See what's new
×
Question Bank
Pricing
Blog
Forum
HOT
JobRadar
NEW
Referral
Description
Solution
Discussion
Submissions
Ask AI
Question Bank
Bloomberg
Coding Question
AI Insights
Quick Summary
Filter a dictionary of words based on strict character and length constraints.
Valid words must be at least four characters long.
Each word must contain a specific required letter and only use characters from an allowed set.
What This Tests
String filtering and validation logic
Efficient character lookup using hash sets
Fail-fast optimization techniques
Set subset verification
Common Patterns
Hashing
Collapse
Hint
What Interviewers May Ask Next
Ask AI Assistant
Ask AI Assistant
Ask me anything about this coding question!
Qwen
Qwen3.6-Flash
0/2000
Auto
Debug
Run
Submit
Test Cases
Input
Output
Expected