Premium Employer

i

This company page is being actively managed by Bankai Infotech Team. If you also belong to the team, you can get access from here

Bankai Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Bankai Infotech Product Manager Interview Questions and Answers

Updated 12 Oct 2022

Bankai Infotech Product Manager Interview Experiences

1 interview found

I applied via Referral and was interviewed in Apr 2022. 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 - One-on-one 

(1 Question)

  • Q1. 1. Questions related to Product Marketing 2. Product strategy 3. Product and Feature Pricing Framework
Round 3 - Case Study 

Case study was regarding a country research for a new product launch

Round 4 - HR 

(1 Question)

  • Q1. This was a general round with info regarding Profile, R&R, salary etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and keep the right skillset on the table

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 6 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 

They have online test of 45 min

Round 3 - Technical 

(1 Question)

  • Q1. Java related technical questions
Round 4 - Technical 

(1 Question)

  • Q1. Project manager related questions
Round 5 - Vertical head 

(1 Question)

  • Q1. About your work experience You need to be on point and confident here because it’s a small span interview of just 10 to 15 mins
Round 6 - HR 

(1 Question)

  • Q1. HR discussion on package and everything.

Interview Preparation Tips

Interview preparation tips for other job seekers - Every round is elimination basis even the vertical head interview is most important.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Project management, spring and java related total 20 questions to be completed in 30 minutes.
I was not aware of such interview process and environment during test examination was not peaceful.

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is spring IOC?
  • Ans. 

    Spring IOC (Inversion of Control) is a design pattern where the control of object creation and lifecycle is shifted from the application code to the Spring framework.

    • In Spring IOC, objects are created and managed by the Spring container.

    • It helps in achieving loose coupling between classes by removing the dependency on object creation.

    • Dependency Injection is a key concept in Spring IOC, where the dependencies of a class...

  • Answered by AI
  • Q2. Factory Design Pattern?
  • Q3. Current Role, Responsibility and tech stack?

Interview Preparation Tips

Interview preparation tips for other job seekers - Got call from hiring Consultancy and I agreed for Face to Face interview after reviewing JD.
Upon reaching the office, I saw the recruiters had called more than 100 candidates for the interview and they were running out of sitting. Such was a welcome.
There was an Aptitude test for each individual, be it 2 years or 10+ years experience. First recruiter told me no aptitude test for me because I'm for project manager role and asked me to sit. But then she gave me questionair and told to complete in 30 minutes. [weird]
Aptitude test was being conducted by 2 personnel only where around 30 candidates were sitting in room and they were coming - going 1 by 1. At times, recruiters were not there and candidates were stranded. In between the test, recruiters were calling names, instructing candidates and making the environment noisy for the candidates appearing for test. So unprofessional. [It should have been peaceful environment if you're conducting test]
After the test, I was taken in room for interview where interviewer was so arrogant and mannerless. Never ever seen unprofessional person not greeting the candidate and nor looking at him.
Asked me for intro and then didn't ask much questions to justify his job. There was no smile on his face and was not courteous, empathetic. He was judging a candidate without examinig skills. This is totally against diversity and inclusive culture.
I have been asked by each interviewer at the end of interview, "Do you have any question for me?" . But this interviewer didn't even ask this. How unprofessional it was!
Lastly, feedback was given not shortlisted.
Such a waste of time. If such unprofessional drives to be conducted, I request you not to do such timepass with candidates conducting interviews virtual.
I suggest management to look into this process which damaging image of RBI.
No wonder why MNCs are the first choice of any candidate because the behavior and treatment of their HR and Panel is so professional. Time to learn from them.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Process and Situation based questions

I applied via Company Website 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 - Technical 

(1 Question)

  • Q1. Knowing RBI Circulars on cybersecurity
Round 3 - HR 

(1 Question)

  • Q1. Why you want to join ReBIT?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through company site, learn CSF cybersecurity framework, know various RBI departments
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Previous role and experience
  • Q2. Willingness to relocate
Round 3 - One-on-one 

(2 Questions)

  • Q1. Domain knowledge and overall experience
  • Q2. Willingness to move to a third party
Round 4 - One-on-one 

(2 Questions)

  • Q1. Overall career journey and fitment to the role
  • Q2. What challanges do i anticipate and how would i overcome them

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Database related questions
  • Q2. Api
  • Q3. Two basic coding questions
  • Q4. Some apti based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just try to attempt all the sample questions available in geeks for geeks

I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1.OOP questions
  • Q2. 2.Java basic programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Try to answer questions logically

Bankai Infotech Interview FAQs

How many rounds are there in Bankai Infotech Product Manager interview?
Bankai Infotech interview process usually has 4 rounds. The most common rounds in the Bankai Infotech interview process are Resume Shortlist, One-on-one Round and Case Study.
How to prepare for Bankai Infotech Product Manager interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Bankai Infotech. The most common topics and skills that interviewers at Bankai Infotech expect are Product Management, Business Development, Casa, Core Banking Solution and Core banking.

Tell us how to improve this page.

Join Bankai Infotech Innovate, Monetize, Deliver

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Softenger Interview Questions
4.1
 • 53 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
Revature Interview Questions
3.5
 • 40 Interviews
Equifax Interview Questions
3.3
 • 32 Interviews
VDart Interview Questions
4.0
 • 29 Interviews
View all
Bankai Infotech Product Manager Salary
based on 5 salaries
₹12.8 L/yr - ₹45.4 L/yr
16% more than the average Product Manager Salary in India
View more details

Bankai Infotech Product Manager Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

4.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
44 salaries
unlock blur

₹4.5 L/yr - ₹14 L/yr

Senior Software Engineer
33 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

NOC Engineer
20 salaries
unlock blur

₹3 L/yr - ₹7.3 L/yr

Technical Support Engineer
15 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Developer
12 salaries
unlock blur

₹3.4 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Bankai Infotech with

HCL Infosystems

3.9
Compare

Softenger

4.1
Compare

Cyfuture

3.0
Compare

Value Point Systems

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