SmarterDx interview question

How would you handle migrating a column in a database?

Interview Answer

Anonymous

26 Apr 2025

I said I would make a new column, backfill the data, and maintain the data with a db trigger until we could deprecate the column. I don't think he liked the answer.