← Back to Directory

Blink Health

Mid-sized

Blink Health is a healthcare technology company that operates a digital pharmacy platform aimed at making prescription medications more affordable and accessible. It partners with pharmacies, manufacturers, and payers to offer discounted drug pricing and home delivery services directly to consumers.

3 interview notes · updated Jul 2026

Blink Health·Software Engineer·Onsite - System Design / Architecture

May 2026
System design round at Blink Health where I had to write a full approach doc and AI execution plan for a duplicate patient detection system. Pretty deep cut for a software engineer interview, felt more like a staff-level architecture exercise than anything I'd prepped for.
  • Which patient attributes would you use to detect duplicate records, and why does each one matter?
  • How would you score and rank confidence in potential duplicate matches? Walk through your approach to deterministic vs probabilistic matching, blocking, fuzzy string similarity, and weighted attribute scoring.
  • How would you minimize false positives in the duplicate detection system, and what role does human review play?
  • How does your system handle fuzzy or ambiguous situations like typos, missing fields, and address variations?
  • What should the system do when its confidence in a match is low?
  • How would you decompose this plan into tasks for an AI coding assistant, including prompts, quality gates, and verification steps?

“I started with the obvious ones: name, date of birth, SSN, MRN.”

View Post

Blink Health·Software Engineer·Technical Phone Screen

May 2026
Blink Health software engineer round, basically one meaty coding problem the whole time. The problem looked straightforward at first glance but pagination and tie-breaking made it more annoying than expected. They also mentioned AI was fine for debugging but not for writing the solution, which felt like a reasonable constraint honestly.
  • Implement a function that fetches food outlets from a paginated HTTP API, filters by city and a minimum vote threshold, and returns the name of the highest-rated outlet. Tie-break by most votes when ratings are equal.

“The filtering logic itself was fine.”

View Post

Blink Health·Software Engineer·Online Assessment (OA)

Apr 2026
Multiple-choice OA for a software engineer role at Blink Health, focused almost entirely on AI adoption practices and how engineers should work alongside AI agents. Ten questions, behavioral and technical mixed together, which was a format I hadn't seen before.
  • Why does a more mature stage of AI adoption emphasize making small, incremental changes with quality checks between each step rather than larger batch updates?
  • Before asking an AI to implement a feature, which things should an engineer have clearly defined first?
  • If an AI agent suggests skipping a shadow-mode rollout phase in order to ship a payment integration more quickly, what should you do?

“This one actually made me think.”

View Post