Ui Engineer Interview Questions

4,057 ui engineer interview questions shared by candidates

Write a generic program which looks through each object in the list of objects, returning an array of all the objects that contain all of the key-value pairs listed in properties. Below is the example. Ex. var list = [ { lName: 'Dang', displayName: 'Luan Dang', phNo: '123=-456', fName: 'Luan' }, { fName: 'samir', lName: 'gandhi' } ] and propJSON = { fName: 'Luan', lName: 'Dang' } then output should be [ { fName: 'Luan', lName: 'Dang', displayName: 'Luan Dang', phNo: '123=-456' } ] but if my propJSON is { fName: 'Akansha', lName: 'foo' } then output should be [] function findObjects(list, propJSON) { }
avatar

UI Engineer

Interviewed at MobileIron

3.6
Apr 5, 2016

Write a generic program which looks through each object in the list of objects, returning an array of all the objects that contain all of the key-value pairs listed in properties. Below is the example. Ex. var list = [ { lName: 'Dang', displayName: 'Luan Dang', phNo: '123=-456', fName: 'Luan' }, { fName: 'samir', lName: 'gandhi' } ] and propJSON = { fName: 'Luan', lName: 'Dang' } then output should be [ { fName: 'Luan', lName: 'Dang', displayName: 'Luan Dang', phNo: '123=-456' } ] but if my propJSON is { fName: 'Akansha', lName: 'foo' } then output should be [] function findObjects(list, propJSON) { }

Questions varied from simple to complex around my experience. Unlike various other companies that try to ask random and meaningless questions, the questions were centered more on understanding my experience in the projects I have worked , depth and breadth of my knowledge within the scope of my current job, my ability & enthusiasm to learn. I met with the tech leads and Dev mgr. Young & smart team. I liked the way they approached in the evaluation. Recruiter were prompt to follow up after the interview. It took almost 2.5 weeks as we had to work around some conflicting schedules. Recruiter handled it very well and the team was so professional. I was disappointed that I did not clear the interview and missed the opportunity. If given an opportunity I would reapply in future and go better prepared.
avatar

UI Developer

Interviewed at Zenmonics

4.1
Dec 20, 2018

Questions varied from simple to complex around my experience. Unlike various other companies that try to ask random and meaningless questions, the questions were centered more on understanding my experience in the projects I have worked , depth and breadth of my knowledge within the scope of my current job, my ability & enthusiasm to learn. I met with the tech leads and Dev mgr. Young & smart team. I liked the way they approached in the evaluation. Recruiter were prompt to follow up after the interview. It took almost 2.5 weeks as we had to work around some conflicting schedules. Recruiter handled it very well and the team was so professional. I was disappointed that I did not clear the interview and missed the opportunity. If given an opportunity I would reapply in future and go better prepared.

Viewing 2821 - 2830 interview questions

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