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

Clear (1)

UBS Exempt NON Officer Interview Questions and Answers

Updated 6 Aug 2024

UBS Exempt NON Officer Interview Experiences

7 interviews found

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

(2 Questions)

  • Q1. Explain the Kubernetes architecture
  • Ans. 

    Kubernetes architecture is a container orchestration platform that manages containerized applications across a cluster of nodes.

    • Kubernetes follows a master-slave architecture with a master node and multiple worker nodes.

    • Master node components include API server, scheduler, controller manager, and etcd.

    • Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).

    • Nodes communicate with each oth...

  • Answered by AI
  • Q2. Shell scripting and python related questions

Skills evaluated in this interview

Exempt NON Officer Interview Questions & Answers

user image Utkrisht Sethi

posted on 10 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

NA, too much stuff CAT level

Round 2 - Aptitude Test 

Oil forwards hedging

Round 3 - Technical 

(3 Questions)

  • Q1. Futures, forwards, equity, swaps valuations
  • Q2. Naaaaa fvs sch sss
  • Q3. Nagg ff ff tg rr
Round 4 - HR 

(1 Question)

  • Q1. Salary stuff and money

Exempt NON Officer Interview Questions Asked at Other Companies

asked in UBS
Q1. Explain the Kubernetes architecture
asked in UBS
Q2. Negotiated for 25% hike
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Details on my roles and responsibilities.
Round 2 - Technical 

(1 Question)

  • Q1. Knowledge of the process.
Round 3 - HR 

(1 Question)

  • Q1. Negotiated for 25% hike
  • Ans. 

    Negotiated successfully for a 25% salary hike in previous job.

    • Demonstrated value to employer through achievements and contributions

    • Researched market rates and presented data to support request

    • Highlighted unique skills and qualifications during negotiation

    • Maintained professionalism and positive attitude throughout the process

  • Answered by AI

I applied via Referral and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What do you know about this company?
  • Q2. Why you want to join this organisation?
  • Q3. What will you do for this organisation to take it on higher level?
  • Q4. Why you want to change role?
  • Q5. Do you have leadership qualities?
  • Q6. What will you do if you will face problems in your work?
  • Q7. Are you interested in learning new technologies?
  • Q8. Are you ready to work under pressure?

Interview Preparation Tips

Interview preparation tips for other job seekers - It was average interview. All the questions related to technology were average they will ask you everything from your resume only so try to make it accurate.

UBS interview questions for designations

 Authorized Officer

 (7)

 Compliance Officer

 (1)

 Cash Officer

 (1)

 authorised Officer

 (6)

 CCR Officer

 (1)

 Operational Risk Officer

 (1)

 ENO

 (31)

 Associate Director

 (23)

Interview Questionnaire 

2 Questions

  • Q1. Technical questions were more along with reason for change.
  • Q2. Some questions were related with project and

I applied via LinkedIn and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1. Whatever mentioned in cv thoroughly.2. consolidation 3. Why intercompany balances are excluded from Balance Sheet.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Ask questions of u have any

I applied via Referral and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. IFRS on Financial Instruments

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare fir ifrs and basic investment Banking terms

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: Study data interpretation (calculator allowed) and pattern puzzles

Round: Group Discussion
Experience: Two topics (have been same case studies for past 4 years now): - Mobile app improvement - Making a business decision

Round: HR Interview
Experience: Everything depends only on HR interview
Tips: Make a list of your strengths and an example for each!

Round: Technical Interview
Experience: Short, easy and basic questions asked about projects and DS. Pretty chilled

College Name: Sardar Patel Institute of Technology

Software Engineer Interview Questions & Answers

Barclays user image Shubham Srivastava

posted on 30 Jan 2016

Interview Preparation Tips

Round: Test
Experience: General aptitude consisted of quantitative questions .There were 6 questions and suggested time as 10 minutes. Questions were of easy level. Questions based on numbers,distance,time etc..Answers of general aptitude were to be written in textbox. eg ans is 4,write 4. there were no options in quant. Answers were integers an easy.
Technical comprehension involved two paragraphs and questions based on sql.
Logical analysis contained questions of logical deduction mainly.
Program tracing involved finding output of programs(mainly while loop and if else)..
Programming : There was only one question of programming(to be solved in 30 minutes). Code was given and was to be modified.Modification involved like , find out the least salary of employees,... (they used file input output and structures).

Tips: Practice basic aptitude.Concepts should be clear.
Duration: 90 minutes
Total Questions: 18

Skills: Basic C/C++, Logical Thinking, Logical Reasoning, General Aptitude
College Name: NIT Raipur

Interview Questionnaire 

11 Questions

  • Q1. 1st technical round
  • Q2. How you will find the smallest of 4 numbers without using >.< and min function using java
  • Ans. 

    Finding smallest of 4 numbers without using >.< and min function in Java.

    • Initialize a variable with the first number

    • Compare it with the remaining numbers using if-else statements

    • If a smaller number is found, update the variable

    • Repeat until all numbers are compared

    • The final value of the variable will be the smallest number

  • Answered by AI
  • Q3. Write a code for palindrome
  • Ans. 

    Code for palindrome checking

    • Convert the input to lowercase to ignore case sensitivity

    • Use two pointers, one at the start and one at the end of the string

    • Compare the characters at both pointers and move them towards each other

    • If all characters match, it's a palindrome

  • Answered by AI
  • Q4. Write any javascript code
  • Ans. 

    Javascript code to display 'Hello World!' on the webpage

    • Create a new HTML file

    • Add a script tag with 'type' attribute set to 'text/javascript'

    • Inside the script tag, use document.write() to display 'Hello World!'

  • Answered by AI
  • Q5. Swap two number without using temperory variable
  • Ans. 

    Swap two numbers without using a temporary variable.

    • Use addition and subtraction to swap the values

    • Use XOR operator to swap the values

    • Use multiplication and division to swap the values

  • Answered by AI
  • Q6. How you will add 2 table
  • Ans. 

    To add 2 tables, we need to use a join operation on a common column.

    • Identify the common column between the tables

    • Choose the appropriate join type (inner, outer, left, right)

    • Write the SQL query to join the tables

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q7. Difference between union and union all
  • Ans. 

    Union combines and removes duplicates, Union All combines all rows including duplicates.

    • Union is used to combine the result sets of two or more SELECT statements and remove duplicates.

    • Union All is used to combine the result sets of two or more SELECT statements and includes all rows, including duplicates.

    • Union is slower than Union All as it has to remove duplicates.

    • Union requires the same number of columns in all SELEC...

  • Answered by AI
  • Q8. They provide an instance, and tell us to write a query for that
  • Q9. Tell me about yourself
  • Q10. The worst situation during your internship period
  • Ans. 

    Being assigned a project with unrealistic deadlines and minimal guidance

    • Received a project with tight deadlines and unclear requirements

    • Struggled to meet the deadlines due to lack of guidance and support

    • Had to work long hours and weekends to try to complete the project

    • Learned the importance of clear communication and setting realistic expectations

  • Answered by AI
  • Q11. How you will overcome from that worst situation

Interview Preparation Tips

Round: Test
Experience: The question were not that much difficult. Many apti questions are easy. Technical was very easy for me.
The questions were fully based on java, c and SQL. 7 to 8 questions are from SQL. But all are straight forward questions. Other 2 sections were easy and any student who had a good sort of thinking ability can able to solve those questions.
Tips: Just refer all the basic topics in java, c and sql.
Duration: 60 minutes
Total Questions: 50

Round: Technical Interview
Experience: It was fully based on the final sem project which i was doing.
Since my project is company's employee portal, i was asked about that. They will dig into deep with respect to that project.
Tips: U should be aware of each and everything in your project which you are going to explain them. The question which they use to ask is really unpredictable.

Round: Technical Interview
Experience: This is pure technical round where i was asked the questions which is easy but takes time to think. Anyhow, i answered all these questions and get into the next round.
Tips: Logical thinking matters. Though questions look easier, sometimes we co calculate with wrong manner.
So keep calm and think in a broader manner.

Round: Technical Interview
Experience: Technical round with pure database stuffs. I was asked only few question in this. Since it was straight forward, i answered all the questions.

Round: HR Interview
Experience: Confidence really matters. Though i was not that much good in conversing, i spoke with brave and confidently which makes me to became a part of the barclays team.

General Tips: Be confident enough and answer them what you know.
Talking too much as well as taking less is also a problematic.
Skills: Logical thinking, Technical skills ( Especially about database )
College Name: MANIPAL INSTITUTE OF TECHNOLOGY, MANIPAL
Motivation: Credits should goes to my bro who motivates me to apply to this comapny.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

UBS Interview FAQs

How many rounds are there in UBS Exempt NON Officer interview?
UBS interview process usually has 2-3 rounds. The most common rounds in the UBS interview process are Technical, HR and Aptitude Test.
What are the top questions asked in UBS Exempt NON Officer interview?

Some of the top questions asked at the UBS Exempt NON Officer interview -

  1. Explain the Kubernetes architect...read more
  2. Negotiated for 25% h...read more
  3. 1. Whatever mentioned in cv thoroughly.2. consolidation 3. Why intercompany bal...read more

Recently Viewed

DESIGNATION

INTERVIEWS

UBS

No Interviews

INTERVIEWS

UBS

No Interviews

INTERVIEWS

UBS

No Interviews

REVIEWS

SBI Securities

No Reviews

REVIEWS

State Street Syntel

No Reviews

INTERVIEWS

CAMS Investor Services

No Interviews

REVIEWS

State Street Syntel

No Reviews

SALARIES

American Express

DESIGNATION

Tell us how to improve this page.

UBS Exempt NON Officer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 569 Interviews
Citicorp Interview Questions
3.7
 • 568 Interviews
HSBC Group Interview Questions
4.0
 • 491 Interviews
Goldman Sachs Interview Questions
3.5
 • 408 Interviews
Deutsche Bank Interview Questions
3.9
 • 366 Interviews
American Express Interview Questions
4.2
 • 364 Interviews
BNY Interview Questions
3.9
 • 341 Interviews
Morgan Stanley Interview Questions
3.7
 • 309 Interviews
Barclays Interview Questions
3.8
 • 278 Interviews
View all
UBS Exempt NON Officer Salary
based on 1.5k salaries
₹7.2 L/yr - ₹29.1 L/yr
11% more than the average Exempt NON Officer Salary in India
View more details

UBS Exempt NON Officer Reviews and Ratings

based on 127 reviews

4.3/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

4.1

Salary

3.4

Job security

4.3

Company culture

3.4

Promotions

3.9

Work satisfaction

Explore 127 Reviews and Ratings
Associate Director
3.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Vice President
2.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Authorized Officer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Exempt NON Officer
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

ENO
1.4k salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent