Skip to content

Interview Questions

Published: at 12:00 AMWritten by __
  1. Walk through the thought process on whether a timestamp should a database object should be injected at the database or the application level.

The short answer is all timestamps should be injected at the application level. Database triggers are not a solution for say timestamp creation when a new object gets inserted. code-database-vs-app

  1. Talk to me about your favorite IDE. What settings do you enjoy?

For me, I prefer to set it up with 80 char word wraps (soft) meaning the editor will force excess chars onto the next line visually even though the file will differ. If an individual is able to talk on these points, it’s an indicator of professionalism.


Previous Post
Picking A Framework
Next Post
Github Basics Notes