Senior Developer Interview Questions

30,088 senior developer interview questions shared by candidates

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.
avatar

Senior IOS Developer

Interviewed at bunq

3.6
Jan 13, 2023

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.

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.
avatar

Senior Javascript Developer

Interviewed at Synechron

4.1
Mar 8, 2024

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.

Viewing 1371 - 1380 interview questions

Glassdoor has 30,088 interview questions and reports from Senior developer interviews. Prepare for your interview. Get hired. Love your job.