The questions were mostly on JAVA and Core Java along with spring boot
Senior Full Stack Engineer Interview Questions
1,780 senior full stack engineer interview questions shared by candidates
Design a system to handle immediate and delayed off-boarding of employees to revoke access to various SaaS product offerings.
90% questions were related to database . Almost nothing was related to the app architecture, project structure, infrastructure and etc.
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] }
These are typical questions from HackerRank, nothing extraordinary.
Build a web service and go through proccesses
What does a Python generator do?
Laravel / React related question
What is CORS policy and how it works
task given on node passport react.
Viewing 1591 - 1600 interview questions