Upload Button Icon Add office photos
Engaged Employer

i

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

JPMorgan Chase & Co. Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 5.8k Reviews

Filter interviews by

JPMorgan Chase & Co. QA Lead Interview Questions and Answers

Updated 8 Mar 2024

JPMorgan Chase & Co. QA Lead Interview Experiences

2 interviews found

QA Lead Interview Questions & Answers

user image Anonymous

posted on 3 Jul 2022

I was interviewed before Jul 2021.

Round 1 - Technical 

(1 Question)

  • Q1. What is epic What is story
  • Ans. 

    An epic is a large body of work that is broken down into smaller, more manageable pieces called stories.

    • An epic is a high-level user story that is too big to be completed in a single sprint.

    • Epics are broken down into smaller stories that can be completed in a single sprint.

    • Stories are more detailed and specific than epics, and they describe a single piece of functionality.

    • Stories are typically written from the perspect...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Basic testing questions. More on resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview. Just go through your resume.

Skills evaluated in this interview

QA Lead Interview Questions & Answers

user image Anonymous

posted on 8 Mar 2024

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

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

Simple coding questions like string reverse on any language of your choice.
Can practice from anywebsite if required.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go to any coding mock preparartion online and it will be more thna enough.

QA Lead Interview Questions Asked at Other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Perform ... read more
Q2. OOPS, Interface, Why to use interface, how to implement run time ... read more
Q3. Saucelab or browserstack which one you use, what the purpose of u ... read more
asked in LoveLocal
Q4. What approach did you follow to make sure that your testing tasks ... read more
asked in LoveLocal
Q5. How did make sure that you have completed the integration testing ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Connecting String using Java selenium
  • Ans. 

    To connect strings using Java Selenium, use the concatenation operator (+) or the concat() method.

    • Use the concatenation operator (+) to connect strings: String result = str1 + str2;

    • Use the concat() method to connect strings: String result = str1.concat(str2);

  • Answered by AI
Round 2 - Coding Test 

Snapshot code for capturing images

Skills evaluated in this interview

Round 1 - Coding Test 

Basic program

Round 2 - Technical 

(2 Questions)

  • Q1. Selenium commands on Browser
  • Ans. 

    Selenium commands are used to automate browser actions.

    • Selenium commands can be used to open a browser window

    • Commands can be used to navigate to a specific URL

    • Commands can be used to interact with web elements on a page

    • Commands can be used to perform actions like clicking a button or filling out a form

    • Commands can be used to handle alerts and pop-ups

    • Examples of Selenium commands include get(), findElement(), click(), s

  • Answered by AI
  • Q2. Agile related interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and truthful towards your technical knowledge

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(5 Questions)

  • Q1. Basic questions on manual testing concepts, SQL query, Unix shell scripting questions,etl and some situations based questions
  • Q2. What is bug life cycle
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, retesting, and closing a software bug.

    • Bug identification: Bug is identified by QA engineer during testing.

    • Bug reporting: QA engineer reports the bug with detailed information.

    • Bug fixing: Developer fixes the bug based on the reported details.

    • Bug retesting: QA engineer retests the fixed bug to ensure it is resolved.

    • Bug closing: Once the bug is confirmed fix

  • Answered by AI
  • Q3. Write query for duplicate records
  • Ans. 

    Query to find duplicate records in a database table

    • Use GROUP BY clause with HAVING COUNT() function to identify duplicate records

    • Select columns to display duplicate records

    • Example: SELECT column1, column2, COUNT(*) FROM table_name GROUP BY column1, column2 HAVING COUNT(*) > 1

  • Answered by AI
  • Q4. How to copy one file to another
  • Ans. 

    Use a file copy command to copy one file to another

    • Use the 'cp' command in Unix/Linux systems

    • Syntax: cp source_file destination_file

    • Example: cp file1.txt file2.txt

  • Answered by AI
  • Q5. How would you handle major bugs in your current project

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

UBS user image Sayali Bagal

posted on 10 Oct 2024

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

(2 Questions)

  • Q1. Write program to get count of letters in a word
  • Ans. 

    Program to count letters in a word using array of strings

    • Create an array to store the count of each letter in the word

    • Iterate through each letter in the word and increment the count in the array

    • Return the array with the count of each letter

  • Answered by AI
  • Q2. How to find elements that are not available in dom in selenium? exception in selenium
  • Ans. 

    To find elements not available in DOM in Selenium, use try-catch block to handle NoSuchElementException.

    • Use try-catch block to handle NoSuchElementException when trying to find elements not available in DOM.

    • Catch the exception and handle it appropriately in the code.

    • Use WebDriverWait with ExpectedConditions to wait for the element to be present before interacting with it.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - HR 

(3 Questions)

  • Q1. Why you want to shift to Pune
  • Q2. Why you are leaving your family for job
  • Q3. We are working every weekend

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do join and attend interview just waste of your time. I have cleared all technical round and discussed offer but they didn't rollout offer due to my age matter in their company. Silly reason in IT sector who is considering age in working IT companies. Worst company never ever seen.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Oct 2024.

Round 1 - Coding Test 

Basics js question was there

Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions

QA Engineer Interview Questions & Answers

BNY user image rahul yadav

posted on 23 Oct 2023

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

I applied via LinkedIn and was interviewed in Sep 2023. 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 

(4 Questions)

  • Q1. What is Defect Life Cycle?
  • Ans. 

    Defect Life Cycle is the process of identifying, reporting, fixing, retesting, and closing software defects.

    • Defect identification: Finding and documenting the issue in the software.

    • Defect reporting: Informing the development team about the identified defect.

    • Defect fixing: Developers resolve the reported defect.

    • Defect retesting: QA team verifies if the defect is fixed correctly.

    • Defect closing: Once the defect is confirm

  • Answered by AI
  • Q2. What are different type of waits in Selenium?
  • Ans. 

    Different types of waits in Selenium include Implicit Wait, Explicit Wait, Fluent Wait, and Page Load Timeout.

    • Implicit Wait: Waits for a certain amount of time before throwing a No Such Element Exception.

    • Explicit Wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent Wait: Waits for a condition to be true with a specified polling frequency.

    • Page Load Timeout: Waits for the entire page

  • Answered by AI
  • Q3. Tell logic to select first characters of each word in a given string sentence.
  • Ans. 

    Use a loop to iterate through each word in the string and extract the first character of each word.

    • Split the string into an array of words using a space as the delimiter

    • Iterate through each word in the array and extract the first character of each word

    • Store the first characters in a new array

  • Answered by AI
  • Q4. Write a program to reverse a number.
  • Ans. 

    Program to reverse a number

    • Convert the number to a string to easily manipulate each digit

    • Iterate through the string in reverse order and append each digit to a new string

    • Convert the reversed string back to an integer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic string and number based programs.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(1 Question)

  • Q1. Experience and Knowledge Gained .
Round 3 - HR 

(1 Question)

  • Q1. Knowledge and Work Experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Experience will be preferable.

JPMorgan Chase & Co. Interview FAQs

How many rounds are there in JPMorgan Chase & Co. QA Lead interview?
JPMorgan Chase & Co. interview process usually has 1-2 rounds. The most common rounds in the JPMorgan Chase & Co. interview process are Technical and Coding Test.
What are the top questions asked in JPMorgan Chase & Co. QA Lead interview?

Some of the top questions asked at the JPMorgan Chase & Co. QA Lead interview -

  1. What is epic What is st...read more
  2. Basic testing questions. More on resu...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 JPMorgan Chase & Co. interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 553 Interviews
Bajaj Finserv Interview Questions
4.0
 • 495 Interviews
HSBC Group Interview Questions
4.0
 • 487 Interviews
Goldman Sachs Interview Questions
3.6
 • 405 Interviews
Deutsche Bank Interview Questions
3.9
 • 356 Interviews
American Express Interview Questions
4.2
 • 356 Interviews
UBS Interview Questions
4.0
 • 333 Interviews
BNY Interview Questions
4.0
 • 328 Interviews
Morgan Stanley Interview Questions
3.7
 • 301 Interviews
Citicorp Interview Questions
3.7
 • 278 Interviews
View all
JPMorgan Chase & Co. QA Lead Salary
based on 38 salaries
₹12.4 L/yr - ₹37 L/yr
45% more than the average QA Lead Salary in India
View more details

JPMorgan Chase & Co. QA Lead Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 2 Reviews and Ratings
Associate
10.1k salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Team Lead
5.4k salaries
unlock blur

₹5.6 L/yr - ₹16.3 L/yr

Vice President
3.8k salaries
unlock blur

₹20 L/yr - ₹68 L/yr

Analyst
2.5k salaries
unlock blur

₹6.3 L/yr - ₹25 L/yr

Software Engineer
2.4k salaries
unlock blur

₹11 L/yr - ₹35 L/yr

Explore more salaries
Compare JPMorgan Chase & Co. with

Morgan Stanley

3.7
Compare

Goldman Sachs

3.6
Compare

TCS

3.7
Compare

Bank of America

4.3
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