Codesignal Frontend Evaluation
Coinbase - Senior frontend engineer - Coding round
Level: Senior
Education: Bachelors
Years of Experience: 7
Questions Asked: 4
The codesignal round has 4 different questions. I was given a react app and each question was basically a step in the app building.
- First step was to simply use a json file to import some data and render in the UI
- Second was to add additional state to maintain a counter of each data entry
- Third involved sorting the results in a format
- Finally, implement a real API data fetching