← Back to Directory

Dispatch

Small

Dispatch is a technology company that provides a delivery and logistics platform, enabling businesses to manage on-demand and same-day deliveries of goods. It is known for connecting merchants with a network of drivers to streamline last-mile delivery operations.

2 interview notes · updated Jul 2026

Dispatch·Software Engineer·Online Assessment (OA)

May 2026
Got an online assessment from Dispatch for a software engineer role, basically one coding problem involving the AWS S3 SDK. Pretty niche ask for an OA, felt more like a take-home task than a typical algo screen.
  • Write a Node.js program using the AWS S3 SDK to list all files in a public S3 bucket, filter for keys starting with a specific prefix, then fetch and print each matching file's metadata using HeadObject.

“The pagination part is where I almost slipped up.”

View Post

Dispatch·Software Engineer·Online Assessment (OA)

Apr 2026
Got an online assessment from Dispatch for a software engineer role. It was a single coding problem involving the AWS SDK and S3, nothing behavioral, just write the thing and get it working.
  • Using the AWS SDK for JavaScript v3 in Node.js, write a program that lists all objects in a public S3 bucket, filters for keys matching a specific naming convention, and returns each matching key along with its custom metadata.

“The S3 part wasn't hard but the metadata retrieval tripped me up.”

View Post