Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by NAB Innovation Center India Team. If you also belong to the team, you can get access from here

NAB Innovation Center India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NAB Innovation Center India Interview Questions and Answers

Updated 9 Feb 2025

NAB Innovation Center India Interview Experiences

Popular Designations

10 interviews found

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

I was interviewed in Jan 2025.

Round 1 - Coding Test 

There is two rounds of coding test one is offline and another is online
offline has 3 coding test it was easy
online has 1 machine java coding test it was little bit tough i able to pass with 100% uses cases

Round 2 - Coding Test 

This came
There is a board made of two rows and N columns. The board is represented by two strings, rowl and row2, made of characters 'R', 'W' and/or '?'. A board is balanced if, in each row and in each column, the number of characters 'R' is equal to the number of characters 'w'. For example, the following board is balanced:
?RW?WR ?WR?RW
and the following board is not balanced:
W?WR? R??W?
(there are two characters 'w' and one character 'R' in the first row).
The question marks ('?') can be replaced with 'w' or 'R'. What is the minimum number of replacements needed to balance the board?
Write a function:
class Solution { public int solution (String row1, String row2);
}
that, given two strings row1 and row2 made of N characters each, returns the minimum number of replacements needed to balance the board. If it is not possible to balance the board, the function should return -1.
Examples:
1. For row1 = "W?WR?" and row2 = "R??W?", the board initially looks as follows:
W?WR?
R??W?
The last question mark in the first row and the second question mark in the second row
can be replaced with 'R'. The last question mark in the second row can be replaced with 'w'. After these replacements, the board is balanced and looks as follows:
W?WRR R?RWW
The function should return 3.
2. For row1 = "R?R??" and row2 = "??W??", five replacements are needed to balance the board:
R?RWW W?WRR
The function should return 5.
3. For row1 = "RR?" and row2 = "?R?", it is not possible to balance the board. The function should return -1.
4. For row1 = "www??" and row2 = "RRR??", it is not possible to balance the board. The function should return -1.
5. For row1 = "?RW?WR" and row2 = "?WR?RW", the board is already balanced. The function should return 0.
Write an efficient algorithm for the following assumptions:
⚫ row1 and row2 are made only of the characters 'W', 'R' and/or '?'";
⚫ row1 and row2 have the same length, equal to N;
• N is an integer within the range [1..100,000].

Round 3 - Technical 

(2 Questions)

  • Q1. How microservices communicate with each other
  • Q2. Simple java use case scenario which include sorting
Round 4 - Behavioral 

(3 Questions)

  • Q1. About project implemented
  • Q2. What technologies used in current company
  • Q3. Some general technical scenarios how it will be solved
Round 5 - HR 

(1 Question)

  • Q1. They ask your expectations no negotiation you need to accept whatever they have in your budget

Interview Preparation Tips

Interview preparation tips for other job seekers - try to complete machine coding with 100% score that will impress them and your chances of selection in NAB

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Aptitude Test 

Assignment concerning Anti-Money Laundering (AML), transaction monitoring, and fraud analysis.

Round 2 - One-on-one 

(1 Question)

  • Q1. Can you introduce yourself and describe your skills, qualities, and the knowledge you have gained over time?
Round 3 - One-on-one 

(1 Question)

  • Q1. What questions do you have about the job profile, the skills you possess, and how you can effectively demonstrate those skills?
Round 4 - HR 

(1 Question)

  • Q1. What is your experience with salary negotiations?

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

The first round was the codility test online, we were given 120 minutes to solve 3 problems

1: find the smallest char combination from a alphabet string for example
If String S= “adobe”;
The out put should be: ab

3: if there is five person, two of them 1 single room, and three of them are ok with twin sharing, how many rooms should they require

Int[] A={1,1,2,2,2};

The first two will have 1 room each, the another two would be adjusted in one, and for the last one we would require another room, so total 4 rooms are required

Interview Preparation Tips

Interview preparation tips for other job seekers - Do codility example tests before going to the centre

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)

Software Engineer Interview Questions & Answers

user image Pradeep Bairwa

posted on 4 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via LinkedIn

Round 1 - Coding Test 

3 Questions easy, medium and hard

Round 2 - One-on-one 

(2 Questions)

  • Q1. Minimum deletion
  • Q2. Array and string

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

NAB Innovation Center India interview questions for popular designations

 Senior Analyst

 (2)

 Analyst

 (1)

 Associate

 (1)

 Data Analyst

 (1)

 Reconciliation Executive

 (1)

 Sdet Automation Test Engineer

 (1)

 Senior Consultant

 (1)

 Software Engineer

 (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 7 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test on SQL and Python questions

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Associate Interview Questions & Answers

user image Anonymous

posted on 16 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

A great overall experience.

Round 2 - One-on-one 

(1 Question)

  • Q1. Introduce yourself

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions about wfm
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic questions about efm

Wfm Rta Analyst Interview Questions asked at other Companies

Q1. Explain how Workload is calculated on Interval basis
View answer (1)

Analyst Interview Questions & Answers

user image Aditi Pandey

posted on 8 Sep 2024

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

I was interviewed before Sep 2023.

Round 1 - Aptitude Test 

Aptitude test includes reasoning,English

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a detail-oriented analyst with a strong background in data analysis and problem-solving skills.

    • I have a Bachelor's degree in Economics with a focus on statistical analysis

    • I have experience using tools like Excel, SQL, and Tableau for data analysis

    • I have successfully completed projects that involved forecasting trends and identifying key insights

  • Answered by AI
  • Q2. Why you want to join
  • Ans. 

    I am passionate about data analysis and problem-solving, and I believe this role will provide me with the opportunity to utilize my skills and contribute to the success of the team.

    • Passionate about data analysis and problem-solving

    • Believe role will allow me to utilize skills and contribute to team success

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Where are you located
  • Ans. 

    I am located in New York City, specifically in the Financial District.

    • Located in New York City

    • Specifically in the Financial District

    • Easy access to public transportation

  • Answered by AI
  • Q2. When can you join
  • Ans. 

    I can join within two weeks of receiving an offer.

    • I can start within two weeks of receiving an offer.

    • My current notice period is two weeks.

    • I am available to start immediately.

  • Answered by AI

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Regarding your previous experience what is the job of reconciler and mainly about experience
  • Q2. Transaction processing
  • Q3. Regarding payment
  • Q4. My contribution to process
  • Ans. 

    My contribution to the reconciliation process includes identifying discrepancies, investigating root causes, and implementing solutions.

    • Identifying discrepancies in financial records

    • Investigating root causes of discrepancies

    • Implementing solutions to prevent future discrepancies

    • Collaborating with team members to ensure accuracy and efficiency

  • Answered by AI
  • Q5. Knowledge about reconciliation

Interview Preparation Tips

Topics to prepare for NAB Innovation Center India Reconciliation Executive interview:
  • Bank Reconciliation
  • account rec

Reconciliation Executive Interview Questions asked at other Companies

Q1. Tell me what is bank Reconciliation
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. It was easy. Only last company experience was discussed

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

NAB Innovation Center India Interview FAQs

How many rounds are there in NAB Innovation Center India interview?
NAB Innovation Center India interview process usually has 2-3 rounds. The most common rounds in the NAB Innovation Center India interview process are One-on-one Round, Coding Test and Technical.
What are the top questions asked in NAB Innovation Center India interview?

Some of the top questions asked at the NAB Innovation Center India interview -

  1. how microservices communicate with each ot...read more
  2. what technologies used in current comp...read more
  3. My contribution to proc...read more

Tell us how to improve this page.

NAB Innovation Center India Interview Process

based on 13 interviews

Interview experience

4.6
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Google Interview Questions
4.4
 • 871 Interviews
View all

NAB Innovation Center India Reviews and Ratings

based on 23 reviews

2.8/5

Rating in categories

2.4

Skill development

2.7

Work-life balance

2.7

Salary

2.7

Job security

2.5

Company culture

1.9

Promotions

2.4

Work satisfaction

Explore 23 Reviews and Ratings
Analyst
6 salaries
unlock blur

₹6 L/yr - ₹9.5 L/yr

Associate Vice President
6 salaries
unlock blur

₹15.5 L/yr - ₹30 L/yr

Consultant
4 salaries
unlock blur

₹14 L/yr - ₹40.5 L/yr

Senior Associate
4 salaries
unlock blur

₹5.3 L/yr - ₹7.6 L/yr

Vice President
4 salaries
unlock blur

₹26 L/yr - ₹55 L/yr

Explore more salaries
Compare NAB Innovation Center India with

Google

4.4
Compare

Microsoft Corporation

4.0
Compare

IBM

4.0
Compare

Amazon

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