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
4.0

based on 2.7k Reviews

Filter interviews by

UBS Senior Software Engineer Interview Questions and Answers

Updated 2 Apr 2024

UBS Senior Software Engineer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Questions on spring boot
  • Q2. Questions on Java
  • Q3. Java 8 Stream APi
  • Q4. Questions on previous projects

Interview Preparation Tips

Topics to prepare for UBS Senior Software Engineer interview:
  • Spring boot
  • Java 8
Round 1 - Technical 

(2 Questions)

  • Q1. How do you Structure Database? Make Design ?
  • Ans. 

    A well-structured database design is crucial for efficient data management.

    • Identify entities and their relationships

    • Normalize data to reduce redundancy

    • Choose appropriate data types and constraints

    • Consider performance and scalability

    • Document the design and update as needed

  • Answered by AI
  • Q2. Ask about Low Level Design?

Interview Preparation Tips

Interview preparation tips for other job seekers - gsfgg sfgsgsf sfgsgs sdfs fsdfs f sss sfsf sf

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 3 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 - Case Study 

How would you approach performance issues in an application module

Round 3 - Technical 

(1 Question)

  • Q1. How would you process millions of records in an excel file
  • Ans. 

    Use programming language to read and process data from Excel file efficiently.

    • Use a programming language like Python, Java, or C# to read the Excel file.

    • Utilize libraries like pandas in Python or Apache POI in Java for efficient data processing.

    • Implement batch processing or parallel processing to handle millions of records efficiently.

    • Optimize code for memory management and performance to avoid crashes or slowdowns.

    • Con...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Oct 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Test was for Web Development - React
75min test
3 Questions
1 Coding Question
2 Scenario based questions

Round 2 - Technical 

(2 Questions)

  • Q1. React Optimization techniques
  • Q2. React Advantages
Round 3 - Behavioral 

(1 Question)

  • Q1. How to debug in production environment?
Round 4 - Behavioral 

(1 Question)

  • Q1. Challenges faced during work and how you overcome?
Round 5 - HR 

(1 Question)

  • Q1. Why you choose Wells fargo over other offers?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Java difference between Finally, Finalize
  • Ans. 

    Finally is a block of code that always executes, while Finalize is a method used for cleanup before an object is garbage collected.

    • Finally block is used in exception handling to ensure certain code is always executed, regardless of whether an exception is thrown or not.

    • Finalize method is called by the garbage collector before an object is reclaimed.

    • Finally block is used in try-catch-finally blocks, while Finalize metho...

  • Answered by AI
  • Q2. Programming question - Find second largest string from a given sentence
  • Ans. 

    Find the second largest string from a given sentence

    • Split the sentence into an array of strings

    • Sort the array based on string length

    • Return the second last element in the sorted array

  • Answered by AI
  • Q3. Difference between AWS cloud front and cloud formation
  • Ans. 

    AWS CloudFront is a content delivery network (CDN) service, while AWS CloudFormation is an infrastructure as code service.

    • CloudFront is used to deliver content to end users with low latency and high data transfer speeds.

    • CloudFormation is used to automate the deployment of infrastructure resources in a repeatable and predictable manner.

    • CloudFront is a CDN service that caches content at edge locations to reduce latency, ...

  • Answered by AI
  • Q4. How to improve performance in react js ?
  • Ans. 

    To improve performance in React JS, optimize rendering, minimize re-renders, use virtualization, lazy loading, code splitting, and memoization.

    • Optimize rendering by using shouldComponentUpdate or React.memo for functional components

    • Minimize re-renders by using PureComponent or memoization techniques like useMemo or useCallback

    • Use virtualization for long lists or tables to render only the visible items

    • Implement lazy loa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good experience with interviewer.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is list comprehension
  • Ans. 

    List comprehension is a concise way to create lists in Python by applying an expression to each item in an iterable.

    • List comprehension is written inside square brackets []

    • It consists of an expression followed by a for clause, then zero or more if clauses

    • Example: squares = [x**2 for x in range(10)]

  • Answered by AI
  • Q2. Explain spark architecture
  • Ans. 

    Apache Spark is a distributed computing system that provides an interface for programming entire clusters with implicit data parallelism and fault tolerance.

    • Apache Spark follows a master-slave architecture with a driver program that communicates with a cluster manager to distribute work across worker nodes.

    • It uses Resilient Distributed Datasets (RDDs) as the basic data structure, which are immutable distributed collect...

  • Answered by AI
Round 2 - Coding Test 

Write code for palindtomr

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

(3 Questions)

  • Q1. Maching Coding - Factory design patter
  • Q2. Multi-Threading : Object level and class level lock
  • Q3. Distributed Caching
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Coding Test 

Mostly they asked questions on String or basic coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Core java questions basics, SpringBoot Microservice ,Sql questions
Round 3 - Technical 

(1 Question)

  • Q1. Mostly questions on core java, day to day activities , agile,beghavioural questions
Round 4 - HR 

(1 Question)

  • Q1. Salary Expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Salary discussion
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackathon Test with 2 medium level coding question.

Round 2 - Coding Test 

Technical Video Interview- Java concepts mostly related to Java 8, 1 coding program and some db questions were asked.

Round 3 - Technical 

(1 Question)

  • Q1. Questions related to System Design.
Round 4 - Behavioral 

(1 Question)

  • Q1. Questions related to my projects . Some questions related to my current role and responsibilities.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain Project Architecture
  • Ans. 

    Project architecture refers to the high-level structure of a software system, including components, relationships, and interactions.

    • Project architecture defines how different components of a software system interact with each other.

    • It includes the design decisions related to the organization of code, data, and resources.

    • Common architectural patterns include MVC, microservices, and serverless.

    • Architectural diagrams like...

  • Answered by AI
  • Q2. Springboot components
  • Q3. Angular Lifecycle

Skills evaluated in this interview

UBS Interview FAQs

How many rounds are there in UBS Senior Software Engineer interview?
UBS interview process usually has 1-2 rounds. The most common rounds in the UBS interview process are Technical, Case Study and One-on-one Round.
How to prepare for UBS Senior Software Engineer 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 Bpc, Extrusion, Natural Language Processing, Oracle ERP and Photoshop.
What are the top questions asked in UBS Senior Software Engineer interview?

Some of the top questions asked at the UBS Senior Software Engineer interview -

  1. How would you process millions of records in an excel f...read more
  2. How do you Structure Database? Make Desig...read more
  3. Questions on spring b...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 UBS interviews
Referral
Job Portal
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
UBS Senior Software Engineer Salary
based on 191 salaries
₹12 L/yr - ₹35 L/yr
87% more than the average Senior Software Engineer Salary in India
View more details

UBS Senior Software Engineer Reviews and Ratings

based on 17 reviews

4.6/5

Rating in categories

4.1

Skill development

4.8

Work-Life balance

4.3

Salary & Benefits

4.4

Job Security

4.7

Company culture

3.8

Promotions/Appraisal

4.2

Work Satisfaction

Explore 17 Reviews and Ratings
Associate Director
3.1k salaries
unlock blur

₹14.8 L/yr - ₹52 L/yr

Assistant Vice President
2.4k salaries
unlock blur

₹16 L/yr - ₹49 L/yr

Authorized Officer
1.7k salaries
unlock blur

₹7.8 L/yr - ₹29 L/yr

Exempt NON Officer
1.6k salaries
unlock blur

₹7.1 L/yr - ₹29 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.6
Compare

JPMorgan Chase & Co.

4.1
Compare

Citigroup

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview