← Back to Directory

Valon Mortgage

Small

Valon Mortgage is a fintech startup that provides a modern mortgage servicing platform aimed at simplifying and improving the homeownership experience for borrowers. It is known for building proprietary technology to replace legacy loan servicing systems and offering a user-friendly digital interface for managing mortgages.

1 interview note · updated Jul 2026

Valon Mortgage·Software Engineer·Technical Phone Screen

Jul 2026
Valon Mortgage gave me a coding round that was basically 'build a tiny in-memory database from scratch.' One question, but it sprawled in every direction once I started implementing it.
  • Design and implement a simplified in-memory database that supports INSERT, SELECT with column projection, WHERE filtering, and ORDER BY on a single fixed-schema table.

“I started with the insert and select logic pretty confidently, but the WHERE clause is where things got messy.”

View Post