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] }
Senior Full Stack Engineer Interview Questions
813 senior full stack engineer interview questions shared by candidates
Build a web service and go through proccesses
What does a Python generator do?
task given on node passport react.
- What is your current salary? - How have you applied SOLID principles and clean code in your projects? - How have you made sure that your projects are scalable, clean and maintainable? - Have you worked with micro services in X or Y project? - Why have you left all of those previous companies? - What is your current salary?
Karat: a few semi-open technical questions from 2 categories that I chose (out of 5 available), then a leetcode-style programming task.
Karat: a few semi-open technical questions from 2 categories that I chose (out of 5 available), then a leetcode-style programming task.
Various node, general implementation, and personality questions.
Tell me about yourself and your technical stack
Describe a system that you built (system design)
Viewing 731 - 740 interview questions