What was a larger-scale project that you lead and how was it designed?
Senior Full Stack Engineer Interview Questions
829 senior full stack engineer interview questions shared by candidates
In the challenge: - Improve the efficiency, batch requests - Improve/add unit tests
Tell me about your best project.
Web development question
90% questions were related to database . Almost nothing was related to the app architecture, project structure, infrastructure and etc.
Design a system to handle immediate and delayed off-boarding of employees to revoke access to various SaaS product offerings.
One of the questions: Write a function that takes an array of objects, and returns an object that has keys based on attributes of the original array. Input: [ {name: "prod1", variants: [{size: "32B", name: "prod1"}, {size: "32C", name: "prod1"}, {size: "32D", name: "prod1"}]}, {name: "prod2", variants: [{size: "30A", name: "prod2"}, {size: "32C", name: "prod2"}, {size: "32B", name: "prod2"}]}, {name: "prod3", variants: [{size: "30A", name: "prod3"}, {size: "34C", name: "prod3"}, {size: "34D", name: "prod3"}]}, {name: "prod4", variants: [{size: "28B", name: "prod4"}, {size: "32C", name: "prod4"}, {size: "34D", name: "prod4"}]}, ] Output: { 28B: [{size: "28B", name: "prod4"}], 30A: [{size: "30A", name: "prod2"}, {size: "30A", name: "prod3"}], 32B: [{size: "32B", name: "prod1"}, {size: "32B", name: "prod2"}], 32C:Array[3] 32D:Array[1] 34C:Array[1] 34D:Array[2] }
Build a web service and go through proccesses
What does a Python generator do?
task given on node passport react.
Viewing 741 - 750 interview questions