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 ENO Interview Questions, Process, and Tips

Updated 20 Jun 2024

Top UBS ENO 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
  • Q2. Find Missing Number In String Problem Statement You have a sequence of consecutive nonnegative integers. By appending all integers end-to-end, you formed a string S with ...read more
  • Q3. Angle Calculation Between Clock Hands Given a specific time in hours and minutes, your task is to calculate the smallest possible angle between the hour hand and the min ...read more
View all 54 questions

UBS ENO Interview Experiences

31 interviews found

ENO Interview Questions & Answers

user image Anonymous

posted on 9 Nov 2021

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is the concept of Seclending, Repurchase and Reverse Repurchase Agreement?
  • Ans. 

    Seclending is a process of lending securities for a short period of time in exchange for collateral.

    • Seclending involves borrowing and lending of securities.

    • The borrower provides collateral to the lender in exchange for the securities.

    • The borrower pays a fee to the lender for the use of the securities.

    • Repurchase agreement involves the sale of securities with an agreement to repurchase them at a later date.

    • Reverse repurc...

  • Answered by AI
  • Q2. Questions related to previous experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be authentic with your answer. If you don't know just tell I don't know

ENO Interview Questions & Answers

user image Anonymous

posted on 17 Jun 2021

Interview Questionnaire 

1 Question

  • Q1. More about process related

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 I have 1 to 10 numbers in an array and if one of the numbers i ... read more
asked in UBS
Q5. Android: What do you mean by ‘target API level’? Which software d ... read more

ENO Interview Questions & Answers

user image Anonymous

posted on 13 Jul 2020

I applied via LinkedIn and was interviewed in Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions about articleship and previous company roles in lines with the profile offered in CS.
  • Q2. Basic technical questions along with some behavioral questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was bifurcated into 4-5 rounds including HR Round. Overall the interview experience was good and the officials taking interview were also very good in communication and were very calm and helpful throughout. Everything happened virtually keeping in mind the current COVID-19 situation and communication at every level of interview was timely and informative. Did not have to wait for months for hearing from their side.

ENO Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2020

Interview Questionnaire 

3 Questions

  • Q1. Unix commands like find , top, sendevents, autosys,. There were questions on scripting as well like how do you connect to server using scripting, how do you fetch data from db using script.
  • Q2. Sql questions were asked like what is blocking session and how to remove them , sql joints , primary and foreign key differences, what is index in sql , what is function and procedure and its use. What is ...
  • Q3. Few questions were on scripting automation as well which i did

UBS interview questions for designations

 ENO-Market Risk & Liquidity Risk Management

 (1)

 Associate Director

 (23)

 Analyst

 (11)

 Business Analyst

 (10)

 Authorized Officer

 (7)

 Exempt NON Officer

 (7)

 Intern

 (7)

 Assistant Vice President

 (6)

ENO Interview Questions & Answers

user image Anonymous

posted on 11 Mar 2022

I was interviewed before Mar 2021.

Round 1 - Face to Face 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

The first round was the tech round in which firstly I was asked about things on my resume (e.g. I had done a course in Embedded Systems, so the interviewer asked me in which language I was made to code etc.) Then, I was asked a programming question and some OOPS based questions.

  • Q1. 

    Find Missing Number In String Problem Statement

    You have a sequence of consecutive nonnegative integers. By appending all integers end-to-end, you formed a string S without any separators. During this pro...

  • Ans. 

    Given a string of consecutive nonnegative integers with one missing number, find the missing integer.

    • Iterate through all possible substrings and check if they form a valid sequence of consecutive integers.

    • If a valid sequence is found, return the missing number.

    • Handle cases where there are multiple missing numbers, all numbers are present, or the string is invalid.

    • Consider the constraints provided to optimize the soluti...

  • Answered by AI
  • Q2. Can you explain operator overloading?
  • Ans. 

    Operator overloading allows operators to be redefined for user-defined types.

    • Operator overloading allows defining custom behavior for operators like +, -, *, /, etc.

    • It is achieved by defining special member functions like operator+(), operator-(), etc.

    • For example, overloading the + operator for a custom class to concatenate two objects.

  • Answered by AI
  • Q3. What is polymorphism in Java?
  • Ans. 

    Polymorphism in Java allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism is achieved through method overriding and method overloading.

    • Method overriding allows a subclass to provide a specific implementation of a method that is already provided by its superclass.

    • Method overloading allows multiple methods with the same name but different parameters to coexist in the same class...

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical Interview round with oops based questions. Design based questions and puzzle was also asked.

  • Q1. What is multithreading in Java?
  • Ans. 

    Multithreading in Java allows multiple threads to execute concurrently, improving performance and responsiveness.

    • Multithreading allows multiple tasks to run concurrently within a single program.

    • Each thread has its own stack and runs independently, sharing resources like memory.

    • Java provides built-in support for multithreading through the Thread class and Runnable interface.

    • Example: Creating a new thread using Thread cl

  • Answered by AI
  • Q2. How would you design a lift to minimize inconvenience for users?
  • Ans. 

    Design a lift with features like quick response time, spacious interior, clear signage, and emergency communication.

    • Ensure quick response time for minimal waiting

    • Provide a spacious interior for comfort and ease of movement

    • Include clear signage for easy navigation

    • Install emergency communication system for safety

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round with typical behavioral problems.

Interview Preparation Tips

Eligibility criteriaAbove 75% aggregateCredit Suisse interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Please go through as many puzzles as you can from How to ace... book. Also there is an app called water logic which might be useful.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Get interview-ready with Top UBS Interview Questions

ENO Interview Questions & Answers

user image Anonymous

posted on 11 Mar 2022

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Easy

The test was a written test with no negative marking!
15 Quantitative analysis and reasoning questions (MCQs). The problems were basic to mid-level CAT. 
Quantitative 7 Puzzles (Subjective)-How to Ace the Brain Teasers book helps
5 Programming questions (Subjective)Algorithm or code in any language was accepted.-Questions were based on String manipulation techniques, Searching-Sorting techniques, anagram. 
1 Bonus question (Subjective)-Client Server Architecture type of question.

  • Q1. 

    Angle Calculation Between Clock Hands

    Given a specific time in hours and minutes, your task is to calculate the smallest possible angle between the hour hand and the minute hand of a clock.

    Example:

    Inp...
  • Ans. 

    Calculate the smallest angle between the hour and minute hands of a clock for a given time.

    • Calculate the angles formed by the hour and minute hands separately

    • Find the absolute difference between the two angles

    • Return the smaller angle as the result

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical round with questions on OOPS/DBMS etc.

  • Q1. What are the different types of indexing in DBMS?
  • Ans. 

    Different types of indexing in DBMS include primary, secondary, clustered, non-clustered, unique, and composite indexing.

    • Primary indexing: Index based on the primary key of a table.

    • Secondary indexing: Index based on a non-primary key column.

    • Clustered indexing: Physically rearranges the table's rows based on the indexed column.

    • Non-clustered indexing: Creates a separate structure for the index.

    • Unique indexing: Ensures th...

  • Answered by AI
  • Q2. What are the different types of keys in a Database Management System (DBMS)?
  • Ans. 

    Types of keys in a DBMS include primary key, foreign key, candidate key, and super key.

    • Primary key uniquely identifies each record in a table (e.g. employee ID)

    • Foreign key links two tables together (e.g. department ID in employee table)

    • Candidate key is a unique key that can be chosen as the primary key (e.g. email address)

    • Super key is a set of attributes that uniquely identifies a record (e.g. combination of first name

  • Answered by AI
  • Q3. How do you map an ER diagram to a relational schema?
  • Ans. 

    Mapping an ER diagram to a relational schema involves identifying entities, attributes, relationships, and keys.

    • Identify entities in the ER diagram and map them to tables in the relational schema.

    • Identify attributes of each entity and map them to columns in the corresponding tables.

    • Identify relationships between entities and represent them using foreign keys in the tables.

    • Identify keys (primary and foreign) to maintain...

  • Answered by AI
  • Q4. What are the differences between Procedural Programming and Object-Oriented Programming?
  • Ans. 

    Procedural programming focuses on procedures and functions, while Object-Oriented Programming focuses on objects and classes.

    • Procedural programming uses a top-down approach, breaking down tasks into smaller procedures/functions.

    • Object-Oriented Programming uses objects that contain data and methods to manipulate that data.

    • In procedural programming, data and functions are separate entities, while in OOP, they are encapsu...

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round with typical behavioral problems.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPACredit Suisse interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, DBMS, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

ENO Interview Questions & Answers

user image Anonymous

posted on 11 Mar 2022

I was interviewed before Mar 2021.

Round 1 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions on puzzle, programming and Java OOPS based.

  • 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 described in the example.

    Input:

    ...
  • Ans. 

    The task is to print a specific pattern based on the given number of rows, 'N'.

    • Iterate through each row and print the numbers in the specified pattern

    • Start with the first row, then move to the next row in a spiral pattern

    • Ensure there is exactly one space between each value in a row

  • Answered by AI
  • Q2. What is an abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a blueprint for other classes to inherit from.

    • Cannot be instantiated directly

    • May contain abstract methods that must be implemented by subclasses

    • Can have both abstract and concrete methods

    • Used to define common behavior for subclasses

  • Answered by AI
  • Q3. What is a final class in Java?
  • Ans. 

    A final class in Java is a class that cannot be extended or subclassed.

    • Final classes are marked with the 'final' keyword in Java.

    • Final classes are often used for utility classes or classes that should not be modified or extended.

    • Example: 'String' class in Java is a final class.

  • Answered by AI
  • Q4. What is the difference between static and non-static methods in Java?
  • Ans. 

    Static methods belong to the class itself, while non-static methods belong to instances of the class.

    • Static methods can be called without creating an instance of the class.

    • Non-static methods can only be called on an instance of the class.

    • Static methods cannot access non-static variables or methods directly.

    • Non-static methods can access both static and non-static variables and methods.

    • Example: Math.sqrt() is a static me...

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was the best round! The director took my interview. It eventually got converted into a technical round.

  • Q1. Write a program to connect to a backend or database (SQL Server) using C#.
  • Ans. 

    Use C# to connect to a SQL Server backend or database.

    • Use SqlConnection class to establish a connection to the SQL Server.

    • Use SqlCommand class to execute SQL queries.

    • Handle exceptions using try-catch blocks.

    • Remember to close the connection after use.

  • Answered by AI
  • Q2. What are the advantages of using WCF (Windows Communication Foundation) services?
  • Ans. 

    WCF services provide advantages such as interoperability, security, reliability, and flexibility.

    • Interoperability: WCF allows communication between different platforms and technologies.

    • Security: WCF supports various security mechanisms like message encryption and authentication.

    • Reliability: WCF ensures reliable message delivery through features like reliable messaging.

    • Flexibility: WCF supports multiple communication pr...

  • Answered by AI
  • Q3. What is an APK file?
  • Ans. 

    An APK file is a package file format used for distributing and installing applications on Android devices.

    • APK stands for Android Package Kit

    • Contains all the necessary files for an Android app to be installed on a device

    • Can be downloaded from app stores like Google Play or third-party websites

  • Answered by AI
  • Q4. What is API Level in Android?
  • Ans. 

    API Level in Android is a unique integer value assigned to each version of the Android platform.

    • API Level determines the Android framework API features available to an app.

    • Developers specify the minimum API Level required for their app to run.

    • Higher API Levels offer more features but may limit app compatibility with older devices.

    • For example, Android 11 has API Level 30.

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round with typical behavioral problems.

Interview Preparation Tips

Eligibility criteriaAggregate above 75%Credit Suisse interview preparation:Topics to prepare for the interview - Java, NET, Android, DSA, Aptitude, OOPS, System DesignTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

ENO Interview Questions & Answers

user image Anonymous

posted on 3 Jul 2015

Interview Questionnaire 

9 Questions

  • Q1. How was your day
  • Ans. 

    My day was productive and fulfilling.

    • I accomplished all the tasks on my to-do list.

    • I had a successful meeting with a client.

    • I received positive feedback on a project I've been working on.

    • I had a delicious lunch at a new restaurant.

    • I had a pleasant conversation with a colleague during a coffee break.

  • Answered by AI
  • Q2. Tell me about yourself
  • Q3. Your weakness and how did you improve on it
  • Ans. 

    My weakness is public speaking. I improved by joining a public speaking club and practicing regularly.

    • Weakness: Public speaking

    • Improvement: Joined a public speaking club

    • Practiced regularly to build confidence

    • Attended workshops and seminars on effective communication

  • Answered by AI
  • Q4. One reason that we should hire you
  • Ans. 

    I have a strong track record of success in the opera industry and a passion for ENO's mission.

    • Extensive experience in the opera industry

    • Proven track record of success

    • Passionate about ENO's mission

    • Strong work ethic and dedication

    • Ability to collaborate effectively with diverse teams

    • Excellent communication and interpersonal skills

  • Answered by AI
  • Q5. What went wrong in your internship interview
  • Q6. Event that we had organized in SPACE
  • Ans. 

    We organized a stargazing event in SPACE.

    • The event took place in a specially designed observatory.

    • Participants had the opportunity to view various celestial objects through telescopes.

    • Astronomy experts gave informative presentations about the night sky.

    • There were interactive activities for children, such as building model rockets.

    • Food and refreshments were provided for attendees to enjoy during the event.

  • Answered by AI
  • Q7. Has there ever a fight while you were working in a team and how did you solved it
  • Ans. 

    Yes, there was a fight in my team and it was resolved through open communication and compromise.

    • Identify the root cause of the conflict

    • Encourage open communication among team members

    • Seek input from all parties involved

    • Find a compromise that satisfies everyone's needs

    • Establish clear guidelines to prevent future conflicts

  • Answered by AI
  • Q8. Which project you were proud of and why
  • Q9. MOST IMPORTANTLY Tell me everything you know/ heard about Credit Suisse and WHY Credit Suisse

Interview Preparation Tips

Round: Test
Experience: -> Quants MCQs -This section consists of about 10-12 quants MCQs. It is fairly simple. > Puzzles- This section consists of 7 puzzles. Try to solve the puzzles, and if you can’t, atleast write the logic that you think will lead you to the answer-> Programming Logic Questions-This section consists of about 7 programming logic questions (example –recursive reversed linked list, angles between hands of a clock, how to find square root without using sqrt function, etc). Preferably, write the code, otherwise the pseudo code. Section Bonus Section-!This section consists of designing some architecture for a system. Do not attempt this till you have completed all the above sections.

Round: Technical Interview
Experience: Technical Round was around 30-40 minutes. It was mostly based on resume. There were 2-3 programming questions which I had to write pseudo code for. Then they gave me a problem statement on which they asked 2-3 DBMS query. Sadly, I don’t remember the exact question but assure you that with sound understanding of any one programming language and DBMS you can easily clear the tech round.

Round: Other Interview
Experience: Managerial Round was a mix of tech + managerial skills. Some OOPS concepts were asked.Give examples while explaining the concept. Complex DBMS queries including join was asked.Query was something like how will you detect whether duplicate roll no. exist in your database.He also asked a few ethics related qn that you ever copied or let others copy in examination.Other few qn were like how much time can you work maximum, how much you study regularly,any new news in IT that you have recently come across, what went wrong in internshipinterviews (Forgot to mention that I was rejected after tech round during Credit Suisse internshipinterview) and many more such questions.He asked us to ask him any qn about Credit Suisse or even outside it

College Name: IIT MADRAS

ENO Interview Questions & Answers

user image Anonymous

posted on 3 Jul 2015

Interview Preparation Tips

Round: Test
Experience: -> Quants MCQs -This section consists of about 10-12 quants MCQs. It is fairly simple. > Puzzles- This section consists of 7 puzzles. Try to solve the puzzles, and if you can’t, atleast write the logic that you think will lead you to the answer-> Programming Logic Questions-This section consists of about 7 programming logic questions (example –recursive reversed linked list, angles between hands of a clock, how to find square root without using sqrt function, etc). Preferably, write the code, otherwise the pseudo code. Section Bonus Section-!This section consists of designing some architecture for a system. Do not attempt this till you have completed all the above sections.

Round: Technical Interview
Experience: The interview process begins with the technical round. You are asked general questions on the language you are proficient in. Also, you are asked to write general codes in your preferred language. Then there are questions on Database Management System, Operating System, Software Testing, OOP Concepts and Data Structures. Also you are asked to solve a few of the unsolved aptitude questions

Round: Other Interview
Experience: Managerial Interview – 
Once you clear the Technical round, you are called in for the Managerial round. You are asked about yourself, your interests, your interest in technology, your technical skills, your projects, the technical competitions that you participated in. Here you may be asked a few technical questions too.

Round: HR Interview
Experience: The HR Round is the last round. This round mostly consists of resume based questions about yourself, your interests, hobbies, strengths, weaknesses, etc. You are also asked to brief about your co-curricular, extra-curricular and social activities. You are also asked to speak whatever you know about the company. Be prepared for questions like ‘Why Credit Suisse?’, ‘Where do you see yourself n years down the line?’, ‘Why should we choose you over your batchmates?’.

College Name: IIT MADRAS

ENO Interview Questions & Answers

user image Anonymous

posted on 3 Jul 2015

Interview Questionnaire 

27 Questions

  • Q1. Asked about projects. (Detailed Explanation)
  • Q2. Basic concepts of JAVA
  • Q3. Types of indices in Relational databases.
  • Ans. 

    Indices in relational databases are used to improve query performance by allowing faster data retrieval.

    • Clustered index: Determines the physical order of data in a table.

    • Non-clustered index: Creates a separate structure that contains a copy of the indexed columns and a pointer to the actual data.

    • Unique index: Ensures that the indexed columns contain unique values.

    • Composite index: Combines multiple columns into a single...

  • Answered by AI
  • Q4. Mapping of ER Diagram into Relational database. (Since I had used it in one of my projects)
  • Q5. Different keys in DBMS.
  • Ans. 

    Different keys in DBMS

    • Primary key: uniquely identifies each record in a table

    • Foreign key: establishes a link between two tables

    • Candidate key: a minimal set of attributes that can uniquely identify a record

    • Super key: a set of attributes that can uniquely identify a record

    • Composite key: a key that consists of multiple attributes

    • Alternate key: a candidate key that is not selected as the primary key

  • Answered by AI
  • Q6. Is ADO.NET part of VB.NET?
  • Ans. 

    Yes, ADO.NET is part of VB.NET.

    • ADO.NET is a data access technology in the .NET framework.

    • It provides a set of classes and APIs for accessing and manipulating data from different data sources.

    • VB.NET is a programming language that can utilize ADO.NET for database operations.

    • ADO.NET allows developers to connect to databases, execute queries, and retrieve data in a structured manner.

    • Example: Dim connection As New SqlConnec

  • Answered by AI
  • Q7. Which sorting technique is better and why?
  • Ans. 

    There is no definitive answer as to which sorting technique is better, as it depends on the specific requirements and constraints of the problem.

    • The choice of sorting technique depends on factors such as the size of the data set, the distribution of the data, and the available resources.

    • Some commonly used sorting techniques include bubble sort, insertion sort, selection sort, merge sort, quicksort, and heapsort.

    • Bubble ...

  • Answered by AI
  • Q8. Educational profile
  • Q9. Difference between procedural oriented and object oriented concepts
  • Ans. 

    Procedural programming focuses on procedures and functions, while object-oriented programming focuses on objects and their interactions.

    • Procedural programming is based on a step-by-step procedure or set of instructions.

    • Object-oriented programming is based on the concept of objects, which encapsulate data and behavior.

    • Procedural programming is more focused on the algorithmic approach.

    • Object-oriented programming promotes...

  • Answered by AI
  • Q10. 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 providing ...

  • Answered by AI
  • Q11. Do you know about functional programming?
  • Ans. 

    Yes, functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions.

    • Functional programming focuses on immutability and pure functions.

    • It avoids changing state and mutable data.

    • Higher-order functions and recursion are commonly used in functional programming.

    • Examples of functional programming languages include Haskell, Lisp, and Scala.

  • Answered by AI
  • Q12. Have you taken any course on functional programming on Coursera?
  • Ans. 

    Yes, I have taken a course on functional programming on Coursera.

    • I have completed the course 'Functional Programming Principles in Scala' on Coursera.

    • The course covered topics such as higher-order functions, recursion, and immutable data structures.

    • I gained a solid understanding of functional programming concepts and how to apply them in practice.

    • I also completed programming assignments and quizzes to reinforce my lear

  • Answered by AI
  • Q13. Tell me about yourself? Hobbies?
  • Ans. 

    I am a passionate opera singer with a love for hiking, cooking, and reading.

    • Opera singer with a passion for performing

    • Enjoys hiking in the great outdoors

    • Loves cooking new recipes

    • Finds relaxation in reading books

  • Answered by AI
  • Q14. Family background
  • Q15. Discussion about relocation possibilities
  • Q16. One quality that makes me different from the rest of my class with example
  • Ans. 

    I have a unique perspective on problem-solving.

    • I approach problems from different angles, considering multiple solutions.

    • I am not afraid to think outside the box and challenge conventional wisdom.

    • I have a track record of coming up with innovative solutions.

    • For example, in a group project, while everyone was focused on a single approach, I suggested an alternative method that turned out to be more efficient and successf

  • Answered by AI
  • Q17. How have I improved after internship interview experience with Credit Suisse?
  • Q18. My research on Credit Suisse.
  • Q19. Why no further studies in spite of good grades?
  • Q20. Why Credit Suisse?
  • Ans. 

    Credit Suisse is a leading global financial services company with a strong reputation and a wide range of opportunities for growth and development.

    • Credit Suisse is known for its expertise in investment banking and wealth management.

    • The company has a global presence and offers diverse career opportunities in various locations.

    • Credit Suisse has a strong commitment to innovation and technology, which aligns with my intere...

  • Answered by AI
  • Q21. Questions for the interviewer
  • Q22. 1) Tell me about yourself? What do you do in your leisure time?
  • Q23. 2) Why Investment Banking?
  • Ans. 

    Investment banking offers exciting opportunities for financial analysis, strategic decision-making, and client relationship management.

    • Opportunity to work on high-profile deals and transactions

    • Challenging and dynamic work environment

    • Opportunity to develop strong financial analysis and modeling skills

    • Exposure to a wide range of industries and sectors

    • Opportunity to work with top-tier clients and build strong professional

  • Answered by AI
  • Q24. 3) Aptitude test paper discussion
  • Q25. 4)1-2 situation based questions
  • Q26. 5) My research on Credit Suisse.
  • Q27. 6) Questions for the interviewer.

Interview Preparation Tips

Round: Test
Experience: 15 Quantitative analysis and reasoning questions (MCQs)The problems were basic to mid-level CAT Quantitative 7 Puzzles (Subjective)-How to Ace the Brain Teasers book helps
5 Programming questions (Subjective)Algorithm or code in any language was accepted.-Questions were based on String manipulation techniques, Searching-Sorting techniques, anagram, calculation of the angle between hour and minute hand in a clock if the time is given and data structures used in RDBMS.
1 Bonus question (Subjective)-Client Server Architecture type of question. The test was a written test with no negative marking!

Round: Other Interview
Experience: managerial around

General Tips: 1.Resume should be simple, precise and up to date. Check for typos before submitting your resume. 2. Pay attention to the speakers during the company's pre-placement talk. Carry a small notebook to note important points. They would even suggest you to read particular topics. Note those topics and glance through them before going for the interviews. Be familiar with company's website and the role they are offering. Talk with seniors who are already working in the firm if possible. Do some basic research before going to the pre placement talk. 3. Be yourself, patient and confident while answering and during the entire procedure 4. Do one programming language properly and have some basic knowledge about one other programming language. Preferably one procedural oriented and one object oriented language. Know the concepts well.
College Name: IIT MADRAS

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 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

Recently Viewed

JOBS

Gushwork

14 jobs

JOBS

Browse jobs

Discover jobs you love

JOBS

GroundTruth

33 jobs

PHOTOS

Growisto

7 office photos

SALARIES

Hilton

No Salaries

DESIGNATION

COMPANY BENEFITS

Hilton

No Benefits

COMPANY BENEFITS

Hilton

No Benefits

COMPANY BENEFITS

Hilton

No Benefits

COMPANY BENEFITS

Hilton

No Benefits

Tell us how to improve this page.

UBS ENO Interview Process

based on 7 interviews

6 Interview rounds

  • Technical Round
  • HR Round - 1
  • HR Round - 2
  • Personal Interview
  • Aptitude Test Round
  • Personal Interview1 Round
View more

Interview Questions from Similar Companies

Citicorp Interview Questions
3.7
 • 565 Interviews
Wells Fargo Interview Questions
3.9
 • 565 Interviews
HSBC Group Interview Questions
3.9
 • 485 Interviews
Goldman Sachs Interview Questions
3.5
 • 376 Interviews
Deutsche Bank Interview Questions
3.9
 • 362 Interviews
American Express Interview Questions
4.2
 • 359 Interviews
BNY Interview Questions
3.9
 • 342 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
Barclays Interview Questions
3.8
 • 270 Interviews
View all
UBS ENO Salary
based on 1.3k salaries
₹7 L/yr - ₹25 L/yr
15% more than the average ENO Salary in India
View more details

UBS ENO Reviews and Ratings

based on 107 reviews

4.1/5

Rating in categories

3.6

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 107 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.3k 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