i
UBS
Filter interviews by
I applied via Company Website and was interviewed before May 2022. There were 5 interview rounds.
My investment procedure involves thorough research and analysis before making any decisions.
I start by identifying my investment goals and risk tolerance.
I research the market and analyze trends to identify potential investment opportunities.
I evaluate the financial health and performance of the companies or assets I am considering investing in.
I diversify my portfolio to minimize risk and maximize returns.
I regularly ...
I applied via Approached by Company and was interviewed before Dec 2021. There were 3 interview rounds.
Normal aptitude questions and output code snippets
UBS interview questions for popular designations
I was interviewed before Jul 2022.
Get interview-ready with Top UBS Interview Questions
I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.
Prepare tree and graph and sql queries
I was interviewed before Feb 2023.
I am a finance graduate with experience in valuations and proficiency in SQL.
Different treatments in valuations include market approach, income approach, and asset-based approach.
Market approach involves comparing the subject company to similar companies that have been sold recently.
Income approach focuses on the present value of future cash flows generated by the business.
Asset-based approach values the company based ...
I applied via Naukri.com and was interviewed before May 2022. There were 5 interview rounds.
Technical questioner
Explanation of DHCP, DORA process, DMZ environment, APIPA, DHCP helper IP, and default time for assigning a new IP address.
DHCP assigns IP addresses to devices on a network
DORA process involves Discover, Offer, Request, and Acknowledge
DMZ environment is a network segment that separates an internal network from an external network
APIPA is Automatic Private IP Addressing, used when DHCP is not available
DHCP helper IP is ...
DFS and DHCP server migration can be performed using various methods.
For DFS migration, use the DFS Management console to create a new replication group and add the new server as a member. Then, use the DFSRDIAG command to monitor the replication status.
For DHCP server migration, use the DHCP Migration tool to export the DHCP database from the old server and import it to the new server. Then, authorize the new DHCP ser...
I was interviewed in Jul 2021.
Round duration - 120 minutes
Round difficulty - Easy
2 coding questions and 10 MCQ based on find output of code and some aptitude.
Given a string (STR
) of length N
, you are tasked to create a new string through the following method:
Select the smallest character from the first K
characters of STR
, remov...
O(1)
Since we ar...
Given an array of non-negative integers representing the digits of a number and an integer 'K', calculate the maximum possible number by swapping its digits up to 'K...
The idea is to generate all the possible numbers by trying all the possible combinations of indices at most ‘K’ times. We will do this task with a recursive function and each time we swap two indices we will decrease the value of ‘K’ by 1. So base case is when ‘K’ is equal to zero and each time when we swap indices we will check whether the current number is the maximum possible or not.
Here is the algo...
Round duration - 45 minutes
Round difficulty - Easy
C++ questions, one coding question, some python question
Given 'K' different arrays that are individually sorted in ascending order, merge all these arrays into a single array that is also sorted in ascending order.
O(N * K), Where ‘K’ is the number of arrays and ‘N’ is the average number of elements in every array.
We are using an array/list of size O(N * K) to store all the elements of the ‘K’ arrays/lists. T...
Round duration - 45 minutes
Round difficulty - Easy
C++ related questions, coding questions, past internship experience,some python questions
Given an integer array arr
of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.
The first line contains an integer 'T' representing the n...
Use any good sorting algorithm like Merge Sort, Quick Sort or inbuilt sorting function of different languages.
O(1), As we are using constant space.
Time Complexity: O(nlogn)Explanation:O(N*log(N)), where ‘N’ is the size of the array.
We are using inbuilt sort algorithm which has Overall Time Complexity O(N*log(N))
Given an unsorted array of integers, modify the array such that all the zeroes are moved to the end, while maintaining the order of non-zero elements as they appear or...
Hint: can you think of separating zero elements and non-zero elements in different containers?
Approach :
We can create a new array of integers. As soon as we find a non-zero element, we can directly insert it into our new array. After that, we can insert all the left zero’s.
We can easily calculate the number of left zeroes as :
Size of original array = size of new a...
Round duration - 60 minutes
Round difficulty - Medium
Data Structure questions, trees questions.
Given an array PREORDER
representing the preorder traversal of a Binary Search Tree (BST) with N
nodes, construct the original BST.
Each element in the given...
We have a simple Brute Force solution for this problem. We will traverse the PREORDER array, find the left subtree and right subtree and then recursively construct the tree as follows-
Given a binary search tree (BST) and a key value K
, your task is to delete the node with value K
. It is guaranteed that a node with value K
exists in the BST.
A bi...
Tip 1 : Have good knowledge of C++
Tip 2 : Practice easy, medium questions from leetcode mostly arrays, stack, trees.
Tip 3 : Have some knowledge of Python
Tip 1 : Have some achievements like coding contest ratings, etc
Tip 2 : Have 1 or 2 good projects on Web Development or Machine Learning or any internship experience is even better.
Top trending discussions
Some of the top questions asked at the UBS interview -
The duration of UBS interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 202 interviews
Interview experience
Associate Director
3.3k
salaries
| ₹14.8 L/yr - ₹53.5 L/yr |
Assistant Vice President
2.3k
salaries
| ₹16 L/yr - ₹49 L/yr |
Authorized Officer
1.7k
salaries
| ₹9.7 L/yr - ₹28 L/yr |
Exempt NON Officer
1.5k
salaries
| ₹7.2 L/yr - ₹29.1 L/yr |
ENO
1.4k
salaries
| ₹7 L/yr - ₹25 L/yr |
Morgan Stanley
Goldman Sachs
JPMorgan Chase & Co.
Deutsche Bank