Harris Computer Interview Question

How would you debug a problem where UI components are not rendering properly on the web.

Interview Answer

Anonymous

Sep 4, 2023

Start with seeing if any tests are failing. If no tests are failing or none are present, check with a tool like Postman to see if the endpoints are working correctly. If they are, check the code to make sure the endpoint is being called properly from the front end. If it is there, check the response status and body through a breakpoint on Chrome.