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 484 Reviews

Play video Play video Video summary
  • About
  • Reviews
    484
  • Salaries
    5k
  • Interviews
    99
  • Jobs
    -
  • Benefits
    72
  • Photos
    -
  • Posts
    1

Filter interviews by

Blackrock Interview Questions and Answers

Updated 9 Dec 2024
Popular Designations

62 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 7mo 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 8mo 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 8mo 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 Analyst was asked 8mo ago
Q. What tools have you used?
Ans. 

I have used a variety of tools including Excel, SQL, Tableau, Python, and Power BI.

  • Excel

  • SQL

  • Tableau

  • Python

  • Power BI

View all Analyst 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 ...

1 2 3 4 5 6 7

Blackrock Interview Experiences

99 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

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
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

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

QA Associate Interview Questions asked at other Companies

Q1. what is SANITY , Smoke Testing. Explain difference giving live project examples.
View answer (1)
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

Associate Interview Questions asked at other Companies

Q1. A rat has 3000 grams of rice and needs to travel 3000 meters. It eats 1 gram of rice per meter, and its maximum carrying capacity is 1000 grams. How should the rat travel the distance to maximize the amount of rice left at the destination?
View answer (6)
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
  • Ans. 

    A SQL query retrieves data from a database based on specified conditions.

    • Use SELECT to specify columns: e.g., SELECT name, age FROM users;

    • Use WHERE to filter results: e.g., WHERE age > 30;

    • Join tables for related data: e.g., SELECT * FROM orders JOIN customers ON orders.customer_id = customers.id;

    • Use GROUP BY for aggregation: e.g., SELECT COUNT(*) FROM users GROUP BY country;

  • Answered by AI
    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

Data Analyst Interview Questions asked at other Companies

Q1. Write code to calculate the number of people in a room at the end of the day, given that X people enter and Y people leave continuously throughout the day.
View answer (11)
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

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
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

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (3)
Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Sep 2024

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

(2 Questions)

  • Q1. What are the tools you used
  • Ans. 

    I have used a variety of tools including Excel, SQL, Tableau, Python, and Power BI.

    • Excel

    • SQL

    • Tableau

    • Python

    • Power BI

  • Answered by AI
    Add your answer
  • Q2. Power Apps used for reporting and automation
  • Ans. 

    Power Apps can be used for creating custom reporting and automating business processes.

    • Power Apps can connect to various data sources to pull in data for reporting purposes.

    • Users can create custom dashboards and reports using Power Apps to visualize data.

    • Automation can be achieved by creating workflows and processes within Power Apps.

    • Examples: Creating a Power App to track sales leads and generate reports, automating a...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
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
  • Business Analyst Interview Questions
  • Senior Associate Interview Questions
  • Accountant Interview Questions
  • Show more
  • Java Developer Interview Questions
  • HR Executive Interview Questions

Overall Interview Experience Rating

4.1/5

based on 74 interview experiences

Difficulty level

Easy 7%
Moderate 84%
Hard 9%

Duration

Less than 2 weeks 58%
2-4 weeks 20%
4-6 weeks 18%
6-8 weeks 3%
More than 8 weeks 3%
View more

Interview Questions from Similar Companies

JPMorgan Chase & Co.
JPMorgan Chase & Co. Interview Questions
3.9
 • 786 Interviews
Wells Fargo
Wells Fargo Interview Questions
3.8
 • 610 Interviews
Citicorp
Citicorp Interview Questions
3.7
 • 584 Interviews
HSBC Group
HSBC Group Interview Questions
3.9
 • 508 Interviews
American Express
American Express Interview Questions
4.1
 • 381 Interviews
UBS
UBS Interview Questions
3.9
 • 350 Interviews
Morgan Stanley
Morgan Stanley Interview Questions
3.6
 • 305 Interviews
Morningstar
Morningstar Interview Questions
3.9
 • 251 Interviews
State Street Corporation
State Street Corporation Interview Questions
3.7
 • 243 Interviews
FactSet
FactSet Interview Questions
3.9
 • 216 Interviews
View all

Blackrock Reviews and Ratings

based on 484 reviews

3.7/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.3

Salary

3.7

Job security

3.7

Company culture

3.0

Promotions

3.4

Work satisfaction

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

₹5.2 L/yr - ₹18 L/yr

Associate
994 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Vice President
418 salaries
unlock blur

₹19.1 L/yr - ₹71 L/yr

Financial Analyst
140 salaries
unlock blur

₹4.1 L/yr - ₹17 L/yr

Senior Associate
92 salaries
unlock blur

₹11 L/yr - ₹38.5 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