Ui Engineer Interview Questions

4,057 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 1961 - 1970 interview questions

Glassdoor has 4,057 interview questions and reports from Ui engineer interviews. Prepare for your interview. Get hired. Love your job.