Upload Button Icon Add office photos

Filter interviews by

Regions Bank Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Product Manager Interview Questions & Answers

Emirates NBD user image Arun Kondepogu AE07B013

posted on 4 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How did you deliver projects using agile delivery
  • Ans. 

    I delivered projects using agile delivery by following Scrum framework, conducting daily stand-ups, sprint planning, and retrospectives.

    • Utilized Scrum framework to break down projects into manageable tasks

    • Conducted daily stand-up meetings to track progress and address any blockers

    • Facilitated sprint planning sessions to prioritize tasks and set goals for each sprint

    • Organized retrospectives to reflect on what went well a...

  • Answered by AI
  • Q2. Payment related question and the process
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

Senior JAva API Developer Interview Questions & Answers

Westpac user image Anonymous

posted on 16 Sep 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. How would you build a high performing REST service, that calls a downstream API meant for "Notification" service? [Hint: Async service calls]
  • Ans. 

    To build a high performing REST service for Notification API calls, use asynchronous service calls.

    • Use asynchronous programming techniques like CompletableFuture or reactive programming to make non-blocking service calls.

    • Implement circuit breakers and timeouts to handle potential failures and prevent cascading failures.

    • Optimize the service by tuning thread pools, connection pools, and caching mechanisms.

    • Consider using ...

  • Answered by AI
  • Q2. How would you test your REST API, while the downstream API that you are calling is not ready for test yet? [Hint: Mocks in Mockito]
  • Ans. 

    Use Mockito to create mock objects for downstream API testing.

    • Create a mock object using Mockito for the downstream API

    • Define the behavior of the mock object to simulate responses

    • Inject the mock object into the test environment to simulate the downstream API calls

    • Write test cases to verify the functionality of the REST API using the mock object

  • Answered by AI

Skills evaluated in this interview

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

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I was interviewed before Nov 2018.

Interview Questionnaire 

4 Questions

  • Q1. Hr round ..is salary discussion round
  • Q2. Very less salary hike
  • Q3. Share ur previous experience ,how will you deal with this situation
  • Q4. How will you deal with the customer
  • Ans. 

    I will deal with customers by being empathetic, understanding, and providing solutions to their problems.

    • Listen actively to the customer's concerns and show empathy

    • Offer solutions or alternatives to resolve the issue

    • Maintain a professional and respectful attitude at all times

    • Follow up with the customer to ensure satisfaction

    • Document all interactions and resolutions for future reference

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a very bad company.....no job security,. politics is everywhere in this company.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Architecture info
  • Q2. Regulatory requirements

Interview Preparation Tips

Interview preparation tips for other job seekers - No
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Projects done so far

Interview Preparation Tips

Interview preparation tips for other job seekers - Good work culture
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. There were 5 interview rounds.

Round 1 - Aptitude Test 

Arthritic and reasoning problems

Round 2 - Technical 

(2 Questions)

  • Q1. Core and relevant tech questions
  • Q2. What is push notification and how implemented in android
  • Ans. 

    Push notification is a message that pops up on a mobile device. It can be implemented in Android using Firebase Cloud Messaging (FCM) or Google Cloud Messaging (GCM).

    • Push notifications are messages sent from a server to a client app that wakes up the app to inform the user of new messages or events.

    • In Android, push notifications can be implemented using Firebase Cloud Messaging (FCM) or Google Cloud Messaging (GCM) API...

  • Answered by AI
Round 3 - Assignment 

Fish and fired fish problems related to DSA

Round 4 - Coding Test 

String reverse and count specific character

Round 5 - Technical 

(2 Questions)

  • Q1. Discussion with Manager
  • Q2. Core and project env

Interview Preparation Tips

Interview preparation tips for other job seekers - Be advanced to know about project assignment is it POC or on going project

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Nov 2018. There were 2 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About my experience an family’s bckground
  • Q2. Why you want to join Au bank
  • Q3. Current salary package

Interview Preparation Tips

Interview preparation tips for other job seekers - Requires strong product knowledge

I was interviewed in Nov 2020.

Interview Questionnaire 

4 Questions

  • Q1. Branch banking in onroal
  • Ans. 

    Branch banking in onroal refers to the operations and management of a bank branch located in Onroal.

    • Onroal is a city where the bank branch is located

    • Branch banking involves managing the day-to-day operations of the branch

    • Responsibilities include customer service, sales, compliance, and team management

    • Ensuring the branch meets its financial targets and KPIs is a key aspect of the role

    • Examples of tasks include managing c...

  • Answered by AI
  • Q2. Branch banking chaina in onroal
  • Q3. Job tilal is branch banking chaina and multi product
  • Q4. Casa Business loan is main product

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview in Aurangabad city

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 604 Interviews
IndusInd Bank Interview Questions
3.6
 • 571 Interviews
Bandhan Bank Interview Questions
3.7
 • 507 Interviews
Yes Bank Interview Questions
3.8
 • 406 Interviews
Deutsche Bank Interview Questions
3.9
 • 351 Interviews
View all
Software Engineer
3 salaries
unlock blur

₹2.3 L/yr - ₹5.9 L/yr

Senior Data Scientist
3 salaries
unlock blur

₹99.2 L/yr - ₹110 L/yr

Explore more salaries
Compare Regions Bank with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare

Kotak Mahindra 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