Many basic UX design related questions.
Ui Engineer Interview Questions
12,465 ui engineer interview questions shared by candidates
build a employees data base site with multilingual support and integrate with give back-end api implement back-end api cache so that multiple request pagination is avoided
So you know how to code, do you know how to design?
tell me about the project you did.
All question was design related
Tell me about your project that you like the most
Aceita trabalhar com uma área além da sua?
what is design process and explain ?
What is your design process
Write a function for the following JavaScript code? const obj1 = { age: 25, color: "white", weight: true }; const obj2 = { color: "white", weight: true } const obj3 = { age: 26, color: "white", weight: true } console.log(matches(obj1, obj2)); // true console.log(matches(obj2, obj1)); // false console.log(matches(obj3, obj1)); // false console.log(matches(obj3, obj2)); // true
Viewing 2131 - 2140 interview questions