Grokking Modern API Design Interview
Vote

0% completed

​

Interview Question: Design a Calendar API

The interview question is:

Design a Calendar API.

The main challenge is a recurring event with no scheduled end that must display correctly across time zones.

An endless series cannot be stored as one row for every future date. A fixed UTC time also cannot preserve a recurring local meeting time across offset changes. Store the rule and model individual exceptions explicitly.

The contract needs one recurring event, bounded occurrence expansion, and exceptions addressed in the original series.

Scope

"I will design one-time and recurring events, bounded occurrence reads, whole-

.....

.....

.....

Like the course? Get enrolled and start learning!

Reading Progress

0%


Vote for new content