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

Clear (1)

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

I applied via Company Website and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. About work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on your Technical skill and that is more than enough aprt from other skills.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Assignment 

2 hard DSA questions

Round 2 - Coding Test 

2 dsa questions were asked.
prefix search
binary tree camera

Round 3 - Coding Test 

Parling lot low level design

I applied via Referral and was interviewed in Oct 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 Resume tips
Round 2 - Coding Test 

Round 1 was divided into 2 parts:
1) Aptitude and Technical MCQs
2) Coding Test

Round 3 - Technical 

(1 Question)

  • Q1. The technical round was mainly based on the resume. Prepare the skills and projects mentioned in your resume thoroughly. Luck plays a significant factor in clearing the technical round
Round 4 - HR 

(1 Question)

  • Q1. Usual HR questions like 'Mention your strengths and weaknesses'

Interview Preparation Tips

Interview preparation tips for other job seekers - Luck plays a major factor in clearing the technical round.
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 Resume 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

I applied via Job Fair and was interviewed in Jun 2022. 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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. Introduce your self,
  • Q2. How to solve conflict with your coworker

Interview Preparation Tips

Interview preparation tips for other job seekers - top frequency behavior questions google and practice

Interview Questionnaire 

4 Questions

  • Q1. Can we built and deploy two different projects using same pom file, if yes then how?
  • Q2. Lot's of questions on problem solving skill like how you handle bug in prod. Whole lifecycle of a project, hashmap, collections, interaction between microservices, dependcy injection, how microservices act...
  • Q3. Serialise, how to get data from database using hibernate if we don't know data format of the response. Different crud operations. Difference between hibernate and jpa.
  • Q4. Why we are switching to microservices even though our earlier application is also working fine.
  • Ans. 

    Microservices offer better scalability, flexibility, and fault tolerance.

    • Microservices allow for independent deployment and scaling of individual components.

    • They enable faster development and deployment cycles.

    • They provide fault isolation, making it easier to identify and fix issues.

    • They allow for greater flexibility in technology choices and development approaches.

    • Examples of successful microservices architectures inc

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly they were focused on your problem solving skills, project set-up in java, microservices, different environments used for a project, since I was interviewed for Java full stack developer so question related to microservices, hibernate, spring MVC, spring boot, core java questions like hashmap, difference between hashmap and hashtable. Tree

Skills evaluated in this interview

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
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

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 Resume 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

Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

SALARIES

Aurobindo Pharma

REVIEWS

Aurobindo Pharma

No Reviews

REVIEWS

SMFG India Credit

No Reviews

REVIEWS

SMFG India Credit

No Reviews

REVIEWS

SMFG India Credit

No Reviews

REVIEWS

SMFG India Credit

No Reviews

JOBS

Gateway Distriparks

No Jobs

SALARIES

Aurobindo Pharma

COMPANY BENEFITS

Gateway Distriparks

No Benefits

REVIEWS

SMFG India Credit

No Reviews

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

Citicorp Interview Questions
3.7
 • 567 Interviews
Wells Fargo Interview Questions
3.9
 • 566 Interviews
Bajaj Finserv Interview Questions
4.0
 • 522 Interviews
HSBC Group Interview Questions
3.9
 • 485 Interviews
Goldman Sachs Interview Questions
3.5
 • 376 Interviews
American Express Interview Questions
4.2
 • 360 Interviews
UBS Interview Questions
3.9
 • 333 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
View all
BNY Qa Automation Testing Engineer Salary
based on 7 salaries
₹3.9 L/yr - ₹6.2 L/yr
36% less than the average Qa Automation Testing Engineer Salary in India
View more details
Analyst
1.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Intermediate Representative
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Vice President
1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare BNY with

State Street Corporation

3.7
Compare

Northern Trust

3.7
Compare

HSBC Group

3.9
Compare

JPMorgan Chase & Co.

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