Algorithm test Given an array of integers, keep a total score based on the following: – Add 1 point for every even number in the arrav. – Add 3 points for every odd number in the array, except for the number "5". – Add 5 points ever time the number "5" appears in the array. Note that the 0 is considered even.
Senior Developer Interview Questions
30,088 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?
Agile, processes, technical questions
Questions were not worth to be shared.. Just ignore
How to call child controller function from parent component if same component is getting called 4 times in parent component.
How long is your notice period? How much is your salary expectations?
What is the difference between std::list and std::vector
Talk about a project you've worked on
Viewing 1371 - 1380 interview questions