Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by UBS Team. If you also belong to the team, you can get access from here

UBS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

UBS Interview Questions, Process, and Tips

Updated 20 Feb 2025

Top UBS Interview Questions and Answers

  • Q1. Pattern Printing Task You are tasked with printing a specific pattern based on the given number of rows, 'N'. For any input value of 'N', generate and print a pattern as ...read more
    asked in ENO interview
  • Q2. Convert Min Heap to Max Heap Problem Statement Given an array representation of a min-heap of size 'n', your task is to convert this array into a max-heap. Input: The fi ...read more
    asked in Business Technology Analyst interview
  • Q3. There is a closed room with 3 bulbs and there are three switches outside. You can toggle any two switches once without looking inside the room and map the bulbs to their ...read more
    asked in Analyst interview
View all 246 questions

UBS Interview Experiences

Popular Designations

331 interviews found

authorised Officer Interview Questions & Answers

user image Sonali Singh

posted on 24 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Azure databricks related questions

authorised Officer Interview Questions asked at other Companies

Q1. What are your experiences or strategies for preparing PowerPoint presentations?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Work experience
  • Q2. Project management

Top UBS Associate Director Interview Questions and Answers

Q1. How a bond is valued? What is the difference between Bond’s duration and maturity? How a bond exposure to risk can be mitigated?
View answer (1)

Associate Director Interview Questions asked at other Companies

Q1. How will you manage the New location and ramp up the Resourcing as per business requirement
View answer (2)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 9 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Generic maths questions

Round 2 - Coding Test 

Online platform coding challenge

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and mostly questions revolve around prior work experience.

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Bootstrapping, linear logistic regression

Top UBS Associate Director Interview Questions and Answers

Q1. How a bond is valued? What is the difference between Bond’s duration and maturity? How a bond exposure to risk can be mitigated?
View answer (1)

Associate Director Interview Questions asked at other Companies

Q1. How will you manage the New location and ramp up the Resourcing as per business requirement
View answer (2)

UBS interview questions for popular designations

 ENO

 (31)

 Associate Director

 (23)

 Analyst

 (11)

 Business Analyst

 (10)

 Financial Analyst

 (10)

 Authorized Officer

 (7)

 Exempt NON Officer

 (7)

 Intern

 (7)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Profile related and AML related questions

Interview Preparation Tips

Topics to prepare for UBS Financial Crime and Compliance Analyst interview:
  • Sanctions
  • CDD and EDD differences
  • Relationship structure of client
Interview preparation tips for other job seekers - Describe your current profile precisely and keep updated with AML questions through LinkedIn, AML courses, Google tips.

Get interview-ready with Top UBS Interview Questions

Intern Interview Questions & Answers

user image Kirti Kirti

posted on 4 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Data structure and sql mcq with one coding question

Round 2 - Technical 

(1 Question)

  • Q1. Implementation of stack and queue
  • Ans. 

    Stack and queue are data structures used to store and retrieve data in a specific order.

    • Stack is a Last In First Out (LIFO) data structure, while queue is a First In First Out (FIFO) data structure.

    • Stack operations include push (add element) and pop (remove element), while queue operations include enqueue (add element) and dequeue (remove element).

    • Example of stack: Undo feature in text editors. Example of queue: Print

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Jobs at UBS

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Project you worked on
  • Q2. React and Spring

Java Full Stack Developer Interview Questions asked at other Companies

Q1. Coding question - 1. Create a immutable class of orders. What happens when two objects are created out of it. 2.Using the immutable orders create a set of orders and how will you sort these out. 3.Given a List of list of string of integers ... read more
View answer (1)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. 1. What is CRFT 2. Peek method in Java 8
  • Ans. 

    CRFT is a framework for building full-stack web applications using React, Flask, and TypeScript.

    • CRFT stands for React, Flask, and TypeScript, which are the technologies used in the framework

    • It allows developers to build full-stack web applications with a modern tech stack

    • CRFT provides a structured way to develop web applications by combining front-end and back-end technologies

  • Answered by AI

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
Add answer
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell about a time where you had competing demands from stakeholders.

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)

Compliance Interview Questions & Answers

user image Anonymous

posted on 20 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Why ubs and why you?

Interview Preparation Tips

Interview preparation tips for other job seekers - understand the culture of ubs

Compliance Interview Questions asked at other Companies

Q1. Explain about the RBI's requirement on PAPG
View answer (1)

UBS Interview FAQs

How many rounds are there in UBS interview?
UBS interview process usually has 2-3 rounds. The most common rounds in the UBS interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for UBS interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at UBS. The most common topics and skills that interviewers at UBS expect are Python, SQL, Java, Investment Banking and Wealth Management.
What are the top questions asked in UBS interview?

Some of the top questions asked at the UBS interview -

  1. There is a closed room with 3 bulbs and there are three switches outside. You c...read more
  2. If I have 1 to 10 numbers in an array and if one of the numbers is missing then...read more
  3. There is a boat with 100 rungs. How many rungs will be submerged in water on a ...read more
How long is the UBS interview process?

The duration of UBS interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

UBS Interview Process

based on 202 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 568 Interviews
Citicorp Interview Questions
3.7
 • 567 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
Goldman Sachs Interview Questions
3.5
 • 408 Interviews
Deutsche Bank Interview Questions
3.9
 • 366 Interviews
Morgan Stanley Interview Questions
3.7
 • 308 Interviews
Barclays Interview Questions
3.8
 • 277 Interviews
Bank of America Interview Questions
4.3
 • 237 Interviews
BNP Paribas Interview Questions
3.8
 • 177 Interviews
View all

UBS Reviews and Ratings

based on 2.8k reviews

3.9/5

Rating in categories

3.6

Skill development

4.1

Work-life balance

3.7

Salary

3.6

Job security

3.9

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 2.8k Reviews and Ratings
NMI CASS Lead

Hyderabad / Secunderabad

5-7 Yrs

Not Disclosed

GT Product Controller

Hyderabad / Secunderabad

5-9 Yrs

₹ 13-11.25 LPA

Explore more jobs
Associate Director
3.3k salaries
unlock blur

₹14.8 L/yr - ₹53.5 L/yr

Assistant Vice President
2.3k salaries
unlock blur

₹16 L/yr - ₹49 L/yr

Authorized Officer
1.7k salaries
unlock blur

₹9.7 L/yr - ₹28 L/yr

Exempt NON Officer
1.5k salaries
unlock blur

₹7 L/yr - ₹29.1 L/yr

ENO
1.4k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Explore more salaries
Compare UBS with

Morgan Stanley

3.7
Compare

Goldman Sachs

3.5
Compare

JPMorgan Chase & Co.

4.0
Compare

Deutsche Bank

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview