The technical portion of the interview consisted of coding a landing page with different form fields. The requirements stated each form field needed to be validated before submission to the server and if any errors occurred, those were to be aggregated and shown to the user at the top of the page in a single block. Additionally, the username field needed to make an API call to verify that the chosen username was unique.