Echo Global Logistics Interview Question

They gave me a started Angular app on Stackblitz and wanted me to implement 3 basic tasks. 1)sort animals by name using a dropdown or a different property. 2) Implement filtering using radio buttons to only show a certain type of animals. 3)Handle a button click and add a way to group by animal type and sub sort by type.

Interview Answer

Anonymous

Mar 17, 2023

Needed to be familiar with the correct event types that html select and option emit and how to 2 way template binding. Also basic JavaScript array methods used for transforming, filtering and sorting.