Pergunta de entrevista da empresa Indico Data

* Given a pseudo-api call (returns a dict), parse the data and output it in a required format. * Project to interact with the Indico SDK (example given), to then store the data and retrieve the data with API routes.

Resposta da entrevista

Sigiloso

30 de jul. de 2021

* Was pretty easy. It was mainly a thought process type discussion and making sure that you're not someone fake who showed up and can't code at all. As a a note, it was done in basically a text-editor. So, there was no nice IDE features. * Setup with a Flask server, MongoDB, and Docker-Compose. Also made a few unit tests. Demoed it to the engineers in the interview, showing it spinning it up and interacting with it. No front end is really needed, except for uploading a document and displaying the data (just json on a blank page is fine). DB doesn't have to be NoSQL, was just my decision. You can use any framework or db that you want.