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

Filter interviews by

JPMorgan Chase & Co. QA Engineer Interview Questions and Answers

Updated 9 Jan 2025

JPMorgan Chase & Co. QA Engineer Interview Experiences

3 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Aug 2024

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

Maths. reasoning, logical etc

Round 2 - Coding Test 

Java coding and logical testing

Round 3 - HR 

(1 Question)

  • Q1. Given the input values and find output response
  • Ans. 

    The question is asking to provide the output response based on given input values.

    • Understand the input values provided

    • Analyze the expected output based on the input values

    • Apply any relevant logic or rules to determine the output response

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard and well prepared

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Jul 2024

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

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Coding Test 

Java coding get the largest number

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 9 Jan 2025

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

I applied via Job Portal and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Automation framework
  • Q2. Agile process

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Abut autmatin framewrk ,Have I wrked in perfrmance testing
  • Q2. Scenari based questins
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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Sql queries for join
Round 2 - Technical 

(1 Question)

  • Q1. Write xpath for pattern match
  • Ans. 

    XPath for pattern match is used to locate elements based on a specific pattern.

    • Use 'contains()' function to match a partial text within an element

    • Use 'starts-with()' function to match the beginning of a text within an element

    • Use 'ends-with()' function to match the end of a text within an element

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in Oct 2022. There were 3 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 - Aptitude Test 

Including coding questions and basic questions regarding QA and backend and front end technologies.

Round 3 - Technical 

(1 Question)

  • Q1. What is QA Testing? Why do you want to join UBS?
  • Ans. 

    QA testing is the process of ensuring that software products meet the required quality standards.

    • QA testing involves identifying defects and errors in software products.

    • It includes testing the functionality, performance, security, and usability of software.

    • QA testing is done throughout the software development life cycle to ensure that the final product meets the customer's requirements.

    • Examples of QA testing tools inc

  • Answered by AI

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell a scenario you made other colleague work well
  • Ans. 

    I motivated a colleague by providing positive feedback and support.

    • Offered constructive feedback on their work

    • Encouraged them to share their ideas and opinions

    • Provided assistance when needed

    • Recognized their achievements and contributions

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium questions - iframes, window handles, locators, synchronization (waits)
  • Q2. What is Test harness
  • Ans. 

    Test harness is a software tool used to run automated tests on software applications.

    • Test harness provides a framework for running test cases and reporting results.

    • It includes test data, test scripts, and a way to execute tests.

    • Test harness can simulate user interactions and test different scenarios.

    • Examples of test harness tools include JUnit for Java and NUnit for .NET.

  • Answered by AI
  • Q3. How will you write test case for a scenario
  • Ans. 

    To write a test case for a scenario, identify the objective, define test steps, determine expected results, and validate the outcome.

    • Identify the objective of the test case

    • Define the test steps to be executed

    • Determine the expected results for each step

    • Validate the outcome against the expected results

    • Include preconditions and postconditions if necessary

  • Answered by AI

Skills evaluated in this interview

JPMorgan Chase & Co. Interview FAQs

How many rounds are there in JPMorgan Chase & Co. QA Engineer interview?
JPMorgan Chase & Co. interview process usually has 2 rounds. The most common rounds in the JPMorgan Chase & Co. interview process are HR, Coding Test and Aptitude Test.
What are the top questions asked in JPMorgan Chase & Co. QA Engineer interview?

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

  1. Given the input values and find output respo...read more
  2. Automation framew...read more
  3. Agile proc...read more

Tell us how to improve this page.

JPMorgan Chase & Co. QA Engineer Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more
JPMorgan Chase & Co. QA Engineer Salary
based on 24 salaries
₹5 L/yr - ₹19.2 L/yr
97% more than the average QA Engineer Salary in India
View more details

JPMorgan Chase & Co. QA Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Associate
10.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
5.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Vice President
4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
2.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
2.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare JPMorgan Chase & Co. with

Morgan Stanley

3.7
Compare

Goldman Sachs

3.5
Compare

TCS

3.7
Compare

Bank of America

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