← All challenges

Analyzing Employees

March 2024

business-rules

Decision models, like databases, frequently need to analyze collections of objects. Help an HR office build a rules-based service that analyzes its employees. Each employee has a unique name, age, gender, marital status, one or more residence locations, number of children, salary, and other attributes, arriving as a JSON request. The service should be able to answer questions such as:

The service should be easy to extend with new questions as they come up.

Send your solutions to DecisionManagementCommunity@gmail.com, or open a pull request to add yours here.

Solutions