InterviewDB Question

User Feature System: Build a Feature Flag System for Gradual Feature Rollout

Question Details

Problem Design a FeatureSystem class that manages feature flags. Features can be enabled globally, for specific user IDs, or for a percentage of users (deterministic based on user ID hash). Behavior: is_enabled returns True if any rule enables the fe…

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Coding Phone