First round with hm, asked both frontend and backend:
BE: Covered the roles of Controller, Service, and Repository layers, data flow between them, and approaches to ensure data consistency using transactions. Also included questions on database migrations and writing SQL queries
FE: Focused on React fundamentals, including component communication between parent and child, differences between state and props, implementing infinite scrolling, handling pop-ups while maintaining background scroll, and responsive design for mobile devices.