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 Software Engineer Interview Questions and Answers

Updated 4 Dec 2024

NAB Innovation Center India Software Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

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

3 coding que easy,med and hard

Round 2 - Technical 

(2 Questions)

  • Q1. Os related que What is kernel , OS types ,what happens after booting computr ,etc
  • Q2. Creat a array and print all elements , which database used for pdf storing sql or nosql
Round 3 - Technical 

(2 Questions)

  • Q1. OOps related que abstraction , inheritance , code it
  • Q2. Middel element of linked list
Round 4 - HR 

(2 Questions)

  • Q1. What challenges u faced in engineering?
  • Q2. Situational based questions
Round 5 - HR 

(2 Questions)

  • Q1. Why u choose to work deustch bank ?
  • Q2. Project related quw
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. System design , HLD, LLD , coding question
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

Core java , string, thread , sql, mvc, spring boot

Round 2 - Technical 

(2 Questions)

  • Q1. 2 coding questions on array and string
  • Q2. Sorting , thread
Round 3 - Technical 

(3 Questions)

  • Q1. Managerial round
  • Q2. Project and some basic questions
  • Q3. Describe your project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Island Perimeter and Number of Provinces. Basic Leetcode question

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

This is Simple medium level

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about Yourself ?
  • Ans. 

    I am a passionate software engineer with a strong background in coding and problem-solving.

    • Experienced in multiple programming languages such as Java, Python, and C++

    • Worked on various projects including web development and mobile applications

    • Strong understanding of data structures and algorithms

    • Excellent communication and teamwork skills

    • Constantly learning and adapting to new technologies

  • Answered by AI
  • Q2. Project Based Questions and Related to Resume Based ?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at BV Raju Institute of Technology, Medak and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Video Call 

(5 Questions)

  • Q1. Tell us about your Background and Experience that would make sure you are fit for this role
  • Q2. Write a program that converts the alternate letters of a sentence into uppercase, whitespace excluded
  • Ans. 

    Program to convert alternate letters of a sentence to uppercase, excluding whitespace

    • Iterate through each character of the sentence

    • Check if the character is a letter and if its index is odd

    • Convert the letter to uppercase if conditions are met

  • Answered by AI
  • Q3. Balanced parenthesis program
  • Q4. Explain your approach to solving balanced parenthesis program
  • Ans. 

    I approach solving balanced parenthesis program by using a stack data structure.

    • Use a stack to keep track of opening parentheses

    • Iterate through the input string and push opening parentheses onto the stack

    • When a closing parenthesis is encountered, pop from the stack and check if it matches the closing parenthesis

    • If stack is empty at the end and all parentheses are matched, the string is balanced

  • Answered by AI
  • Q5. Is there anything else that you want to tell us about yourselves?
Round 2 - Technical 

(4 Questions)

  • Q1. Tell me about yourself.
  • Q2. Tell me about your project, tools and algorithms used
  • Q3. Write a program to print the top five students in a classroom, including edge cases
  • Ans. 

    Program to print top five students in a classroom, handling edge cases

    • Create a list of students with their grades

    • Sort the list in descending order based on grades

    • Print the top five students, handling cases where there are less than five students or ties in grades

  • Answered by AI
  • Q4. Exceptional handling
Round 3 - Technical 

(3 Questions)

  • Q1. Program to check if the given string is palindrome
  • Ans. 

    A program to check if a given string is a palindrome.

    • Create a function that takes a string as input.

    • Reverse the string and compare it with the original string.

    • If they are the same, then the string is a palindrome.

    • Example: 'racecar' is a palindrome.

    • Example: 'hello' is not a palindrome.

  • Answered by AI
  • Q2. Program to return Fibonacci series
  • Ans. 

    A program to return Fibonacci series using recursion or iteration

    • Use recursion to generate Fibonacci series

    • Use iteration to generate Fibonacci series

    • Handle edge cases like negative input or input of 0 or 1

    • Example: Fibonacci series up to 10 - 0, 1, 1, 2, 3, 5, 8, 13, 21, 34

  • Answered by AI
  • Q3. Different ways to create a table in python
  • Ans. 

    Different ways to create a table in Python include using pandas, sqlite3, and SQLAlchemy libraries.

    • Using pandas library to create a table from a dictionary or list of lists

    • Using sqlite3 library to create a table in a SQLite database

    • Using SQLAlchemy library to create a table in a SQL database

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I have given all the rounds very well, but I didn't get selected.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

HackerEarth / Hacker rank Test

Round 2 - Technical 

(1 Question)

  • Q1. Find the lowest cost when given days you want to use metro if you have cost of a day 1 ,7 and 30 day pass. DP Problem
  • Ans. 

    Using dynamic programming to find the lowest cost for metro passes based on given days.

    • Create an array to store the minimum cost for each day.

    • Iterate through each day and calculate the minimum cost based on 1, 7, or 30 day pass.

    • Update the minimum cost for each day using dynamic programming.

    • Return the minimum cost for the total number of days needed.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Normal HR Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DP and Graph Problems and know how banks work

Skills evaluated in this interview

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

Behavioural and culture fit

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

It was around 2.5 hours which includes 2 coding ques and MCQ from DBMS, OS, Aptitude and Programming language (C++/Java)

Round 3 - Technical 

(2 Questions)

  • Q1. It was purely resume based. He asked me about the projects.
  • Q2. He also tested my knowledge on the technologies I have used in those projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your resume and do practice DSA regularly.

NAB Innovation Center India Interview FAQs

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

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

  1. minimum delet...read more
  2. Array and str...read more

Tell us how to improve this page.

NAB Innovation Center India Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
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