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 Automation Test Engineer Interview Questions, Process, and Tips

Updated 25 Oct 2024

Bankai Infotech Automation Test 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 Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Reverse string in java
  • Ans. 

    Reverse a string in Java using StringBuilder or iterative approach.

    • Use StringBuilder to reverse the string: StringBuilder sb = new StringBuilder(str); sb.reverse().toString();

    • Iterative approach: Convert the string to char array, swap characters from start and end indexes until middle is reached.

  • Answered by AI
  • Q2. Write the xpath for MakeMyTrip datepicker
  • Ans. 

    The xpath for MakeMyTrip datepicker can be written using unique attributes of the datepicker element.

    • Use unique attributes like class, id, or data-testid to locate the datepicker element

    • Consider the structure of the datepicker and its parent elements when writing the xpath

    • Use indexes or sibling relationships if necessary to pinpoint the datepicker element

  • Answered by AI
  • Q3. SQL query for order all the employees in ascending order
  • Ans. 

    Use SQL query with ORDER BY clause to order employees in ascending order.

    • Use SELECT statement to retrieve employee data

    • Add ORDER BY clause with the column you want to order by

    • Specify ASC keyword for ascending order

    • Example: SELECT * FROM employees ORDER BY employee_id ASC;

  • Answered by AI
  • Q4. Difference between smoke and sanity testing
  • Ans. 

    Smoke testing is a subset of regression testing, focusing on basic functionality, while sanity testing is a subset of acceptance testing, focusing on specific areas.

    • Smoke testing is performed to check if the critical functionalities of the application are working fine after changes.

    • Sanity testing is performed to check if the specific areas of the application are working fine after changes.

    • Smoke testing is a shallow and...

  • Answered by AI
  • Q5. Right positive or negative coupon code based on minimum amount and maximum amount
  • Ans. 

    Generate a coupon code based on minimum and maximum amount

    • Determine the range of amounts for the coupon code

    • Generate a random code within that range

    • Assign positive or negative based on the criteria

  • Answered by AI
  • Q6. Basic git commands

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

I applied via Company Website and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction, pillars of OOP, Js, Linked list, stack, queue, Constrictor, Operator overloading, CSS HTML JS Basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Just clear your besic concept

I applied via telegram and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. All the oops concept, abstraction, encapsulation,inheritance.
  • Q2. Preferred coding language
  • Ans. 

    My preferred coding language is Python.

    • Python is easy to learn and has a simple syntax.

    • It has a large community and a vast number of libraries.

    • Python is versatile and can be used for web development, data analysis, machine learning, and more.

  • Answered by AI
  • Q3. Some que on html

Interview Preparation Tips

Interview preparation tips for other job seekers - do your basics thoroughly

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

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
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 mins Aptitude Question

Round 2 - Coding Test 

30 mins - 3 Coding Question

Round 3 - Technical 

(2 Questions)

  • Q1. Describe Rest API
  • Ans. 

    Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • Rest API stands for Representational State Transfer Application Programming Interface.

    • It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.

    • RESTful APIs use URLs to access resources, and return data in JSON or XML format.

    • Stateless communication allows for scalability and flexibilit...

  • Answered by AI
  • Q2. What is various Response code. Diffenrence b/w 200 & 201, 400 & 403
  • Ans. 

    Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.

    • 200 - OK: Request was successful

    • 201 - Created: Request was successful and a new resource was created

    • 400 - Bad Request: The server cannot process the request due to a client error

    • 403 - Forbidden: The server understood the request, but refuses to authorize it

  • Answered by AI

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Apr 2021. There were 2 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. String and string builder difference. Project Related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Without pre information you should not ask direct interview question on telephone .I don't know she was Hr or technical person but she started asking technical question and personal information

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

Interview Questionnaire 

3 Questions

  • Q1. Which protocols are used in IoT?
  • Ans. 

    IoT uses various protocols such as MQTT, CoAP, HTTP, and AMQP for communication and data transfer.

    • MQTT (Message Queuing Telemetry Transport) is a lightweight protocol used for IoT devices with low bandwidth and power constraints.

    • CoAP (Constrained Application Protocol) is designed for resource-constrained devices and networks.

    • HTTP (Hypertext Transfer Protocol) is used for web-based communication and data transfer.

    • AMQP (...

  • Answered by AI
  • Q2. Explain MQTT protocols.
  • Ans. 

    MQTT is a lightweight messaging protocol for IoT devices.

    • MQTT stands for Message Queuing Telemetry Transport

    • It uses a publish-subscribe model for communication

    • It is designed for low-bandwidth, high-latency networks

    • It is widely used in IoT applications

    • It supports Quality of Service (QoS) levels for message delivery

  • Answered by AI
  • Q3. Compare Modbus RTU vs Modbus ASCII.
  • Ans. 

    Modbus RTU is binary and Modbus ASCII is text-based. RTU is more efficient and commonly used.

    • RTU uses binary encoding while ASCII uses text-based encoding

    • RTU is more efficient and commonly used in industrial automation

    • ASCII is easier to troubleshoot and can be used for long-distance communication

    • RTU has a smaller message size and faster transmission speed

    • ASCII has a larger message size and slower transmission speed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First prepare your resume carefully. Go through Basic theoretical concept like Object oriented programing, Data structures, Database etc.

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Coding Test 

There were 5 coding question, I have completed 4 question and got a call for an interview.

Round 2 - Technical 

(2 Questions)

  • Q1. All basics question of c, like pointer, structure, dynamic allocation
  • Q2. One easy coding problem
Round 3 - HR 

(1 Question)

  • Q1. This round is a confirmation of your selection in company.

Interview Preparation Tips

Topics to prepare for Revature Software Engineer interview:
  • Clear Basics
Interview preparation tips for other job seekers - TR is main round. Focus on basics of any one language with implementation.

Bankai Infotech Interview FAQs

How many rounds are there in Bankai Infotech Automation Test Engineer interview?
Bankai Infotech interview process usually has 1 rounds. The most common rounds in the Bankai Infotech interview process are Technical.
How to prepare for Bankai Infotech Automation Test 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 Appium, Automation Testing, Linux Administration, Mobile Application Testing and Selenium Testing.
What are the top questions asked in Bankai Infotech Automation Test Engineer interview?

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

  1. Right positive or negative coupon code based on minimum amount and maximum amou...read more
  2. SQL query for order all the employees in ascending or...read more
  3. Write the xpath for MakeMyTrip datepic...read more

Tell us how to improve this page.

Bankai Infotech Automation Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Join Bankai Infotech Innovate, Monetize, Deliver

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Softenger Interview Questions
4.1
 • 52 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
Revature Interview Questions
3.5
 • 40 Interviews
Equifax Interview Questions
3.3
 • 32 Interviews
JMR Infotech Interview Questions
4.3
 • 29 Interviews
View all
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