Upload Button Icon Add office photos

Filter interviews by

Bank of Maharashtra Java Developer Interview Questions and Answers

Updated 30 Jun 2024

Bank of Maharashtra Java Developer Interview Experiences

1 interview found

Java Developer Interview Questions & Answers

user image Amber Srivastava

posted on 30 Jun 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Personal Interview 

(2 Questions)

  • Q1. Java related questions
  • Q2. Microservices related questions

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Sep 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between hashmap and hash table
  • Ans. 

    HashMap is non-synchronized and allows null values, while HashTable is synchronized and does not allow null values.

    • HashMap is non-synchronized, meaning it is not thread-safe, while HashTable is synchronized and thread-safe.

    • HashMap allows null values for both keys and values, while HashTable does not allow null keys or values.

    • HashMap is generally preferred for non-thread-safe applications, while HashTable is used in mul

  • Answered by AI
  • Q2. Significance of equals and hashcode in java
  • Ans. 

    Equals method is used to compare the content of objects while hashcode method is used to generate a unique integer value for an object.

    • Equals method is used to compare the content of objects for equality.

    • Hashcode method is used to generate a unique integer value for an object.

    • Both methods are important for implementing proper object comparison and hashing in Java.

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. What motivates you to come to office
  • Ans. 

    I am motivated to come to the office by the opportunity to work on challenging projects, collaborate with talented colleagues, and contribute to the success of the team.

    • Challenging projects provide a sense of accomplishment and growth

    • Collaborating with talented colleagues allows for learning and innovation

    • Contributing to the success of the team fosters a sense of purpose and fulfillment

  • Answered by AI
  • Q2. Any scenario where you coached and mentored your collegue in previous organisation?
  • Ans. 

    Yes, I coached a junior developer on implementing design patterns in a project.

    • Provided guidance on how to apply design patterns in code

    • Reviewed their code and provided feedback for improvement

    • Encouraged them to ask questions and seek clarification

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - After applying we were sent a test link which consists of mcq's of Java8, spring boot etc. After that we were called for a walkin drive.There are 2 rounds. One technical and one managerial. Interviewers are friendly and asked basic questions on java and spring.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

25 MCQs mainly on core java, design patterns, synchronization

Round 2 - Technical 

(2 Questions)

  • Q1. Given an assignment to write program on Fibonacci series, String palindrome Threads in Java, Java Streams
  • Q2. Questions about data structures and collection API
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Java and sql questions

Round 2 - Technical 

(1 Question)

  • Q1. Basics of java ans core java

I applied via Company Website and was interviewed in Oct 2022. There were 2 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 - HR 

(2 Questions)

  • Q1. How do you balance work and life ?
  • Ans. 

    I prioritize my work and set boundaries to ensure a healthy work-life balance.

    • I prioritize my tasks and set realistic goals to manage my workload effectively.

    • I establish clear boundaries between work and personal life to avoid burnout.

    • I practice time management techniques, such as creating schedules and prioritizing tasks.

    • I make sure to take breaks and engage in activities outside of work to recharge.

    • I communicate open...

  • Answered by AI
  • Q2. What is a positive quote for work ?
  • Ans. 

    A positive quote for work can inspire and motivate individuals to achieve their goals and excel in their professional endeavors.

    • A positive attitude leads to positive outcomes.

    • Hard work and dedication are the keys to success.

    • Believe in yourself and your abilities.

    • Success is not final, failure is not fatal: It is the courage to continue that counts.

    • The only way to do great work is to love what you do.

    • Don't watch the cloc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am passionate to learn new technologies always ready
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Approached by Company

Round 1 - Coding Test 

It was spring boot java based online round

Round 2 - One-on-one 

(2 Questions)

  • Q1. Optional in java.
  • Q2. Eager and lazy initialization in simgleton design pattern
  • Ans. 

    Eager initialization creates the instance of Singleton class at the time of class loading, while lazy initialization creates the instance only when it is required.

    • Eager initialization can lead to resource wastage if the instance is never used.

    • Lazy initialization is more efficient as it only creates the instance when needed.

    • Eager initialization is thread-safe by default, while lazy initialization requires synchronizatio...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Rest api questions
  • Q2. Core java and springboot
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Why string is immutable
  • Ans. 

    String is immutable in Java to ensure thread safety, security, and optimization.

    • Immutable strings are thread-safe as they cannot be modified concurrently by multiple threads.

    • String pooling is possible due to immutability, saving memory and improving performance.

    • Security is enhanced as sensitive information stored in strings cannot be altered.

    • Examples: String str = "Hello"; str.concat(" World"); // str remains "Hello"

  • Answered by AI
  • Q2. What is spring aop
  • Ans. 

    Spring AOP (Aspect-Oriented Programming) is a framework that provides cross-cutting concerns in a modular way.

    • Spring AOP allows separating cross-cutting concerns from the main application logic.

    • It enables developers to define aspects (cross-cutting concerns) separately and apply them to multiple classes.

    • Examples of cross-cutting concerns include logging, security, and transaction management.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Discussion and analysis on Java and System Design followed by DSA which was a live coding session.

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

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. The java Developer role interview questions for DB are below: 1. Collections and its differences 2. Hashmap vs Concurrent hashmap 3. Stereotypes in spingboot 4. Controller vs RestController 5. Idempottent ...

Interview Preparation Tips

Topics to prepare for Deutsche Bank Java Developer interview:
  • springboot
  • java core

Bank of Maharashtra Interview FAQs

How many rounds are there in Bank of Maharashtra Java Developer interview?
Bank of Maharashtra interview process usually has 1 rounds. The most common rounds in the Bank of Maharashtra interview process are Personal Interview.
What are the top questions asked in Bank of Maharashtra Java Developer interview?

Some of the top questions asked at the Bank of Maharashtra Java Developer interview -

  1. Microservices related questi...read more
  2. Java related questi...read more

Tell us how to improve this page.

Bank of Maharashtra Java Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 622 Interviews
IndusInd Bank Interview Questions
3.6
 • 589 Interviews
Yes Bank Interview Questions
3.8
 • 412 Interviews
Deutsche Bank Interview Questions
3.9
 • 362 Interviews
View all
Manager
207 salaries
unlock blur

₹7.3 L/yr - ₹20 L/yr

Senior Manager
132 salaries
unlock blur

₹10 L/yr - ₹32 L/yr

Deputy Manager
78 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Branch Manager
74 salaries
unlock blur

₹8 L/yr - ₹22 L/yr

Chief Manager
58 salaries
unlock blur

₹14 L/yr - ₹40 L/yr

Explore more salaries
Compare Bank of Maharashtra with

State Bank of India

3.8
Compare

ICICI Bank

4.0
Compare

HDFC Bank

3.9
Compare

Axis Bank

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