Problem · Array

Machine Message Router

MediumOpenAI logoOpenAIFULLTIMEPHONE SCREEN

Problem statement

Process an ordered sequence of operations for an in-memory machine message router. Each operation is one of:

The problem statement continues
Pro

Examples

Example 1

operations = ["REGISTER|alpha","SEND|alpha|hello world","SEND|beta|lost","READ|alpha","READ|alpha"]return = ["true","false","hello world",""]

The first message is delivered to the registered machine. The send to beta fails. Reading alpha returns and clears its inbox, so the next read is empty.

FastPrep Pro
Reported in 1 OpenAI interview this week

Unlock this recently reported problem

FastPrep Pro gives you full access to interview problems reported within the last week.

  • Full problem statement and constraints
  • 1 more worked example, explained
  • Guided hints and editorial
  • Run your code on real test cases
$9/month

Pro subscription, billed yearly — or $19 month-to-month. Cancel anytime.

Free plan — 2 of 2 free unlocks used this week
CodePython 3
Run and Submit unlock with Pro
FastPrep Pro
Reported in 1 OpenAI interview this week

Unlock this recently reported problem

FastPrep Pro gives you full access to interview problems reported within the last week.

  • Full problem statement and constraints
  • 1 more worked example, explained
  • Guided hints and editorial
  • Run your code on real test cases
$9/month

Pro subscription, billed yearly — or $19 month-to-month. Cancel anytime.

Free plan — 2 of 2 free unlocks used this week