Upload Button Icon Add office photos

Mashreq Bank

Compare button icon Compare button icon Compare

Filter interviews by

Mashreq Bank Senior Software Engineer Interview Questions and Answers

Updated 28 Mar 2024

Mashreq Bank Senior Software Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Asked me to create rest controller with given end point 2. String equality questions in string pool and new string object

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Assignment 

A straightforward introduction to core Java along with the Spring framework.

Round 2 - Technical 

(1 Question)

  • Q1. What are the basic features of Java 8?
Round 3 - One-on-one 

(1 Question)

  • Q1. What are some critical people capability questions based on specific scenarios?

Interview Preparation Tips

Interview preparation tips for other job seekers - You can join the group after ten years of experience.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Group id in kafka consumer configuration
  • Ans. 

    Group id is a unique identifier for a group of consumers in Kafka consumer configuration.

    • Group id helps in coordinating the consumption of messages among multiple consumers in a consumer group.

    • Each consumer group should have a unique group id to ensure proper message distribution.

    • Changing the group id will result in the consumer group starting consumption from the beginning of the topic.

    • Group id is specified in the con...

  • Answered by AI
  • Q2. Recursive algorithm for multiplying 2 numbers
  • Ans. 

    Recursive algorithm for multiplying 2 numbers

    • Define a base case for when one of the numbers is 0

    • Use recursion to repeatedly add the second number to the result until the first number reaches 0

    • Consider handling negative numbers and optimizing for efficiency

  • Answered by AI
  • Q3. Spring filters implementation
  • Ans. 

    Spring filters are used to intercept HTTP requests and responses in a Spring application.

    • Spring filters can be used for logging, authentication, authorization, etc.

    • They are implemented using the javax.servlet.Filter interface.

    • Filters can be configured in the web.xml file or using annotations like @WebFilter.

    • Example: Implementing a logging filter to log incoming requests and outgoing responses.

  • Answered by AI
  • Q4. SQL query for first 5 biggest salaries
  • Ans. 

    SQL query to retrieve the first 5 biggest salaries from a table

    • Use the ORDER BY clause to sort salaries in descending order

    • Use the LIMIT clause to limit the results to the first 5 rows

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Write a program to check numer is palindrom or not.
  • Ans. 

    Program to check if a number is a palindrome or not.

    • Convert the number to a string to easily check for palindrome

    • Reverse the string and compare it with the original string

    • If they are the same, the number is a palindrome

  • Answered by AI
  • Q2. What is the functionality of Lambda Expression in Java.
  • Ans. 

    Lambda expressions in Java are used to provide a concise way to represent anonymous functions.

    • Lambda expressions are used to define inline implementation of a functional interface.

    • They enable you to pass functionality as an argument to a method.

    • Lambda expressions are made up of parameters, an arrow, and a body.

    • Example: (a, b) -> a + b

  • Answered by AI
  • Q3. How to call default method of interface if class implemented multiple interfaces.
  • Ans. 

    To call a default method of an interface when a class implements multiple interfaces, use the interface name followed by the method name.

    • Use InterfaceName.super.methodName() to call the default method of a specific interface.

    • If a class implements multiple interfaces with default methods of the same name, you must specify the interface name to call the desired method.

    • Example: Interface1.super.defaultMethod() to call the

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Monster and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between ref and out
  • Ans. 

    ref is used for passing a variable by reference, out is used for returning a variable by reference

    • ref is used for passing a variable by reference, allowing the method to modify the variable

    • out is used for returning a variable by reference, typically used for returning multiple values from a method

    • Example: int x = 10; SomeMethod(ref x); // x can be modified inside SomeMethod

    • Example: int result; SomeMethod(out result); /

  • Answered by AI
  • Q2. Ref needs to be initialized before passing and will change, out no need to be initialized and

Skills evaluated in this interview

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

(1 Question)

  • Q1. All are about our primary skills and project in 1st round of technical
Interview experience
4
Good
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 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 

(2 Questions)

  • Q1. Scenario based Pega technical questions.
  • Q2. According to your work experience I had tackled them
Round 3 - Technical 

(1 Question)

  • Q1. Scenario based questions with hardness level increased. Normally Manager takes it.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basics of java script
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Sql, reporting tool, control m , unix, power bi
  • Q2. Sql, unix, testing tool

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the JD
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. - DSA questions (leetcode easy) - Javascript concepts
Round 3 - Technical 

(1 Question)

  • Q1. With India Panel -LLD was asked
Round 4 - Technical 

(1 Question)

  • Q1. WIth UK Panel Design round 1 - Threading concepts - Async Programming - 1 Design Question
Round 5 - Behavioral 

(1 Question)

  • Q1. With Director Design round 2 - Questions on code quality - 1 design question - Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Generally interviews are easy.
but difficulty may slightly vary based on the team and work they are hiring for.

Mashreq Bank Interview FAQs

How many rounds are there in Mashreq Bank Senior Software Engineer interview?
Mashreq Bank interview process usually has 1 rounds. The most common rounds in the Mashreq Bank interview process are Technical.

Tell us how to improve this page.

Mashreq Bank Senior Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Mashreq Bank Senior Software Engineer Salary
based on 10 salaries
₹7.2 L/yr - ₹12 L/yr
35% less than the average Senior Software Engineer Salary in India
View more details

Mashreq Bank Senior Software Engineer Reviews and Ratings

based on 2 reviews

3.8/5

Rating in categories

2.9

Skill development

3.8

Work-life balance

3.8

Salary

3.8

Job security

3.8

Company culture

3.8

Promotions

2.9

Work satisfaction

Explore 2 Reviews and Ratings
Senior Associate
136 salaries
unlock blur

₹3.7 L/yr - ₹11 L/yr

Team Lead
121 salaries
unlock blur

₹6.1 L/yr - ₹16.4 L/yr

Assistant Manager
47 salaries
unlock blur

₹7.7 L/yr - ₹29 L/yr

Associate
44 salaries
unlock blur

₹2.7 L/yr - ₹5.8 L/yr

Team Lead Operations
32 salaries
unlock blur

₹5 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Mashreq Bank with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare

State Bank of India

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