Senior Ui Engineer Interview Questions

186 senior ui engineer interview questions shared by candidates

Implement the `curry()` function. E.g. ``` const add = (a, b, c) => a + b + c; const curriedAdd = curry(add); console.log(curriedAdd(1)(2)(3)); // prints 6. console.log(curriedAdd(1, 2)(3)); // also prints 6. ```
avatar

Senior UI Engineer

Interviewed at Balyasny Asset Management

4.2
Dec 12, 2025

Implement the `curry()` function. E.g. ``` const add = (a, b, c) => a + b + c; const curriedAdd = curry(add); console.log(curriedAdd(1)(2)(3)); // prints 6. console.log(curriedAdd(1, 2)(3)); // also prints 6. ```

Viewing 91 - 100 interview questions

Glassdoor has 186 interview questions and reports from Senior ui engineer interviews. Prepare for your interview. Get hired. Love your job.