They asked me all questions from Java perspective instead of Stibo.
Senior Developer Interview Questions
29,155 senior developer interview questions shared by candidates
write code to unique object array from var obj = [ { name: 'xyz', id: '1' }, { name: 'abc', id: '2' }, { name: 'xyz', id: '1' }, { name: 'pqr', id: '3' }, ];
what is currying in the javascript Currying is a technique used to transform a function with multiple arguments into a sequence of nested functions, each taking a single argument. The curried function returns a new function for each argument until all arguments are provided, and then it finally returns the result. This technique allows for partial application of a function, meaning you can pass some arguments now and the rest later.
What is an event loop?
To implement a complete usecase in group of 4 and explain your part
Asked about kotlin questions and jetpack compose about the state management, effects in compose. Coding includes kotlin collections
They asked me to explain how I would approach optimizing the performance of a web application. It was a great question because it allowed me to demonstrate my practical experience, talk about specific tools and techniques I use, and show how I think through real-world challenges.
I was given a scenario: “How would you implement an optimised search field?"
1-he asked about the functionality of Map object in JavaScript
the argument of reduce and forEach and map in arrays
Viewing 1261 - 1270 interview questions