Questions regarding assessment: React app
Senior Full Stack Engineer Interview Questions
814 senior full stack engineer interview questions shared by candidates
Mostly culture fit questions. They wanted to make sure I could work well in a team and resolve conflict. There was a whiteboard session to demonstrate a strong understanding of web architecture.
Can you create an API from scratch and structure it as you would in a production environment?
What's your ideal way of working within a Product and Design Team? How would you solve this particular problem? propose an architectural solution What would you improve in this React frontend app?
Limits the number of requests a single API consumer/client can make to an API within a time-frame. Rejects excess requests (http status code 429 Too many requests). Eg. 200 requests per API consumer/min. Considerations: A. Assume single API endpoint B. Core idea/algorithm that would work on a single machine (single/multi - threaded) C. How would you scale the design for a distributed environment under heavy load Note: Even load balancers or API gateways are distributed, not single instances.
What are the pillars of object orientation? Explain what you understand about SOLID. Explain animations in Flutter. Explain the difference between stateful and stateless widgets. What are the .NET dependency injection cycles? How does .NET manage memory?
Explain how asynchronous JavaScript works?
question mainly resolved around fix some the existing CSS and react related logic. like render the list vertically instead of horizontally. fix the initial loading time issue, show spinner instead of showing empty screen or no text initially.
A React live code interview that I needed to solve useState related issues.
Viewing 621 - 630 interview questions