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
3.5

based on 105 Reviews

Filter interviews by

Bankai Infotech Software Engineer Interview Questions and Answers

Updated 6 Jul 2023

Bankai Infotech Software Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Jul 2022. 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 - One-on-one 

(3 Questions)

  • Q1. Basic C programming, file handling operations
  • Q2. SIP protocol related qestions, linux questions
  • Q3. File data manipulation code
Round 3 - HR 

(1 Question)

  • Q1. Compensation discussion, relocation , reason for leaving previous organization

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Data structures and algorithms include concepts such as reversing a linked list and working with doubly linked lists. LeetCode problems where they are are given one hour to write code on paper.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic technical concepts based on resume skills mentioned by you
  • Q2. Sql queries like fetching duplicate salaries in the employee table
Round 3 - Behavioral 

(1 Question)

  • Q1. Behavioral questions

Interview Preparation Tips

Topics to prepare for Ninestars Information Technologies Software Engineer interview:
  • Java
  • Python
Interview preparation tips for other job seekers - Be prepared for coding, fundamental technical questions, and SQL.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology, (NIT), Sikkim and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Behavioral 

(1 Question)

  • Q1. General aptitude question
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical Questions and some coding questions
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. RDBMS related questions asked
  • Q2. SQL login building related questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Area of circle program
  • Ans. 

    Program to calculate the area of a circle

    • The formula to calculate the area of a circle is: A = π * r^2

    • The radius of the circle is required as input

    • The value of π can be approximated as 3.14159

    • The area should be calculated and displayed as output

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jul 2023. 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 - Aptitude Test 

Such like blood relation questions, graph, alphabet and numeric values etc

Round 3 - Coding Test 

Related to operators, oop concepts

Round 4 - HR 

(4 Questions)

  • Q1. Basic questions like introduce my self, expectation salary etc
  • Q2. Oop concepts questions, SQL database query etc
  • Q3. And any questions about our company
  • Q4. 2 Coding questions Java, Python questions and machine learning

Interview Preparation Tips

Topics to prepare for HCL Infosystems Software Engineer interview:
  • Python developer
  • Machine Learning
  • Java Servlets
  • Html5
  • CSS3
  • My sql
Round 1 - Coding Test 

Topics:
Python, Django, MySQL, Automation, Technical questions

Round 2 - Technical 

(3 Questions)

  • Q1. Topics: Python, Django, MySQL, Automation, Technical questions
  • Q2. Explain Django Architecture
  • Ans. 

    Django follows Model-View-Controller (MVC) architectural pattern.

    • Django has a high-level architecture that follows the Model-View-Controller (MVC) architectural pattern.

    • The Model layer represents the database schema and business logic.

    • The View layer is responsible for rendering the templates and presenting the data to the user.

    • The Controller layer handles the user's input and interacts with the Model and View layers.

    • Dj...

  • Answered by AI
  • Q3. Difference between XML and JSON
  • Ans. 

    XML is a markup language while JSON is a lightweight data interchange format.

    • XML uses tags to define elements while JSON uses key-value pairs.

    • XML is more verbose and complex than JSON.

    • JSON is easier to read and parse than XML.

    • XML supports namespaces and validation while JSON does not.

    • XML is widely used in web services and document exchange while JSON is preferred for data exchange between applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Python Django
Showcase your skills

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. C,C++,JAVA,PHYTON ,PROJECT
  • Q2. ALL THING ANSWER GIVEN BY ME

Interview Preparation Tips

Interview preparation tips for other job seekers - GOOD COMUNICATION SKILL,GOOD KNOWLEEDGE

I applied via Cocubes and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Most rounds were regarding English proficiency and 1 round regarding logical reasoning

Round 2 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, honest and humble in the interview. Prepare well for the interview and aptitude tests

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Create dummy procedure with try catch block.
  • Ans. 

    Create a dummy procedure with try catch block.

    • Create a function with a try block

    • Add code that may throw an error inside the try block

    • Add a catch block to handle the error

    • Optionally, add a finally block to execute code regardless of whether an error was thrown

  • Answered by AI
  • Q2. Pillars of oops
  • Ans. 

    Pillars of OOPs are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together and restricting access to them.

    • Inheritance: Acquiring properties and behavior of a parent class by a child class.

    • Polymorphism: Ability of an object to take many forms and perform different actions based on conte

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go back and brush up your basics. Improve your theoretical knowledge

Bankai Infotech Interview FAQs

How many rounds are there in Bankai Infotech Software Engineer interview?
Bankai Infotech interview process usually has 3 rounds. The most common rounds in the Bankai Infotech interview process are Resume Shortlist, One-on-one Round and HR.
How to prepare for Bankai Infotech Software Engineer 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 OOPS, .Net, ASP.Net, MVC and CSS.
What are the top questions asked in Bankai Infotech Software Engineer interview?

Some of the top questions asked at the Bankai Infotech Software Engineer interview -

  1. basic C programming, file handling operati...read more
  2. SIP protocol related qestions, linux questi...read more
  3. file data manipulation c...read more

Tell us how to improve this page.

Join Bankai Infotech Innovate, Monetize, Deliver
Bankai Infotech Software Engineer Salary
based on 51 salaries
₹4.5 L/yr - ₹14 L/yr
35% more than the average Software Engineer Salary in India
View more details

Bankai Infotech Software Engineer Reviews and Ratings

based on 15 reviews

3.5/5

Rating in categories

3.5

Skill development

3.5

Work-Life balance

3.6

Salary & Benefits

4.6

Job Security

3.6

Company culture

3.1

Promotions/Appraisal

3.5

Work Satisfaction

Explore 15 Reviews and Ratings
Software Engineer
51 salaries
unlock blur

₹4.4 L/yr - ₹14 L/yr

Senior Software Engineer
33 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

NOC Engineer
22 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Technical Support Engineer
14 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

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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