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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. List down Java 8 features and use case
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and functional interfaces.

    • Lambda expressions: Allow for more concise and readable code by enabling functional programming.

    • Streams: Provide a way to work with collections of objects in a more functional style.

    • Functional interfaces: Interfaces with a single abstract method, used to enable lambda expressions.

    • Optional class: Helps to avoid null p...

  • Answered by AI
  • Q2. List down Spring boot annotation used
  • Ans. 

    Spring boot annotations are used to simplify the development process by providing metadata to the Spring framework.

    • 1. @SpringBootApplication - Main annotation to indicate the main class of a Spring Boot application.

    • 2. @RestController - Annotation for RESTful web services.

    • 3. @Autowired - Dependency injection annotation.

    • 4. @GetMapping, @PostMapping, @PutMapping, @DeleteMapping - Annotations for mapping HTTP requests to c...

  • Answered by AI
  • Q3. Difference between String builder and String Buffer
  • Ans. 

    String Builder is not synchronized and faster, while String Buffer is synchronized and slower.

    • String Builder is not thread-safe, while String Buffer is thread-safe.

    • String Builder is faster due to lack of synchronization, while String Buffer is slower due to synchronization.

    • String Builder is recommended for single-threaded operations, while String Buffer is recommended for multi-threaded operations.

  • Answered by AI
  • Q4. What is String pool
  • Ans. 

    String pool is a storage area in memory where strings are stored to optimize memory usage by reusing common strings.

    • String pool helps in reducing memory usage by storing only one copy of each unique string.

    • Strings created using double quotes are stored in the string pool.

    • Strings created using new keyword are not stored in the string pool.

  • Answered by AI
  • Q5. Number of memory type have. like heap memory , stack
  • Ans. 

    There are two main types of memory in a computer system: stack memory and heap memory.

    • Stack memory is used for static memory allocation and is managed by the compiler. It is typically faster but limited in size.

    • Heap memory is used for dynamic memory allocation and is managed by the programmer. It is slower but has a larger size.

    • Examples: C programming language uses stack memory for function calls and heap memory for dy

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IBM Senior Software Engineer interview:
  • Collections
  • java 8
  • Spring Boot
  • tsl
  • SSL
  • OOPS
  • String pool
  • Heap memory
  • Strig builder
  • String buffer

Skills evaluated in this interview

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
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
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 5 interview rounds.

Round 1 - Coding Test 

F2f virtual coding round

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA questions were asked
  • Q2. Oops questions were asked
Round 3 - One-on-one 

(2 Questions)

  • Q1. Java questions were asked
  • Q2. Sql questions were asked
Round 4 - One-on-one 

(2 Questions)

  • Q1. System design questions were asked
  • Q2. LLM questions was asked
Round 5 - HR 

(2 Questions)

  • Q1. Behavioural questions were asked
  • Q2. Managerial questions were asked

Interview Preparation Tips

Topics to prepare for Goldman Sachs Software Engineer interview:
  • DSA
  • OOPS
  • Java
  • SQL
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. System design , HLD, LLD , coding question
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Aptitude Test 

It was a basic filtering round based on aptitude.

Round 2 - Coding Test 

I had two medium-level LeetCode questions.

Round 3 - Technical 

(3 Questions)

  • Q1. During the interview, I was asked both HR and technical questions. Initially, I responded to technical inquiries regarding HTML, MongoDB, SQL, and JavaScript, as they were listed on my resume. After addres...
  • Q2. What are different types of tag in html and tags which do not require closing tag
  • Q3. Sql query for highest salary from list of employees table

Interview Preparation Tips

Interview preparation tips for other job seekers - For TCS (on-campus), we just need to pass through the initial round, as it is more difficult than the actual interview.

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.

People are getting interviews through

based on 1 MUFG interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
IBM Interview Questions
4.1
 • 2.3k 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
 • 917 Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 610 Interviews
View all
Analyst
45 salaries
unlock blur

₹5.5 L/yr - ₹16 L/yr

Assistant Vice President
26 salaries
unlock blur

₹15 L/yr - ₹37 L/yr

Senior Analyst
20 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

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