Pergunta de entrevista da empresa Checkout.com

They send on a react project that you must pull down and run on your local machine. Make sure you have node and an IDE ready on your machine for the interview. They don't give you any instructions and require you to go through the readme and the folder structure to find it, which is awkward given you only have an hour on the interview and realistically it's closer to 50 minutes left at this stage. It was a simple enough problem to create a search box component and send all entries to that search box to an API and display the results.

Resposta da entrevista

Sigiloso

15 de mar. de 2024

I used a controlled form for the search and fetch for the API requests.