Upload Button Icon Add office photos

MUFG

Compare button icon Compare button icon Compare
3.0

based on 32 Reviews

Filter interviews by

MUFG Lead Software Engineer Interview Questions, Process, and Tips

Updated 4 Jul 2024

MUFG Lead Software Engineer Interview Experiences

1 interview 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
  • 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

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. AWS lifecycle management
Round 2 - Technical 

(1 Question)

  • Q1. Project Explanation
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Everything Regarding python
Round 2 - Technical 

(1 Question)

  • Q1. Everything regarding AI/ML/DL with example
Round 3 - Mangineral 

(1 Question)

  • Q1. Most situation-based questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself?
  • Q2. Introduction round about yourself
  • Q3. About work experience in past company
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. C# question on basics and advanced
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a company that you want to join.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Noida Institute of Engineering & Technology, Greater Noida and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Computer Fundamentals MCQs 

(1 Question)

  • Q1. They asked computer fundamental mcqs like OOPS,Database,pseusdocodes,sql.
Round 2 - Group Discussion 

The topic given to us was "Can AI replace human Intelligence?"

Round 3 - Technical 

(1 Question)

  • Q1. The round three was technical interview and they asked some technical questions and some were related to Resume.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Java and react question
Round 2 - Technical 

(1 Question)

  • Q1. Little technical and project oriented question
Round 3 - Coding Test 

Basic hacker rank problem

Round 4 - CTO round 

(1 Question)

  • Q1. Asked few questions on react and java
Interview experience
4
Good
Difficulty level
Easy
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 

(1 Question)

  • Q1. Difference between View and materialized view and related follow up questions 2. Difference between Procedure and Function 3. Write a SQL query for print the last date of month . 4. Write a Procedure and...

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice SQL on daily basis.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. System design , HLD, LLD , coding question
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(8 Questions)

  • Q1. What is ambitionBox
  • Ans. 

    ambitionBox is a platform where employees can anonymously review their companies.

    • Platform for employees to review companies

    • Reviews are anonymous

    • Helps job seekers make informed decisions

    • Companies can use feedback to improve

    • Similar to Glassdoor

  • Answered by AI
  • Q2. What is the role of a software developer?
  • Ans. 

    A software developer is responsible for designing, coding, testing, and maintaining software applications.

    • Designing software solutions based on client requirements

    • Writing code in various programming languages

    • Testing and debugging software to ensure functionality

    • Maintaining and updating software applications

    • Collaborating with team members to achieve project goals

  • Answered by AI
  • Q3. *****
  • Q4. What is my role in company
  • Q5. What is the TCS full form
  • Ans. 

    TCS stands for Tata Consultancy Services.

    • TCS is a multinational IT services and consulting company based in India.

    • It is one of the largest IT services firms in the world.

    • TCS provides services in areas such as software development, infrastructure management, and business process outsourcing.

  • Answered by AI
  • Q6. What is the meaning of ambition box
  • Ans. 

    Ambition box is a term used to describe a person's goals, aspirations, and desires for their future.

    • Represents a person's dreams and objectives

    • Can include career goals, personal achievements, and life milestones

    • Often used in career development discussions or personal growth planning

  • Answered by AI
  • Q7. What is TCS Benefits
  • Ans. 

    TCS benefits include health insurance, retirement plans, paid time off, and professional development opportunities.

    • Health insurance coverage for employees and their families

    • Retirement plans such as 401(k) with employer match

    • Paid time off for vacation, sick leave, and holidays

    • Professional development opportunities like training programs and certifications

  • Answered by AI
  • Q8. What are you anyway happy to hear

Interview Preparation Tips

Topics to prepare for TCS Software Developer interview:
  • Java
  • Photoshop
  • Internship
Interview preparation tips for other job seekers - Communication skills play a very important role in my life.

MUFG Interview FAQs

How many rounds are there in MUFG Lead Software Engineer interview?
MUFG interview process usually has 1 rounds. The most common rounds in the MUFG interview process are Technical.
What are the top questions asked in MUFG Lead Software Engineer interview?

Some of the top questions asked at the MUFG Lead Software Engineer interview -

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

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
Infosys BPM Interview Questions
3.7
 • 926 Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 615 Interviews
View all
Analyst
47 salaries
unlock blur

₹5.5 L/yr - ₹17 L/yr

Assistant Vice President
26 salaries
unlock blur

₹15 L/yr - ₹37 L/yr

Senior Analyst
21 salaries
unlock blur

₹9 L/yr - ₹25.5 L/yr

Manager
12 salaries
unlock blur

₹21 L/yr - ₹37 L/yr

Vice President
11 salaries
unlock blur

₹35.5 L/yr - ₹65 L/yr

Explore more salaries
Compare MUFG with

State Bank of India

3.8
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview