Upload Button Icon Add office photos

Filter interviews by

State Bank of Mauritius Interview Questions and Answers

Updated 23 Oct 2023

State Bank of Mauritius Interview Experiences

Popular Designations

2 interviews found

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

I applied via Naukri.com and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Self discussion and company policies
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical knowledge
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Topics to prepare for State Bank of Mauritius Senior Application Support Engineer interview:
  • Finacle
  • CRM
  • Database
Interview preparation tips for other job seekers - Being normal and face the interview

Senior Application Support Engineer Interview Questions asked at other Companies

Q1. What is the defence in Financial or non Financial transactions.
View answer (1)

Manager Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2023

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 3 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 - Group Discussion 

It was taken from 2 seniors they have clearly told you need to carry your own book we will not give you base and rest interview was taken very nicely.

Round 3 - HR 

(1 Question)

  • Q1. There was offer letter generated with non negotiable.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you wana go with this bank, i must say carry your own base and customers.

Manager Interview Questions asked at other Companies

Q1. There is a chairman of a conglomerate. He has been on the post for 10 years, and is extremely dominating. He treats the various business heads like children, not letting them take any major decision. While the chairman has negatives, he bel... read more
View answer (2)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Sep 2021. There were 3 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 - Aptitude Test 

This round include general aptitude questions

Round 3 - HR 

(2 Questions)

  • Q1. Introduction and future goals?
  • Q2. Why you want to work ??Why with us??

Interview Preparation Tips

Interview preparation tips for other job seekers - I went through 3 rounds interview in HDFC bank and all the rounds are more into personal and case studies question based

I applied via Walk-in and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction and any self topic in Hindi, about company
  • Q2. Self introduction and a topic in Hindi
  • Ans. Any general topic like about Hyderabad, best friend,about college
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing much and difficult..be confident and express what you are!!
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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

1 hr, React JS interview with logic to build small app

Interview Preparation Tips

Topics to prepare for Bank Muscat Senior Engineer interview:
  • React.Js
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Financial analysis related question
Round 2 - Technical 

(1 Question)

  • Q1. Financial related questions with case studies and special focus on cash flow
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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on statistics
  • Q2. Questions on pandas

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the following: Python (pandas, numpy), Statistics( anova, t-test, PCA etc), Tableau, Excel Pivot Tables, SQL
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What design pattern you usually used?
  • Ans. 

    I usually use the MVC (Model-View-Controller) design pattern in my projects.

    • Separates the application into three main components: Model (data), View (UI), and Controller (logic)

    • Promotes code reusability, modularity, and maintainability

    • Examples: Laravel framework in PHP, Spring framework in Java

  • Answered by AI
  • Q2. What is the difference between array and arraylist
  • Ans. 

    Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.

    • Array is a fixed-size collection of elements of the same data type, while ArrayList is a dynamic-size collection that can grow or shrink.

    • Arrays can store primitive data types and objects, while ArrayList can only store objects.

    • Arrays require a specified size during initialization, while ArrayList can dynamically resize itself.

    • ...

  • Answered by AI

Skills evaluated in this interview

State Bank of Mauritius Interview FAQs

How many rounds are there in State Bank of Mauritius interview?
State Bank of Mauritius interview process usually has 3-4 rounds. The most common rounds in the State Bank of Mauritius interview process are HR, Resume Shortlist and One-on-one Round.
What are the top questions asked in State Bank of Mauritius interview?

Some of the top questions asked at the State Bank of Mauritius interview -

  1. There was offer letter generated with non negotiab...read more
  2. Technical knowle...read more

Tell us how to improve this page.

State Bank of Mauritius Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.5k Interviews
HDFC Bank Interview Questions
3.9
 • 2.2k Interviews
Bank Muscat Interview Questions
4.0
 • 22 Interviews
Shinhan Bank Interview Questions
3.4
 • 16 Interviews
OCBC Bank Interview Questions
3.4
 • 9 Interviews
Mashreq Bank Interview Questions
3.2
 • 9 Interviews
Oaknorth Bank Interview Questions
2.9
 • 8 Interviews
Tonik Interview Questions
3.5
 • 8 Interviews
View all

State Bank of Mauritius Reviews and Ratings

based on 64 reviews

3.5/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.4

Salary

3.1

Job security

3.4

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 64 Reviews and Ratings
Deputy Manager
36 salaries
unlock blur

₹6 L/yr - ₹11.5 L/yr

Manager
32 salaries
unlock blur

₹6.7 L/yr - ₹15 L/yr

Assistant Manager
28 salaries
unlock blur

₹4.8 L/yr - ₹10.6 L/yr

Senior Manager
22 salaries
unlock blur

₹12 L/yr - ₹20.5 L/yr

Officer
14 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare State Bank of Mauritius with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Bank Muscat

4.0
Compare

Mashreq Bank

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