AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
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.7

based on 491 Reviews

Play video Play video Video summary
  • About
  • Reviews
    491
  • Salaries
    5.1k
  • Interviews
    100
  • Jobs
    -
  • Benefits
    73
  • Photos
    -
  • Posts
    1

Filter interviews by

Blackrock Interview Questions and Answers

Updated 24 Jun 2025
Popular Designations

52 Interview questions

A QA Associate was asked 7mo ago
Q. Given an array of numbers, find the second largest number.
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.

View all QA Associate interview questions
A QA Associate was asked 7mo ago
Q. What is the concept of hooks in Cucumber?
Ans. 

Hooks in Cucumber allow for setup and teardown actions around test scenarios.

  • Hooks are methods that run at specific points in the test execution lifecycle.

  • Common hooks include @Before and @After, which run before and after each scenario.

  • Example: @Before can be used to set up test data or initialize a database connection.

  • Example: @After can be used to clean up resources or log results after a scenario runs.

  • Hooks ca...

View all QA Associate interview questions
A Manager Internal Audit was asked 8mo ago
Q. Why internal audit?
Ans. 

Internal audit allows me to utilize my analytical skills to identify risks, improve processes, and add value to the organization.

  • Opportunity to identify and mitigate risks within the organization

  • Improving processes and operational efficiency

  • Contributing to the overall success and growth of the organization

  • Utilizing analytical skills to provide valuable insights

  • Continuous learning and development in a dynamic envir...

View all Manager Internal Audit interview questions
A Client Servicing Executive was asked 8mo ago
Q. What is the difference between an asset and equity?
Ans. 

Asset refers to any resource owned by a person or company, while equity represents ownership in a company.

  • Asset is a tangible or intangible resource owned by an individual or company, such as cash, property, or equipment.

  • Equity represents ownership in a company and is calculated as total assets minus total liabilities.

  • Assets can include stocks, bonds, real estate, and cash, while equity is typically represented by...

View all Client Servicing Executive interview questions
A Client Servicing Executive was asked 8mo ago
Q. What does BlackRock do?
Ans. 

BlackRock is a global investment management corporation that provides a variety of financial services.

  • BlackRock is a multinational investment management corporation based in the United States.

  • They offer a wide range of financial services including asset management, risk management, and advisory services.

  • BlackRock is known for its expertise in managing exchange-traded funds (ETFs) and other investment products.

  • The ...

View all Client Servicing Executive interview questions
A Client Servicing Executive was asked 8mo ago
Q. What is ALADIN toot
Ans. 

ALADIN tool is a software used for managing client relationships and providing personalized services.

  • ALADIN stands for Automated Learning and Decision Intelligence Network.

  • It helps in analyzing client data to provide personalized recommendations and services.

  • The tool uses machine learning algorithms to improve client servicing and satisfaction.

  • ALADIN tool can be used in various industries such as finance, healthca...

View all Client Servicing Executive interview questions
A Software Developer Intern was asked 9mo ago
Q. Write a program to determine if a number is prime.
Ans. 

A program to find prime numbers within a given range

  • Iterate through numbers in the given range

  • Check if each number is divisible by any number other than 1 and itself

  • If not divisible, it is a prime number

View all Software Developer Intern interview questions
Are these interview questions helpful?
A Software Developer Intern was asked 9mo ago
Q. Write the pseudo code to count the number of ones in a given number.
Ans. 

Count the number of ones in a given number using pseudo code

  • Initialize a count variable to 0

  • Iterate through each bit of the number and check if it is 1

  • Increment the count if the bit is 1

  • Return the count as the result

View all Software Developer Intern interview questions
An ALLADIN CLIENT SERVICES was asked 9mo ago
Q. What are asset classes?
Ans. 

Asset classes are groups of securities that exhibit similar characteristics and behave similarly in the market.

  • Asset classes include stocks, bonds, real estate, commodities, and cash equivalents.

  • Investors can diversify their portfolios by investing in different asset classes.

  • Each asset class has its own risk and return characteristics.

  • Asset allocation involves determining the optimal mix of asset classes based on ...

An ALLADIN CLIENT SERVICES was asked 9mo ago
Q. What are mutual funds and their types?
Ans. 

Mutual funds are investment vehicles that pool money from multiple investors to invest in a diversified portfolio of securities.

  • Mutual funds are managed by professional fund managers

  • Types of mutual funds include equity funds, bond funds, money market funds, and balanced funds

  • Equity funds invest in stocks, bond funds in bonds, money market funds in short-term debt securities, and balanced funds in a mix of stocks a...

1 2 3 4 5 6

Blackrock Interview Experiences

100 interviews found

Software Developer Intern Interview Questions & Answers

user image Anonymous

posted on 25 Sep 2024

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

I applied via Campus Placement and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. MULTIPLE QUESTIONS OF OOPS
  • Add your answer
  • Q2. Program of prime number
  • Ans. 

    A program to find prime numbers within a given range

    • Iterate through numbers in the given range

    • Check if each number is divisible by any number other than 1 and itself

    • If not divisible, it is a prime number

  • Answered by AI
    Add your answer
  • Q3. Pseudo code of finding ones in a number
  • Ans. 

    Count the number of ones in a given number using pseudo code

    • Initialize a count variable to 0

    • Iterate through each bit of the number and check if it is 1

    • Increment the count if the bit is 1

    • Return the count as the result

  • Answered by AI
    Add your answer
  • Q4. Basic questions of sql and mongodb
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - have proper command of oops ,basic DSA and have good projects

Skills evaluated in this interview

Anonymous

Interview Questions & Answers

user image Anonymous

posted on 6 Nov 2024

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy to medium level of questions and yes, time was very limited as it had 4 sections

Round 2 - Technical 

(1 Question)

  • Q1. 2 DSA questions were asked of medium level
  • Add your answer
Round 3 - HR 

(2 Questions)

  • Q1. About the company
  • Add your answer
  • Q2. Fundamentals of the company
  • Add your answer
Anonymous

AI Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Jun 2025

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. First round regarding Ai, ml, rag and python
  • Add your answer
  • Q2. In 3rd round they asked system design and one back tracking question.
  • Add your answer
Anonymous

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
  • Ans. 

    Hooks in Cucumber allow for setup and teardown actions around test scenarios.

    • Hooks are methods that run at specific points in the test execution lifecycle.

    • Common hooks include @Before and @After, which run before and after each scenario.

    • Example: @Before can be used to set up test data or initialize a database connection.

    • Example: @After can be used to clean up resources or log results after a scenario runs.

    • Hooks can als...

  • Answered by AI
    Add your answer
  • Q2. Framework design , 2nd largest in array
  • Add your answer
Anonymous

Associate Interview Questions & Answers

user image Anonymous

posted on 2 Dec 2024

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Different types of options
  • Add your answer
  • Q2. Different case study
  • Add your answer
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 12 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

(1 Question)

  • Q1. Time based sections are there.
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to my projects and then questions on CS fundamentals and then a sql query
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. General HR questions
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall experience was good and prepare for leetcode easy and medium problems and also focus on CS fundamentals. And take a good look at your resume what you have written bcz they will ask from it also.
Anonymous

Data Analyst Interview Questions & Answers

user image tejas jain

posted on 18 Sep 2024

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

I applied via Newspaper Ad and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Three sections are there 1) Aptitude Test 2) SQL 3) DSA

Round 2 - Technical 

(2 Questions)

  • Q1. What is DSA , sorting , difference between array and linked list
  • Ans. 

    DSA stands for Data Structures and Algorithms. Sorting is the process of arranging data in a particular order. Array is a data structure that stores elements of the same data type in contiguous memory locations, while linked list is a data structure that stores elements in nodes with pointers to the next node.

    • DSA stands for Data Structures and Algorithms

    • Sorting is the process of arranging data in a particular order

    • Arra...

  • Answered by AI
    Add your answer
  • Q2. Written a SQL query
  • Add your answer
Round 3 - HR 

(2 Questions)

  • Q1. Coding question like add numbers
  • Add your answer
  • Q2. Experience on your project
  • Ans. 

    I have experience working on various data analysis projects, including market research, customer segmentation, and predictive modeling.

    • Developed predictive models to forecast customer behavior and optimize marketing strategies

    • Conducted market research to identify trends and opportunities for growth

    • Performed customer segmentation analysis to target specific demographics with personalized marketing campaigns

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Software Developer Intern Interview Questions & Answers

user image Anonymous

posted on 18 Sep 2024

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test with different sections. Each section had its own time limit. Level - Moderate to difficult

Round 2 - Technical 

(4 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java and Python programming languages

    • Proficient in web development technologies like HTML, CSS, and JavaScript

    • Currently pursuing a degree in Computer Science

  • Answered by AI
    Add your answer
  • Q2. Resume projects
  • Add your answer
  • Q3. 2 DSA questions
  • Add your answer
  • Q4. One SQL Query question
  • Add your answer
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 18 Sep 2024

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

Basic aptitude tese, logical reasoning and English

Round 2 - Technical 

(3 Questions)

  • Q1. What are Mutual funds and their Types
  • Ans. 

    Mutual funds are investment vehicles that pool money from multiple investors to invest in a diversified portfolio of securities.

    • Mutual funds are managed by professional fund managers

    • Types of mutual funds include equity funds, bond funds, money market funds, and balanced funds

    • Equity funds invest in stocks, bond funds in bonds, money market funds in short-term debt securities, and balanced funds in a mix of stocks and bo...

  • Answered by AI
    Add your answer
  • Q2. What are derivatives and types
  • Ans. 

    Derivatives are financial instruments whose value is derived from an underlying asset or group of assets.

    • Types of derivatives include futures, options, swaps, and forwards.

    • Derivatives can be used for hedging, speculation, or arbitrage.

    • Examples of derivatives include stock options, commodity futures, and interest rate swaps.

  • Answered by AI
    Add your answer
  • Q3. What are asset classes
  • Ans. 

    Asset classes are groups of securities that exhibit similar characteristics and behave similarly in the market.

    • Asset classes include stocks, bonds, real estate, commodities, and cash equivalents.

    • Investors can diversify their portfolios by investing in different asset classes.

    • Each asset class has its own risk and return characteristics.

    • Asset allocation involves determining the optimal mix of asset classes based on an in...

  • Answered by AI
    Add your answer
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Tanmay Sharma

posted on 1 Oct 2024

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

Few basics of java
Dsa question

Round 2 - Technical 

(2 Questions)

  • Q1. Java multithreading questions
  • Add your answer
  • Q2. Spring boot questions.
  • Add your answer
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Blackrock?
Ask anonymously on communities.
More about working at Blackrock
  • HQ - New York City, New York, United States (USA)
  • Financial Services
  • 1k-5k Employees (India)
  • IT Services & Consulting

Blackrock Interview FAQs

How many rounds are there in Blackrock interview?
Blackrock interview process usually has 2-3 rounds. The most common rounds in the Blackrock interview process are Technical, HR and One-on-one Round.
How to prepare for Blackrock interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Blackrock. The most common topics and skills that interviewers at Blackrock expect are SQL, Communication Skills, Python, Excel and Investment Banking.
What are the top questions asked in Blackrock interview?

Some of the top questions asked at the Blackrock interview -

  1. Three ants are at the corner of the triangle. Find the probability that they wi...read more
  2. How will you swap two numbers without using third variabl...read more
  3. What is white and black box testi...read more
What are the most common questions asked in Blackrock HR round?

The most common HR questions asked in Blackrock interview are -

  1. Where do you see yourself in 5 yea...read more
  2. What are your strengths and weakness...read more
  3. Why are you looking for a chan...read more
How long is the Blackrock interview process?

The duration of Blackrock interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Blackrock Interviews By Designations

  • Blackrock Analyst Interview Questions
  • Blackrock Associate Interview Questions
  • Blackrock Software Developer Interview Questions
  • Blackrock Intern Interview Questions
  • Blackrock Software Developer Intern Interview Questions
  • Blackrock Software Engineer Interview Questions
  • Blackrock Senior Software Engineer Interview Questions
  • Blackrock Data Analyst Interview Questions
  • Show more
  • Blackrock Backend Developer Interview Questions
  • Blackrock Financial Analyst Interview Questions

Interview Questions for Popular Designations

  • Analyst Interview Questions
  • Associate Interview Questions
  • Software Developer Interview Questions
  • Intern Interview Questions
  • Software Developer Intern Interview Questions
  • Software Engineer Interview Questions
  • Sales Executive Interview Questions
  • Accountant Interview Questions
  • Show more
  • HR Executive Interview Questions
  • Assistant Manager Interview Questions

Overall Interview Experience Rating

4.1/5

based on 75 interview experiences

Difficulty level

Easy 7%
Moderate 82%
Hard 11%

Duration

Less than 2 weeks 56%
2-4 weeks 20%
4-6 weeks 20%
6-8 weeks 2%
More than 8 weeks 2%
View more

Interview Questions from Similar Companies

JPMorgan Chase & Co.
JPMorgan Chase & Co. Interview Questions
3.9
 • 797 Interviews
Wells Fargo
Wells Fargo Interview Questions
3.8
 • 618 Interviews
Citicorp
Citicorp Interview Questions
3.7
 • 588 Interviews
HSBC Group
HSBC Group Interview Questions
3.9
 • 511 Interviews
American Express
American Express Interview Questions
4.1
 • 387 Interviews
UBS
UBS Interview Questions
3.9
 • 351 Interviews
Morgan Stanley
Morgan Stanley Interview Questions
3.6
 • 308 Interviews
Morningstar
Morningstar Interview Questions
3.9
 • 251 Interviews
State Street Corporation
State Street Corporation Interview Questions
3.7
 • 248 Interviews
FactSet
FactSet Interview Questions
3.9
 • 216 Interviews
View all

Blackrock Reviews and Ratings

based on 491 reviews

3.7/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.4

Salary

3.7

Job security

3.7

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 491 Reviews and Ratings
Blackrock Salaries in India
Analyst
1.2k salaries
unlock blur

₹8.4 L/yr - ₹14.5 L/yr

Associate
1k salaries
unlock blur

₹16.5 L/yr - ₹30.5 L/yr

Vice President
423 salaries
unlock blur

₹31 L/yr - ₹53 L/yr

Financial Analyst
140 salaries
unlock blur

₹8.1 L/yr - ₹15.2 L/yr

Senior Associate
83 salaries
unlock blur

₹18.9 L/yr - ₹33 L/yr

Explore more salaries
Compare Blackrock with
Wells Fargo

Wells Fargo

3.8
Compare
JPMorgan Chase & Co.

JPMorgan Chase & Co.

3.9
Compare
HSBC Group

HSBC Group

3.9
Compare
Citicorp

Citicorp

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Blackrock Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter