Pregunta de entrevista de Digital Diagnostics

Design an auto complete function for names.

Respuesta de la entrevista

Anónimo

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.