the test had 4 parts:
1. multiple choice exam, pretty basic with a google help. 20 min
2. complete the sentence, the operator in a for loop was missing\ add the array index in the brackets [] and things like that. 20 min
3. React test: you get a source code with all the components and redux with a store and action already declared, and all you need is to connect all the components to the redux and dispatch the actions so the data will be shown(they check it with tests that you need to make sure they pass before submitting) 40 min
4. Angular test: you get a source code with a component that has a form with its error messages and styling and your job is to add all the validations and logic with the help of TD Form(specifically)
(https://www.youtube.com/watch?v=uW0e60WFydU&t=608s this might help) 1 hour