Pregunta de entrevista de Harish

Explain a project where you used REST APIs and how you handled data flow between frontend and backend.

Respuesta de la entrevista

Anónimo

20 may 2026

I explained my full-stack project where the frontend sends API requests to the backend using HTTP methods like GET, POST, PUT, and DELETE. The backend processes the request, interacts with the database, and returns JSON responses. I also discussed authentication, validation, and error handling implemented in the project.