Upload Button Icon Add office photos

MUFG

Compare button icon Compare button icon Compare

Filter interviews by

MUFG Interview Questions and Answers

Updated 28 Apr 2025
Popular Designations

7 Interview questions

A Senior Analyst was asked 3mo ago
Q. Tell me about your previous experience.
Ans. 

I have extensive experience in data analysis, project management, and strategic decision-making across various industries.

  • Led a team of analysts in a project that improved operational efficiency by 20% through data-driven insights.

  • Utilized advanced statistical methods to forecast sales trends, resulting in a 15% increase in revenue for the quarter.

  • Developed dashboards and reports that streamlined decision-making p...

View all Senior Analyst interview questions
A Lead Software Engineer was asked 11mo ago
Q. How can you use a POJO as a key in a HashMap?
Ans. 

Use the POJO's attributes that define equals() and hashCode() methods as the key in the Hashmap.

  • Ensure the POJO class overrides equals() and hashCode() methods.

  • Create an instance of the POJO and use it as the key in the Hashmap.

View all Lead Software Engineer interview questions
A Lead Software Engineer was asked 11mo ago
Q. How do you call a SQL procedure from code?
Ans. 

To call an SQL procedure from code, use the appropriate syntax and connection to the database.

  • Use the appropriate SQL command to call the procedure (e.g. EXEC or CALL).

  • Ensure you have a connection to the database established in your code.

  • Pass any required parameters to the procedure when calling it.

  • Handle any return values or output parameters as needed.

View all Lead Software Engineer interview questions
A Lead Software Engineer was asked 11mo ago
Q. How do you ensure a bean is used before it is destroyed?
Ans. 

Use a bean before it is destroyed by implementing a pre-destroy method

  • Implement a method annotated with @PreDestroy in the bean class

  • This method will be called before the bean is destroyed

  • Perform any necessary cleanup or final operations in this method

View all Lead Software Engineer interview questions
A Lead Software Engineer was asked 11mo ago
Q. Stream API: What are intermediate and terminal operators?
Ans. 

Intermediate operators transform or filter the stream elements, while terminal operators produce a result or side effect.

  • Intermediate operators include filter(), map(), sorted(), distinct(), etc.

  • Terminal operators include forEach(), collect(), reduce(), count(), etc.

  • Intermediate operators are lazy and do not execute until a terminal operator is called.

  • Terminal operators trigger the stream processing and produce a ...

View all Lead Software Engineer interview questions
A Lead Software Engineer was asked 11mo ago
Q. Regarding functional interfaces, what are the real-time use cases for static and default methods?
Ans. 

Static and default methods in functional interfaces provide utility methods and default implementations for interface methods in real-time applications.

  • Static methods in functional interfaces can be used for utility methods that are not tied to a specific instance of the interface.

  • Default methods in functional interfaces provide default implementations for interface methods, allowing for backward compatibility whe...

View all Lead Software Engineer interview questions
A Fund Accountant was asked 11mo ago
Q. How do you book accruals?
Ans. 

Accruals are booked by recognizing expenses incurred but not yet paid for.

  • Accruals are recorded by debiting an expense account and crediting a liability account.

  • Accruals ensure that expenses are matched with the revenue they generate in the same accounting period.

  • Accruals are reversed in the following accounting period when the actual payment is made.

  • Examples of accruals include accrued salaries, accrued interest,...

View all Fund Accountant interview questions
Are these interview questions helpful?

MUFG Interview Experiences

15 interviews found

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

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. Code question to split arrays
  • Ans. 

    This code splits an array of strings into smaller arrays based on a specified delimiter.

    • Use the `split()` method to divide a string into an array based on a delimiter. Example: 'a,b,c'.split(',') results in ['a', 'b', 'c'].

    • Consider edge cases such as empty strings or delimiters at the start/end. Example: ',a,b,'.split(',') results in ['', 'a', 'b', ''].

    • You can use `filter()` to remove empty strings from the result. Exa...

  • Answered by AI
  • Q2. Stream api - what is intermediate and terminal operator
  • Ans. 

    Intermediate operators transform or filter the stream elements, while terminal operators produce a result or side effect.

    • Intermediate operators include filter(), map(), sorted(), distinct(), etc.

    • Terminal operators include forEach(), collect(), reduce(), count(), etc.

    • Intermediate operators are lazy and do not execute until a terminal operator is called.

    • Terminal operators trigger the stream processing and produce a resul...

  • Answered by AI
  • Q3. Functional interface - what is use of static and default in real time
  • Ans. 

    Static and default methods in functional interfaces provide utility methods and default implementations for interface methods in real-time applications.

    • Static methods in functional interfaces can be used for utility methods that are not tied to a specific instance of the interface.

    • Default methods in functional interfaces provide default implementations for interface methods, allowing for backward compatibility when new...

  • Answered by AI
  • Q4. How to ensure we use the bean before it is destroyed
  • Ans. 

    Use a bean before it is destroyed by implementing a pre-destroy method

    • Implement a method annotated with @PreDestroy in the bean class

    • This method will be called before the bean is destroyed

    • Perform any necessary cleanup or final operations in this method

  • Answered by AI
  • Q5. Class and object level lock
  • Q6. How to use a POJO as a key in a Hashmap
  • Ans. 

    Use the POJO's attributes that define equals() and hashCode() methods as the key in the Hashmap.

    • Ensure the POJO class overrides equals() and hashCode() methods.

    • Create an instance of the POJO and use it as the key in the Hashmap.

  • Answered by AI
  • Q7. Call SQL procedure from code
  • Ans. 

    To call an SQL procedure from code, use the appropriate syntax and connection to the database.

    • Use the appropriate SQL command to call the procedure (e.g. EXEC or CALL).

    • Ensure you have a connection to the database established in your code.

    • Pass any required parameters to the procedure when calling it.

    • Handle any return values or output parameters as needed.

  • Answered by AI
  • Q8. How to apply multiple primary keys to an entity in Hibernate
  • Ans. 

    Use @IdClass annotation to apply multiple primary keys to an entity in Hibernate

    • Create a separate class for composite primary key

    • Use @IdClass annotation on the entity class to reference the composite primary key class

    • Define the primary key fields in both the entity class and the composite primary key class

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MUFG Lead Software Engineer interview:
  • Java 8
  • Spring Boot
  • JDBC
  • Struts
  • Coding
Interview preparation tips for other job seekers - Be prepared with Java 8, Struts and JDBC questions

Skills evaluated in this interview

Credit Manager Interview Questions & Answers

user image Shrey Nagle

posted on 24 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Where does interest expense in cash flow register to as per US GAAP?
  • Ans. 

    Interest expense in cash flow registers as operating activity under US GAAP.

    • Interest expense in cash flow statement is classified as operating activity under US GAAP.

    • It is included in the operating section of the cash flow statement.

    • Interest paid is considered an operating cash outflow.

    • Interest received is considered an operating cash inflow.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Goodwill Impairment
  • Q2. Detailed Cash Flow statement

Interview Preparation Tips

Interview preparation tips for other job seekers - Detailed cash flow and financial statements
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Previous experience
  • Ans. 

    I have extensive experience in data analysis, project management, and strategic decision-making across various industries.

    • Led a team of analysts in a project that improved operational efficiency by 20% through data-driven insights.

    • Utilized advanced statistical methods to forecast sales trends, resulting in a 15% increase in revenue for the quarter.

    • Developed dashboards and reports that streamlined decision-making proces...

  • Answered by AI
  • Q2. About ourselves

Interview Preparation Tips

Interview preparation tips for other job seekers - MUFG Bank has now been rebranded as MGS (MUFG Global Service). Best work environment

Analyst Interview Questions & Answers

user image Jenny Park

posted on 3 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(5 Questions)

  • Q1. Why are you interested in corporate banking
  • Ans. 

    I am interested in corporate banking because of the dynamic nature of the industry and the opportunity to work with a diverse range of clients.

    • Fascinated by the complex financial structures and strategies involved in corporate banking

    • Enjoy working with a variety of clients from different industries

    • Thrilled by the fast-paced and ever-changing environment of corporate banking

    • Passionate about analyzing financial data and ...

  • Answered by AI
  • Q2. Tell us a time when you had to work with many things to do
  • Ans. 

    I had to work with many things to do when managing multiple projects simultaneously at my previous job.

    • Prioritized tasks based on deadlines and importance

    • Utilized project management tools to stay organized

    • Communicated effectively with team members to delegate tasks and ensure progress

    • Maintained a detailed to-do list to track progress and completion

  • Answered by AI
  • Q3. How do you see yourself contributing to the team
  • Ans. 

    I see myself contributing to the team by leveraging my analytical skills, attention to detail, and ability to work collaboratively.

    • Utilizing my strong analytical skills to identify trends and patterns in data

    • Attention to detail in reviewing and interpreting complex information

    • Collaborating with team members to brainstorm solutions and make data-driven decisions

  • Answered by AI
  • Q4. What are the steps involved in executing a bond issurance
  • Ans. 

    Steps involved in executing a bond issuance

    • 1. Determine the purpose and amount of the bond issuance

    • 2. Select an underwriter to help sell the bonds

    • 3. Prepare a disclosure document outlining the terms of the bond

    • 4. Obtain credit ratings from rating agencies

    • 5. Market the bond to potential investors

    • 6. Price the bond based on market conditions

    • 7. Close the bond issuance and transfer funds to the issuer

  • Answered by AI
  • Q5. What are your weaknesses
  • Ans. 

    One of my weaknesses is that I can be overly critical of my own work.

    • I tend to be a perfectionist and can spend too much time on a task trying to make it perfect.

    • I sometimes struggle with delegating tasks to others because I want to ensure they are done correctly.

    • I am working on improving my ability to accept constructive criticism and not take it personally.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical questions on the payment side.
  • Q2. Requirements gathering
Round 2 - Technical 

(2 Questions)

  • Q1. Requirements gathering process
  • Q2. More on the resume and projects mentioned
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion with onshore team
  • Q2. Question on the process

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied through the employee reference.
post round 3 no communication from HR.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Complete theory on the subject
Round 2 - Coding Test 

Writing and explaining the code for given procedure

Interview Preparation Tips

Topics to prepare for MUFG Senior Analyst interview:
  • Core Java
  • Collections
  • Springs
  • Lamda
  • Spring Boot
  • Spring Mvc
  • Microservices
Interview preparation tips for other job seekers - Be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Questions were moderate

Round 2 - Technical 

(1 Question)

  • Q1. Array -merge sorted array
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Private Equity
  • Ans. 

    Private equity is a type of investment where funds are raised from institutional and high-net-worth investors to acquire equity ownership in companies.

    • Private equity firms typically buy out existing companies or invest in growing businesses

    • Investors in private equity funds are typically institutional investors, pension funds, and wealthy individuals

    • Private equity investments are illiquid and have a long-term investment...

  • Answered by AI
  • Q2. How to book accruals?
  • Ans. 

    Accruals are booked by recognizing expenses incurred but not yet paid for.

    • Accruals are recorded by debiting an expense account and crediting a liability account.

    • Accruals ensure that expenses are matched with the revenue they generate in the same accounting period.

    • Accruals are reversed in the following accounting period when the actual payment is made.

    • Examples of accruals include accrued salaries, accrued interest, and ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 4 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 - Technical 

(1 Question)

  • Q1. Interviewed by a panel of 3 onsite resources
  • Ans. Be crisp and stright to the point for the questions asked, most of them are coming from your resume and experience you presented.
  • Answered by phatmojito
Round 3 - Technical 

(2 Questions)

  • Q1. Another panel of 3 more members from onsite
  • Q2. Different panel, but same as first round, each memeber talked roughly around 30 mins so a total of near to 1.5 hrs.
Round 4 - HR 

(2 Questions)

  • Q1. General questions on experience and compliance related questions
  • Q2. Answer the compliance questions carefully, based in those answers your candiature will be verified.

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 MUFG?
Ask anonymously on communities.

MUFG Interview FAQs

How many rounds are there in MUFG interview?
MUFG interview process usually has 1-2 rounds. The most common rounds in the MUFG interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for MUFG 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 MUFG. The most common topics and skills that interviewers at MUFG expect are SQL Server, .NET, API Testing, Automation Testing and Banking.
What are the top questions asked in MUFG interview?

Some of the top questions asked at the MUFG interview -

  1. Functional interface - what is use of static and default in real t...read more
  2. How to apply multiple primary keys to an entity in Hibern...read more
  3. How to ensure we use the bean before it is destro...read more
How long is the MUFG interview process?

The duration of MUFG interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.4/5

based on 16 interview experiences

Difficulty level

Easy 13%
Moderate 88%

Duration

Less than 2 weeks 14%
2-4 weeks 86%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
ICICI Bank Interview Questions
4.0
 • 2.6k Interviews
HDFC Bank Interview Questions
3.9
 • 2.5k Interviews
IBM Interview Questions
4.0
 • 2.5k Interviews
Axis Bank Interview Questions
3.7
 • 1.7k Interviews
Infosys BPM Interview Questions
3.6
 • 1k Interviews
Mphasis Interview Questions
3.3
 • 847 Interviews
View all

MUFG Reviews and Ratings

based on 47 reviews

3.1/5

Rating in categories

2.7

Skill development

3.3

Work-life balance

3.2

Salary

3.2

Job security

3.0

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 47 Reviews and Ratings
Analyst
71 salaries
unlock blur

₹8.6 L/yr - ₹15 L/yr

Senior Analyst
46 salaries
unlock blur

₹12.3 L/yr - ₹21.1 L/yr

Assistant Vice President
31 salaries
unlock blur

₹17 L/yr - ₹50 L/yr

Vice President
16 salaries
unlock blur

₹40 L/yr - ₹72.9 L/yr

AVP
13 salaries
unlock blur

₹19 L/yr - ₹35 L/yr

Explore more salaries
Compare MUFG with

TCS

3.6
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Genpact

3.7
Compare
write
Share an Interview