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.”