Full Stack Engineer applicants have rated the interview process at UBS with 4 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 58.4% positive. This is according to Glassdoor user ratings.
Candidates applying for Full Stack Engineer roles take an average of 5 days to get hired, when considering 1 user submitted interviews for this role. To compare, the hiring process at UBS overall takes an average of 34 days.
Common stages of the interview process at UBS as a Full Stack Engineer according to 1 Glassdoor interviews include:
Skills test: 100%
Here are the most commonly searched roles for interview reports -
I applied online. The process took 5 days. I interviewed at UBS in Jul 2025
Interview
I took the online assessment, which contains one DSA and 16 non-conding questions, It took 70 mins to complete. For DSA it is about to find the common prefix for in an array of String and return at most three words contains the common prefix while user is typing,Should use binary search to find the common prefix to make the time complixity O(logn).
Interview questions [1]
Question 1
For DSA it is about to find the common prefix for in an array of String and return at most three words contains the common prefix while user is typing,Should use binary search to find the common prefix to make the time complixity O(logn).