Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Jira Model and Reports

HardSystem Design00:00
Practice interviewer
In session
5 left
00:00

Your question is Jira Model and Reports. Take a moment with it on the right.

Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).

You need to log in / sign up to chat or submit.

Problem

Design a Jira model for users on a subscription and non-subscription basis, and send monthly reports to the users.

Asked in the Coding question/SRE stage. Purely based on Python OOP concepts.

Implement a practical object-oriented design that represents users, subscription status, report generation, and monthly delivery. Explain class responsibilities, inheritance or composition choices, and how the design can be extended without changing existing user behavior.

Address:

  1. Subscription and non-subscription user models
  2. Jira activity and monthly report data
  3. Report generation and delivery interfaces
  4. Invalid states and failure handling
  5. Unit-testable design and extensibility