Self introduction, technical take-home assessment and technical questions around the assessment implementation, background and experience relevant to the role.
Senior Ui Engineer Interview Questions
186 senior ui engineer interview questions shared by candidates
Just asked me a bit about my previous jobs. Nothing difficult or technical.
Can you show how a react js project structure would look according to you? How can you further optimize this structure?
How would you remove specific nodes from JSON? (No jQuery)
Unreal Engine related questions for UI about optimization and design/architecture.
Tell me about a time when you received feedback and how you took it
data structure questions
write directive that takes service in the controller and not via directive dependancy injection
What data structure do you use to build the underlying implementation of the Javascript array object.
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