Pergunta de entrevista da empresa Publicis Sapient

One key thing they asked me was to build a small React Native app that fetches data from an API, handles nested API calls using Promise.all, and displays the data in a table format. Additionally, I had to implement a dropdown to sort the table by name in ascending or descending order.

Resposta da entrevista

Sigiloso

15 de jul. de 2025

I approached the task by first analyzing the API structure, especially the nested URLs, to determine the best way to fetch all necessary data. I used Promise.all to make parallel API calls and ensure that all responses were received before updating the UI and then done the mapping for UI and then implemented sort implementation.