Many basic UX design related questions.
Ui Developer Interviews
Ui Developer Interview Questions
"Interviews for UI developers will be full of technical questions about HTML, CSS, and other related software tools. Employers will be looking for candidates who can quickly and correctly answer these questions and who are able to show creative and appealing user interfaces that they have created in the past. A bachelor's degree or equivalent work experience is necessary for this position."
12,470 ui developer 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