Upload Button Icon Add office photos
Engaged Employer

i

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

BNY Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

BNY Qa Automation Testing Engineer Interview Questions and Answers

Updated 14 Mar 2024

BNY Qa Automation Testing Engineer Interview Experiences

1 interview found

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 Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. SQL Queries round: 4-7 queries one is of join
  • Q2. Java coding, selelium coding with HTML
  • Q3. Write a program in java to get the count of duplicate char in string
  • Ans. 

    Program in Java to count duplicate characters in a string

    • Create a HashMap to store characters and their counts

    • Iterate through the string and update the counts in the HashMap

    • Finally, iterate through the HashMap and count characters with count > 1

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics and syntax.

Skills evaluated in this interview

Interview questions from similar companies

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

I appeared for an interview before May 2023.

Round 1 - Technical 

(6 Questions)

  • Q1. Difference between assert and verify.
  • Ans. 

    Assert is used to validate the expected result while verify is used to check the actual and expected results without stopping the execution.

    • Assert is used to validate the expected result and if the assertion fails, the test is aborted.

    • Verify is used to check the actual and expected results without stopping the execution.

    • Assert is commonly used in test automation frameworks like JUnit and TestNG.

    • Verify is commonly used

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

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI
  • Q3. Types of locators?
  • Ans. 

    Locators are used in automation testing to identify web elements on a webpage. Types include ID, class name, name, tag name, link text, partial link text, xpath, and css selector.

    • ID - unique identifier for an element

    • Class name - class attribute value of an element

    • Name - name attribute value of an element

    • Tag name - HTML tag of an element

    • Link text - text of a link element

    • Partial link text - partial text of a link element

    • ...

  • Answered by AI
  • Q4. Annotations in TestNG?
  • Ans. 

    Annotations in TestNG are used to provide additional information about test methods and classes.

    • Annotations are used to define the behavior of test methods and classes in TestNG.

    • Common annotations in TestNG include @Test, @BeforeSuite, @AfterSuite, @BeforeTest, @AfterTest, @BeforeClass, @AfterClass, @BeforeMethod, @AfterMethod.

    • Annotations help in organizing and controlling the flow of test execution.

    • Annotations can be ...

  • Answered by AI
  • Q5. Reverse string code in java.
  • Ans. 

    Reverse a string in Java using StringBuilder or char array.

    • Use StringBuilder's reverse() method to reverse the string.

    • Alternatively, convert the string to a char array, swap characters from start and end, and then convert back to string.

  • Answered by AI
  • Q6. Page object Model

Skills evaluated in this interview

I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Easy basic questions on ds algo, swap two numbers with out extra space

Round 2 - Technical 

(1 Question)

  • Q1. LLD library management system with apis table schema java classes and their interaction

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Associate Software Engineer interview:
  • DS Algo
Interview preparation tips for other job seekers - Simple questions just prepare on core java and basic ds algo with medium level questions

I applied via Approached by Company and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic Java related questions, like internals working of hashMap, what is lambda function & why is it used with functional interface and one small coding question.
  • Q2. What is Microservices and why it is used
  • Ans. 

    Microservices are small, independent, and loosely coupled services that work together to form a larger application.

    • Microservices architecture breaks down a large application into smaller, independent services

    • Each service is responsible for a specific task and communicates with other services through APIs

    • This approach allows for greater flexibility, scalability, and easier maintenance

    • Examples of companies using microser

  • Answered by AI
  • Q3. Features of Spring boot, Rest API related questions etc
Round 2 - Technical 

(1 Question)

  • Q1. Explain structure & complete flow of your current project, how Authorization, session etc works in your project.
Round 3 - Technical 

(1 Question)

  • Q1. Design Snake & Ladder
  • Ans. 

    Design a Snake & Ladder game.

    • Create a board with 100 squares and mark the snakes and ladders on it.

    • Use a random number generator to simulate dice rolls.

    • Implement logic to move the player's token based on the dice roll.

    • Add game rules such as extra turns for rolling a six and penalty for landing on a snake.

    • Display the current position of the player and the board after each turn.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Associate Software Engineer interview:
  • Java
  • LLD
  • Microservices
  • Spring Boot
Interview preparation tips for other job seekers - Brush up all the basic concepts and practice LLD if your experience is less than 5 years of more than do practice HLD as well.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Tell me ..why you choose this career?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't cheat at the time of online interview..Tell the answer if you are 100% shour about answer..
Be honest.Dont loose confidence.

I applied via Naukri.com and was interviewed before Dec 2021. There were 2 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 

(2 Questions)

  • Q1. Explain current project architecture
  • Ans. 

    The current project architecture follows a microservices approach.

    • The project is divided into smaller, independent services that communicate with each other through APIs.

    • Each service has its own database and can be developed, deployed, and scaled independently.

    • We use Docker containers to package and deploy the services.

    • We also use Kubernetes for container orchestration and management.

    • The architecture allows for better ...

  • Answered by AI
  • Q2. Spring boot and it's concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company
Work life balance is good
Pay is average
New tech stack depends on project

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Fircosoft Continuity workflow
Round 3 - Technical 

(1 Question)

  • Q1. Unix and trouble shooting solutions for given Issues
  • Ans. 

    Troubleshooting Unix issues involves identifying the problem, analyzing logs, checking permissions, and using command line tools.

    • Identify the problem by checking error messages and logs

    • Check file permissions using 'ls -l' command

    • Use command line tools like 'grep', 'awk', and 'sed' to search for specific patterns

    • Restart services or processes if necessary

    • Consult online forums or documentation for solutions

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. Managerial view of questions
Round 5 - HR 

(1 Question)

  • Q1. About my jump in career

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Above sql, c , python ,java,

Round 2 - Coding Test 

Two coding question of avg range

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

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic mcq questions about angular js, java

Round 2 - Coding Test 

2 easy coding questions in java

Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.

    • Advancing to a senior software engineer role

    • Leading a team of developers on projects

    • Working on innovative and challenging projects

    • Continuing to learn and grow in the field

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Read from file code
  • Q2. String manipulation questions
Round 2 - Coding Test 

Lru cache implementation, Spring boot

BNY Interview FAQs

How many rounds are there in BNY Qa Automation Testing Engineer interview?
BNY interview process usually has 1 rounds. The most common rounds in the BNY interview process are Technical.
What are the top questions asked in BNY Qa Automation Testing Engineer interview?

Some of the top questions asked at the BNY Qa Automation Testing Engineer interview -

  1. Write a program in java to get the count of duplicate char in str...read more
  2. SQL Queries round: 4-7 queries one is of j...read more
  3. Java coding, selelium coding with H...read more

Tell us how to improve this page.

BNY Qa Automation Testing Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 584 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
Bajaj Finserv Interview Questions
4.0
 • 538 Interviews
HSBC Group Interview Questions
3.9
 • 491 Interviews
American Express Interview Questions
4.1
 • 367 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.6
 • 293 Interviews
View all
BNY Qa Automation Testing Engineer Salary
based on 7 salaries
₹3.9 L/yr - ₹6.2 L/yr
38% less than the average Qa Automation Testing Engineer Salary in India
View more details
Analyst
1.9k salaries
unlock blur

₹2.7 L/yr - ₹9.5 L/yr

Senior Analyst
1.8k salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Senior Associate
1.3k salaries
unlock blur

₹12 L/yr - ₹26 L/yr

Intermediate Representative
1.1k salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Associate
1.1k salaries
unlock blur

₹3.7 L/yr - ₹15 L/yr

Explore more salaries
Compare BNY with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

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