Product design question

Design a system for structuring daily schedules in a high school.

Practice this question out loud. An AI interviewer asks it, follows up like a real interviewer would, and scores your answer. Type or speak.

Start a mock interview on this question · Mock interview from a job description

What this question tests

Tests systems design thinking applied to a constrained operational problem: scheduling under real world resource and rule constraints.

How to approach it

  1. Clarify the users: school administrators building the master schedule, teachers with availability limits, and students needing conflict free courses.
  2. List the constraints: teacher headcount per subject, room capacity, mandatory course sequences, and student elective preferences.
  3. Frame it as a constraint satisfaction problem: assign courses to time slots and rooms while respecting all hard constraints first.
  4. Propose the system: an intake form for teacher availability and room inventory, then an optimizer that flags unresolvable conflicts for manual review.
  5. Define success as percentage of students with zero schedule conflicts and administrator hours saved versus manual scheduling.
  6. Confirm with the interviewer whether this is for one school or a district with shared resources across schools.

What a strong answer includes

Common mistakes

Likely follow-up questions

More product design questions

More questions from Yahoo

Learn the skill behind it

Chapters of the AI PM course that teach what this question tests.

Preparing for a specific role?

Book summaries for this kind of question

Browse all 4,000+ questions in the bank