Ui Engineer Interview Questions

4,056 ui engineer interview questions shared by candidates

# For Ex if str = '{0} and {1} or {2} or {0}' and values = ['king', 'Hey', 'kumar'] then output should be 'king and Hey or kumar or king' # For Ex If str = '{0}{1}{2}' and values = ['king', 'Hey', 'kumar'] then output should be 'kingHeykumar' # For Ex If str = 'this is beautiful day {2}' and values = ['a', 'b', 'fruit'] then output should be 'this is beautiful day fruit' Write generic formatString implmentation using regex
avatar

UI Engineer

Interviewed at MobileIron

3.6
Apr 5, 2016

# For Ex if str = '{0} and {1} or {2} or {0}' and values = ['king', 'Hey', 'kumar'] then output should be 'king and Hey or kumar or king' # For Ex If str = '{0}{1}{2}' and values = ['king', 'Hey', 'kumar'] then output should be 'kingHeykumar' # For Ex If str = 'this is beautiful day {2}' and values = ['a', 'b', 'fruit'] then output should be 'this is beautiful day fruit' Write generic formatString implmentation using regex

Viewing 51 - 60 interview questions

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