Upload Button Icon Add office photos
Engaged Employer

i

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

Blackrock Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 439 Reviews

Filter interviews by

Blackrock QA Associate Interview Questions and Answers

Updated 16 Nov 2024

Blackrock QA Associate Interview Experiences

2 interviews found

QA Associate Interview Questions & Answers

user image Anonymous

posted on 16 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Hooks concept in framework , about Junit , framework practical situation questions
  • Q2. 2nd largest in array
  • Ans. 

    Find the 2nd largest string in an array of strings.

    • Iterate through the array and keep track of the largest and second largest strings.

    • Compare each string with the current largest and second largest strings to update them accordingly.

  • Answered by AI

Skills evaluated in this interview

QA Associate Interview Questions & Answers

user image Anonymous

posted on 16 Nov 2024

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

(2 Questions)

  • Q1. About hooks concept in Cucumber
  • Q2. Framework design , 2nd largest in array

QA Associate Interview Questions Asked at Other Companies

Q1. what is SANITY , Smoke Testing. Explain difference giving live pr ... read more
Q2. What is difference between integration and System testing.
Q3. Difference between method overloading and overriding, Explain by ... read more
Q4. Simple biotech problems like % calculation of mixture samples.
Q5. What is LMS. Explain the process?

Interview questions from similar companies

QA Tester Interview Questions & Answers

PwC user image Bigboss Updates with Vani

posted on 9 Dec 2024

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

(5 Questions)

  • Q1. Testing methodologies
  • Q2. What modules are used
  • Q3. Integration testing
  • Q4. Regression Testing
  • Q5. Functional and non Functional
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Salary expectations.
Round 2 - Technical 

(2 Questions)

  • Q1. Basics of Python, Selenium, HTML/CSS, Locators, Testing Concepts
  • Q2. Solve a case study, based on a real-world problem
Round 3 - Technical 

(2 Questions)

  • Q1. Same as previous.
  • Q2. More difficult case study, managerial questions.
Round 4 - Behavioral 

(2 Questions)

  • Q1. Previous experience, explain the current working method, and how you can improve.
  • Q2. My expectations from the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with the programming basics like file handling, oops, functions, overloading, overriding, testing methodologies, HTML, CSS, APIs, Postman, etc.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are raiders in insurance
  • Ans. 

    Raiders in insurance are individuals or groups who intentionally cause damage or loss in order to fraudulently collect insurance payouts.

    • Raiders may stage accidents, arson, or theft to make false insurance claims.

    • They may also inflate the value of their losses or provide false information to the insurance company.

    • Insurance companies use various methods to detect and prevent insurance fraud by raiders.

    • Raiders can face l...

  • Answered by AI
  • Q2. How the premium gets calculated
  • Ans. 

    Premium is calculated based on various factors such as age, gender, health condition, coverage amount, and lifestyle choices.

    • Premiums are typically higher for older individuals as they are considered higher risk.

    • Gender may also impact premium rates, with women often paying lower premiums.

    • Health condition plays a significant role in premium calculation, with healthier individuals paying lower premiums.

    • Coverage amount an...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Framework of previous project
  • Q2. API response codes

Interview Preparation Tips

Topics to prepare for Guidehouse QA Engineer interview:
  • Selenium
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing to check if the basic functionalities of a software application are working fine.

    • Smoke testing is a subset of regression testing.

    • It is performed to ensure that critical functionalities are working before proceeding with further testing.

    • Smoke tests are usually quick and do not involve detailed testing.

    • Example: Checking if the login functionality of a website is working after a new

  • Answered by AI
  • Q2. How to convert integer to string
  • Ans. 

    Use the toString() method to convert an integer to a string in JavaScript.

    • Use the toString() method on the integer variable

    • Pass the base as an argument to toString() if needed (e.g. 10 for decimal)

    • Store the converted string in a variable for further use

  • Answered by AI
  • Q3. What are git command you have used
  • Ans. 

    I have used git commands for version control and collaboration in software development.

    • git clone: to clone a repository from a remote server

    • git add: to stage changes for commit

    • git commit: to save changes to the local repository

    • git push: to push changes to a remote repository

    • git pull: to fetch and merge changes from a remote repository

    • git branch: to create, list, delete, or switch branches

    • git merge: to merge changes fro...

  • Answered by AI
  • Q4. How to select key in selenium
  • Ans. 

    Keys in Selenium can be selected using the Keys class provided by Selenium WebDriver.

    • Use the Keys class to send special keys like Enter, Tab, Arrow keys, etc.

    • Keys can be used for keyboard actions like pressing Enter after entering text in a field.

    • Keys can also be used for keyboard shortcuts like Ctrl+A for selecting all text in a field.

  • Answered by AI
  • Q5. What is difference between XSSFand HSSF for read data from Xcel.
  • Ans. 

    XSSF is for reading data from Excel files in XML format, while HSSF is for reading data from Excel files in binary format.

    • XSSF is part of Apache POI library and is used for reading data from Excel files in XML format

    • HSSF is also part of Apache POI library and is used for reading data from Excel files in binary format

    • XSSF is preferred for reading newer Excel file formats like .xlsx, while HSSF is used for older formats

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Aptitude test was there where basic selenium questions were asked.

Round 2 - One-on-one 

(1 Question)

  • Q1. What are the key aspects of Selenium, including hooks, BDD, Page Factory, dropdown handling, TestNG annotations, methods for running failed test cases using TestNG, and handling API responses?
Round 3 - HR 

(1 Question)

  • Q1. Could you explain the manual testing process, the Software Testing Life Cycle (STLC), and how you log bugs along with their priority and severity?

Interview Preparation Tips

Topics to prepare for Gartner QA Engineer interview:
  • Selenium
  • Java
  • restAssured
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. Related to manual testing api testing.
  • Q2. Difference between stlc and sdlc
  • Ans. 

    STLC is a subset of SDLC that focuses on testing while SDLC covers the entire software development process.

    • SDLC is a broader term that covers all the phases of software development including planning, designing, coding, testing, and maintenance.

    • STLC is a subset of SDLC that focuses only on the testing phase.

    • SDLC is a sequential process while STLC can be iterative.

    • SDLC is a framework while STLC is a process.

    • Examples of ...

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

PwC user image SRINIVASRAO MIRAMPALLI

posted on 29 Jun 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between smoke and sanity testing?
  • Ans. 

    Smoke testing is a quick test to check if the software build is stable, while sanity testing is a more thorough test to check specific functionalities.

    • Smoke testing is done to ensure the critical functionalities of the software are working fine after a build, while sanity testing is done to verify specific features or functionalities.

    • Smoke testing is usually performed before detailed testing, while sanity testing is pe...

  • Answered by AI
  • Q2. What is Test Plan?
  • Ans. 

    Test Plan is a document that outlines the scope, approach, resources, and schedule of testing activities.

    • Defines the objectives and scope of testing

    • Outlines the test strategy and approach

    • Includes test deliverables, resources, and schedule

    • Identifies risks and mitigation strategies

    • Provides a roadmap for the testing process

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

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

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

    • Defect identification: Defects are identified through testing or user feedback.

    • Defect reporting: Defects are reported in a defect tracking system with details like severity, priority, and steps to reproduce.

    • Defect fixing: Developers analyze and fix the reported defects.

    • Defect retesting: Testers ver...

  • Answered by AI
  • Q2. What is Software Development Life Cycle?
  • Ans. 

    Software Development Life Cycle (SDLC) is a process used by software development teams to design, develop, test, and deploy high-quality software.

    • SDLC consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the software meets quality standards.

    • Examples of SDLC models include Waterfall, Agile, and DevOps.

    • S...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PwC QA Engineer interview:
  • Functional Testing
Interview preparation tips for other job seekers - Communicate Fluently. Best of luck

Skills evaluated in this interview

Blackrock Interview FAQs

How many rounds are there in Blackrock QA Associate interview?
Blackrock interview process usually has 1 rounds. The most common rounds in the Blackrock interview process are Technical.
What are the top questions asked in Blackrock QA Associate interview?

Some of the top questions asked at the Blackrock QA Associate interview -

  1. 2nd largest in ar...read more
  2. Hooks concept in framework , about Junit , framework practical situation questi...read more
  3. framework design , 2nd largest in ar...read more

Tell us how to improve this page.

Blackrock QA Associate Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 797 Interviews
ZS Interview Questions
3.4
 • 482 Interviews
Goldman Sachs Interview Questions
3.5
 • 408 Interviews
Morgan Stanley Interview Questions
3.7
 • 306 Interviews
BCG Interview Questions
3.8
 • 196 Interviews
Citco Interview Questions
3.1
 • 136 Interviews
View all
Analyst
1.1k salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Associate
847 salaries
unlock blur

₹8.5 L/yr - ₹37 L/yr

Vice President
353 salaries
unlock blur

₹18.7 L/yr - ₹65 L/yr

Financial Analyst
136 salaries
unlock blur

₹4 L/yr - ₹16.9 L/yr

Software Engineer
51 salaries
unlock blur

₹10 L/yr - ₹22 L/yr

Explore more salaries
Compare Blackrock with

Vanguard

4.1
Compare

State Street Global Advisors

3.7
Compare

Fidelity Investments

4.2
Compare

Goldman Sachs

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