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 ENO Interview Questions and Answers

Updated 20 Jun 2024

53 Interview questions

An ENO was asked
Q. Tell me about your projects and which data structures you used in them.
Ans. 

I developed a project for data analysis using Python and utilized various data structures such as lists, dictionaries, and sets.

  • Used lists to store and manipulate data

  • Used dictionaries to map key-value pairs for efficient data retrieval

  • Used sets to perform operations such as union and intersection

  • Implemented algorithms such as sorting and searching using appropriate data structures

An ENO was asked
Q. What is the difference between a method and a function?
Ans. 

Method is a function that belongs to a class or object, while function is a standalone block of code.

  • A method is called on an object or class instance, while a function is called independently.

  • A method can access and modify the state of an object, while a function cannot.

  • A method is defined within a class or object, while a function is defined outside of them.

  • Example of a method: object.methodName(), example of a ...

ENO Interview Questions Asked at Other Companies

asked in UBS
Q1. Pattern Printing Task You are tasked with printing a specific pat ... read more
asked in UBS
Q2. Find Missing Number In String Problem Statement You have a sequen ... read more
asked in UBS
Q3. Angle Calculation Between Clock Hands Given a specific time in ho ... read more
asked in UBS
Q4. If you have an array containing the numbers 1 to 10, with one num ... read more
asked in UBS
Q5. Android: What do you mean by ‘target API level’? Which software d ... read more
An ENO was asked
Q. Tell me about the Vector class.
Ans. 

Vector is a class in C++ that represents a dynamic array.

  • It allows for efficient insertion and deletion of elements.

  • It automatically resizes itself as elements are added or removed.

  • It can be used to implement other data structures like stacks and queues.

  • Example: vector<int> v; v.push_back(5); v.push_back(10);

  • Example: vector<string> names = {"Alice", "Bob", "Charlie"};

An ENO was asked
Q. Tell me about Linked Lists in Java.
Ans. 

Linked List is a data structure in Java that stores a sequence of elements with pointers to the next element.

  • Each element in a Linked List is called a node and contains a value and a pointer to the next node.

  • Linked Lists are dynamic and can grow or shrink in size during runtime.

  • Insertion and deletion operations are efficient in Linked Lists compared to arrays.

  • Traversal in a Linked List is slower compared to arrays...

An ENO was asked
Q. Implement your hash map class.
Ans. 

Hash map class implementation using an array of strings.

  • Create an array of strings to store key-value pairs

  • Use a hash function to map keys to indices in the array

  • Handle collisions using a collision resolution technique like chaining or open addressing

  • Implement methods to add, remove, and retrieve key-value pairs

  • Consider resizing the array if it becomes too full or too empty

🔥 Asked by recruiter 4 times
An ENO was asked
Q. Why Credit Suisse?
Ans. 

Credit Suisse offers a dynamic and challenging work environment with opportunities for growth and development.

  • Credit Suisse is a leading global financial services company with a strong reputation

  • The company offers a diverse range of products and services to clients worldwide

  • Credit Suisse values innovation, collaboration, and a commitment to excellence

  • Working at Credit Suisse provides opportunities for personal and...

An ENO was asked
Q. What are derivatives? Types of derivatives
Ans. 

Derivatives are financial contracts that derive their value from an underlying asset or security.

  • Types include futures, options, swaps, and forwards

  • Used for hedging, speculation, and arbitrage

  • Can be based on stocks, bonds, commodities, currencies, and more

Are these interview questions helpful?
An ENO was asked
Q. What is a derivative? Types of derivatives
Ans. 

A derivative is a financial contract whose value is based on an underlying asset or security.

  • Derivatives can be used for hedging or speculation.

  • Types of derivatives include futures, options, swaps, and forwards.

  • Futures contracts obligate the buyer to purchase an asset at a predetermined price and time.

  • Options contracts give the buyer the right, but not the obligation, to buy or sell an asset at a predetermined pri...

An ENO was asked
Q. What is encapsulation, data hiding and abstraction?
Ans. 

Encapsulation is the bundling of data and methods into a single unit. Data hiding is the concept of restricting access to data. Abstraction is the process of simplifying complex systems.

  • Encapsulation combines data and methods into a single unit, providing better control and security.

  • Data hiding restricts access to data, allowing only specific methods to manipulate it.

  • Abstraction simplifies complex systems by provi...

An ENO was asked
Q. Java questions:What are abstract classes?What are final classes?What are static classes? Difference between static and nonstatic classes. What is inheritance? Give example and explain
Ans. 

Explanation of abstract, final, and static classes and inheritance in Java.

  • Abstract classes are classes that cannot be instantiated and are meant to be extended by other classes.

  • Final classes are classes that cannot be extended by other classes.

  • Static classes are nested classes that can be accessed without creating an instance of the outer class.

  • Static classes are different from non-static classes in that they can...

UBS ENO Interview Experiences

31 interviews found

ENO Interview Questions & Answers

user image Anonymous

posted on 7 Sep 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Process related questions
Round 3 - HR 

(1 Question)

  • Q1. Discussion about package

Interview Preparation Tips

Interview preparation tips for other job seekers - Amazing work culture... Work life balance is good.. good pay

ENO Interview Questions & Answers

user image Anonymous

posted on 16 Apr 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Fixed Asset accounting

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basin Accounting concepts

ENO Interview Questions & Answers

user image Anonymous

posted on 13 Mar 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. IFRS 15, IFRS 9, DTA DTL?
  • Q2. Past work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and you will get through the interview

ENO Interview Questions & Answers

user image Anonymous

posted on 19 Jul 2022

I appeared for an interview in Sep 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Risk and controls are correlated
  • Ans. 

    Yes, risk and controls are correlated.

    • Risk management involves identifying, assessing, and mitigating risks, while controls are measures put in place to manage those risks.

    • Effective controls can reduce the likelihood and impact of risks, while inadequate controls can increase risk.

    • For example, implementing cybersecurity controls can reduce the risk of a data breach.

    • However, over-reliance on controls can also create new...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Details of whatever job profile mentioned in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Details of whatever mentioned in resume
Go thoroughly

ENO Interview Questions & Answers

user image Jagadeesh Chinayol

posted on 19 Mar 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2023.

Round 1 - HR 

(1 Question)

  • Q1. Current role and other stuff
Round 2 - Technical 

(1 Question)

  • Q1. SQL, scenario based questions, linux etc
Round 3 - Technical 

(1 Question)

  • Q1. Managerial round with technical stuff
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

ENO Interview Questions & Answers

user image Snehal Thete

posted on 28 Dec 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Process related questions
  • Q2. Technical teams
Round 3 - Technical 

(1 Question)

  • Q1. Process related questions and past experience questions
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations and other expectations

ENO Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to work with company?
  • Q2. Why are you looking for a change?

ENO Interview Questions & Answers

user image Anonymous

posted on 29 Dec 2022

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

I applied via Referral and was interviewed before Dec 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Reason for change and achievement
  • Q2. Are you willing to relocate
  • Q3. Do you have good Wifi and laptop/Desktop
  • Ans. 

    Yes, I have good Wifi and a reliable laptop.

    • I have a high-speed internet connection with a stable Wifi signal.

    • My laptop is a recent model with good processing power and memory.

    • I also have a desktop computer that I use for more demanding tasks.

    • I regularly update my software and hardware to ensure optimal performance.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive, Be fair and open to the floor.
Be clam and confidence

ENO Interview Questions & Answers

user image Anonymous

posted on 14 Jan 2022

I applied via Company Website and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is a derivative? Types of derivatives
  • Ans. 

    A derivative is a financial contract whose value is based on an underlying asset or security.

    • Derivatives can be used for hedging or speculation.

    • Types of derivatives include futures, options, swaps, and forwards.

    • Futures contracts obligate the buyer to purchase an asset at a predetermined price and time.

    • Options contracts give the buyer the right, but not the obligation, to buy or sell an asset at a predetermined price an...

  • Answered by AI
  • Q2. What make you take up finance

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in your answers and if you don't know something just say I don't know but I'll learn about it

ENO Interview Questions & Answers

user image Anonymous

posted on 14 Jan 2022

I applied via Company Website and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are derivatives? Types of derivatives
  • Ans. 

    Derivatives are financial contracts that derive their value from an underlying asset or security.

    • Types include futures, options, swaps, and forwards

    • Used for hedging, speculation, and arbitrage

    • Can be based on stocks, bonds, commodities, currencies, and more

  • Answered by AI
  • Q2. What made you take finance?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while giving answers and if you don't know something just say I don't know and I'll learn about it

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about UBS?
Ask anonymously on communities.

UBS Interview FAQs

How many rounds are there in UBS ENO interview?
UBS interview process usually has 2-3 rounds. The most common rounds in the UBS interview process are HR, Resume Shortlist and One-on-one Round.
What are the top questions asked in UBS ENO interview?

Some of the top questions asked at the UBS ENO interview -

  1. If I have 1 to 10 numbers in an array and if one of the numbers is missing then...read more
  2. Android: What do you mean by ‘target API level’? Which software do u use to...read more
  3. What is encapsulation, data hiding and abstracti...read more
What are the most common questions asked in UBS ENO HR round?

The most common HR questions asked in UBS ENO interview are -

  1. What are your strengths and weakness...read more
  2. Why are you looking for a chan...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.7/5

based on 7 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 60%
2-4 weeks 20%
6-8 weeks 20%
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 618 Interviews
Citicorp Interview Questions
3.7
 • 588 Interviews
HSBC Group Interview Questions
3.9
 • 511 Interviews
American Express Interview Questions
4.1
 • 387 Interviews
BNY Interview Questions
3.8
 • 366 Interviews
Morgan Stanley Interview Questions
3.6
 • 308 Interviews
View all
UBS ENO Salary
based on 1.2k salaries
₹6.7 L/yr - ₹25 L/yr
14% more than the average ENO Salary in India
View more details

UBS ENO Reviews and Ratings

based on 108 reviews

4.1/5

Rating in categories

3.5

Skill development

4.2

Work-life balance

4.2

Salary

3.6

Job security

4.2

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 108 Reviews and Ratings
Associate Director
3.8k salaries
unlock blur

₹15 L/yr - ₹55.8 L/yr

Assistant Vice President
2.3k salaries
unlock blur

₹16 L/yr - ₹50.3 L/yr

Authorized Officer
2k salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Exempt NON Officer
1.5k salaries
unlock blur

₹7.2 L/yr - ₹29 L/yr

ENO
1.2k salaries
unlock blur

₹6.7 L/yr - ₹25 L/yr

Explore more salaries
Compare UBS with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

3.9
Compare

Cholamandalam Investment & Finance

3.9
Compare
write
Share an Interview