employer cover photo
employer logo
employer logo

Digital Diagnostics

Is this your company?

Digital Diagnostics interview question

Design an auto complete function for names.

Interview Answer

Anonymous

15 Feb 2021

1. Consider all permutations on inputs and what should be outputted. They want you to guess what inputs formats that they want supported as they won't tell you. 2. Pass this input to an API. You define what type of input the API accepts. HINT: Space Separated List from the input text field. 3. Compare input terms to space separated name terms and if match all input terms return name.