Candidatei-me online. O processo levou 3 semanas. Fui entrevistado pela Profile Systems & Software em jan. de 2024
Entrevista
Disappointing Technical Test – Encouraged a Non-Best Practice Approach in Angular.
I was given a technical test that required implementing data transfer between two pages in Angular. The expectation was to use Angular routing to pass page component data (large objects) through query params. While this is technically possible, is not considered best practice for page component data as it promotes over fetching and requires complex logic that simple client - server communication.
On top of that, mock data was provided (e.g., a product list and individual product details), but there was no logical connection between them. It felt like two unrelated datasets thrown together without any clear interaction
Perguntas de entrevista [1]
Pergunta 1
Develop login form page, product list page and product details page.