In Round 3, questions focus on task management, API handling, and front-end best practices. You’ll need to display tasks dynamically in a board layout based on statuses (To-do, In Progress, Done) by looping through JSON data and rendering cards accordingly. For dynamic interaction, you'll create a form to add tasks, with default placement in the "To-do" column, and update the board via state. When consuming APIs, you'll fetch task data and assigned user names, managing asynchronous calls with React hooks. For task updates, logic ensures new tasks are placed in the correct column. To optimize performance with large datasets, implement pagination or lazy loading. Front-end security practices include input validation, preventing XSS, and using HTTPS, while TDD ensures tests are written before the code. In Object-Oriented Programming (OOP), you'll write a Circle class to calculate areas based on center and topmost points. For the admin dashboard role, key tasks involve defining roles like Admin and User, designing a UI with tables and search functionality, and handling large data with pagination. Lastly, the architecture should be modular, secure, and scalable with efficient data handling techniques.