Upload Button Icon Add office photos

Filter interviews by

Bank of America Senior Test Engineer Interview Questions and Answers

Updated 7 Feb 2024

Bank of America Senior Test Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. 1) Automation Testing
  • Q2. Explain automation testing
  • Ans. 

    Automation testing is the use of software tools to execute test cases and compare actual outcomes with expected outcomes.

    • Automation testing involves writing scripts or using tools to automate repetitive manual testing tasks.

    • It helps in reducing human errors and increasing test coverage.

    • Automation testing can be used for functional, regression, performance, and load testing.

    • Examples of automation testing tools include S

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a program to read a data from excel
  • Ans. 

    Program to read data from Excel

    • Use a library like Apache POI or Openpyxl to read Excel files

    • Identify the sheet and cell from which data needs to be read

    • Handle exceptions like file not found or incorrect cell format

  • Answered by AI
  • Q2. Write a program to handle runtime exception
  • Ans. 

    Program to handle runtime exception

    • Use try-catch blocks to handle exceptions

    • Catch specific exceptions to handle them differently

    • Use finally block to execute code regardless of exception

    • Throw custom exceptions when needed

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. 1.Tell me about yourself?
  • Q2. 1. Some technical question regarding accounts and testing experience

Interview Preparation Tips

Interview preparation tips for other job seekers - I got a positive response from the HR and discussed about the documents, I don't know what happened they are saying the position on hold after 2 days, if the position is on hold why are you calling and giving a positive response and giving hopes to candidate if you are not going to hire please tell the candidate clearly don't call for interview and don't waste our time.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There were 6 interview rounds.

Round 1 - Aptitude Test 

Any where any topics

Round 2 - Assignment 

Any more general topics

Round 3 - Group Discussion 

No idea and any topics at It job

Round 4 - Technical 

(2 Questions)

  • Q1. Manual testing and selenium
  • Q2. Any where topics from testing
Round 5 - HR 

(1 Question)

  • Q1. Final round with HR
Round 6 - no idea 

(1 Question)

  • Q1. Me for no idea but your choices

Interview Preparation Tips

Topics to prepare for NatWest Group Testing Engineering Analyst interview:
  • Functional Testing
  • Quality Control
  • Quality Assurance
Interview preparation tips for other job seekers - I need a IT JOB for few days .

Test Engineer Interview Questions & Answers

Barclays user image MANMATH DESHMUKH

posted on 12 Mar 2024

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

I have been given 3 codes to write:
1. Reverse the string in java without using any standard reverse method
2. How can you find how many times esch word in a string is repeated
3. Suppose in excel you have 3 columns, now you have to write a method which can return the values of second and third colum when you give value of first column as an input to your method.

Round 2 - Behavioral 

(1 Question)

  • Q1. Behaviour questions on security with scenarios like how you will react in case of any security or compliance situation you come across. Some question on Data base like how you will verify any value stored ...
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Topics to prepare for Barclays Test Engineer interview:
  • Core Java
  • Collections
  • Stream api
  • OOPS
  • API
Interview preparation tips for other job seekers - They are asking more questions from java only even though you are applying for automation testing role.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 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 - Technical 

(1 Question)

  • Q1. What was your experiences about Automation Testing
  • Ans. 

    I have extensive experience in automation testing, including designing and implementing test frameworks and scripts.

    • Designed and implemented automation test frameworks using tools like Selenium and Appium

    • Developed and executed automated test scripts for web and mobile applications

    • Integrated automation tests into CI/CD pipelines for continuous testing

    • Performed regression testing using automation to ensure software stabi...

  • Answered by AI
Round 3 - Coding Test 

You will create a mini application so they can assess your coding skills.

Round 4 - Behavioral 

(1 Question)

  • Q1. Overall experiences, Situational, Behavior

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very important that you know you are saying. So listen carefully before answering the questions.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me how you will be choosing test cases for automation
  • Ans. 

    Test cases for automation are chosen based on their complexity, frequency of execution, and potential for regression.

    • Identify test cases that are repetitive and time-consuming to execute manually.

    • Select test cases that cover critical functionality or high-risk areas.

    • Prioritize test cases that are prone to regression.

    • Consider the complexity of test cases and their potential for automation.

    • Evaluate the feasibility of aut...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What are the best practices you implemented in your project

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Agile Testing, API Testing, JIRA, SDLC, Requirement Analysis, Test Lead Activities, Test Plan, Taking ownership of tasks, Paper- based Scenarios, Lift Scenarios, Filling water in glasses with different wei...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Clear about the profile being offered and prepare accordingly. Brush up on the skills required and having certifications on the same would boost your chances to clear the interview.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. HashMap program
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • It allows for efficient retrieval of values based on keys.

    • Keys in a HashMap must be unique, but values can be duplicated.

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

  • Answered by AI
  • Q2. Api testing interview

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Java, Selenium Technical questions.
  • Q2. Java collections Oops concepts Abstract vs Interface
  • Q3. Array concepts String functions
Round 2 - Technical 

(1 Question)

  • Q1. Java, Selenium Java syntex
Round 3 - Coding Test 

Java String programs
Selenium Scripts

Round 4 - HR 

(1 Question)

  • Q1. Package discussion

Bank of America Interview FAQs

How many rounds are there in Bank of America Senior Test Engineer interview?
Bank of America interview process usually has 1 rounds. The most common rounds in the Bank of America interview process are Technical.
What are the top questions asked in Bank of America Senior Test Engineer interview?

Some of the top questions asked at the Bank of America Senior Test Engineer interview -

  1. Explain automation test...read more
  2. 1) Automation Test...read more

Tell us how to improve this page.

Bank of America Senior Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 625 Interviews
IndusInd Bank Interview Questions
3.5
 • 591 Interviews
Wells Fargo Interview Questions
3.9
 • 563 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
Yes Bank Interview Questions
3.7
 • 415 Interviews
View all
Bank of America Senior Test Engineer Salary
based on 15 salaries
₹7.5 L/yr - ₹25 L/yr
39% more than the average Senior Test Engineer Salary in India
View more details

Bank of America Senior Test Engineer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

3.3

Skill development

4.6

Work-life balance

4.0

Salary

4.0

Job security

4.3

Company culture

3.7

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Team Lead
2.2k salaries
unlock blur

₹5.7 L/yr - ₹17 L/yr

Team Developer
1.9k salaries
unlock blur

₹2.5 L/yr - ₹11 L/yr

Assistant Manager
1.9k salaries
unlock blur

₹7 L/yr - ₹26 L/yr

Software Engineer
1k salaries
unlock blur

₹6.6 L/yr - ₹26.3 L/yr

Manager
959 salaries
unlock blur

₹13 L/yr - ₹38 L/yr

Explore more salaries
Compare Bank of America with

JPMorgan Chase & Co.

4.0
Compare

BA Continuum

4.2
Compare

Wells Fargo

3.9
Compare

Goldman Sachs

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