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

Filter interviews by

Blackrock Front end Developer Interview Questions and Answers

Updated 19 Dec 2022

Blackrock Front end Developer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Dec 2021. 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 

(2 Questions)

  • Q1. 1) what is ReactJs?
  • Ans. 

    ReactJS is a JavaScript library for building user interfaces.

    • Developed by Facebook

    • Uses a virtual DOM for efficient updates

    • Supports server-side rendering

    • Can be used with other libraries and frameworks

    • Uses JSX syntax to write HTML-like code in JavaScript

    • Example: Facebook, Instagram, Airbnb, Netflix use ReactJS

  • Answered by AI
  • Q2. 2) What us UseState() In React
  • Ans. 

    UseState() is a hook in React that allows functional components to have state variables.

    • useState() is used to declare state variables in functional components.

    • It returns an array with two elements: the current state value and a function to update it.

    • The function to update the state can be called with a new value or a function that takes the previous value as an argument.

    • Example: const [count, setCount] = useState(0);

    • Ex

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My Interviews were based on the technologies used to develop a company enterprise application
so it is important that candidates should have proper knowledge of their hands-on used technologies and should perform with confidence while explaining work experience.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. JavaScript Related Questions
  • Q2. ReactJs Related Questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Reactjs Use Effects and UseRef
  • Q2. JavaScript Closures,Map,CallBack

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Merge sort time complexity less
  • Ans. 

    Merge sort has a time complexity of O(n log n) in the worst case scenario.

    • Merge sort divides the array into two halves, sorts them recursively, and then merges them back together.

    • The time complexity of merge sort is O(n log n) in the worst case scenario.

    • For example, sorting an array of 8 elements would take 3 recursive calls to merge sort.

  • Answered by AI
  • Q2. Palindrome with react js to show on UI
  • Ans. 

    Create a palindrome checker using React JS to display on the UI

    • Create a input field for user to enter a string

    • Use state to store the input string

    • Create a function to check if the input string is a palindrome

    • Display the result on the UI

  • Answered by AI
Round 2 - Coding Test 

Javascript question on promise, callbacks, hosting

Skills evaluated in this interview

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

(1 Question)

  • Q1. Fir arrow function This keyword Promises Promise chain Generator function Rest operator Spread operator React hooks Higher order component Redux life cycle Palindrome string code Fibonacci code
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Array linked list queue
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are closures with examples ?
  • Ans. 

    Closures are functions that have access to their own scope, as well as the scope in which they were defined.

    • Closures allow functions to access variables from their outer function even after the outer function has finished executing.

    • Closures are commonly used in event handlers and callbacks.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }

  • Answered by AI
  • Q2. How to get updated content on scroll on e-commerce app?
  • Ans. 

    Use infinite scrolling to fetch new content as user scrolls down the page.

    • Implement infinite scrolling to load more products as user scrolls down

    • Make AJAX calls to fetch new content from the server

    • Update the DOM with the new content dynamically

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Javascript array questions like palindrom and others with aptitude

Round 2 - Technical 

(4 Questions)

  • Q1. Skill related technical questions
  • Q2. How to share data in components react
  • Ans. 

    Data can be shared between components in React using props, context, or state management libraries like Redux.

    • Use props to pass data from parent to child components

    • Use context to share data across multiple components without passing props manually

    • Use state management libraries like Redux to manage global state and share data between components

  • Answered by AI
  • Q3. Prop drilling explain in react
  • Ans. 

    Prop drilling is the process of passing data through multiple levels of components in React.

    • Prop drilling occurs when a component needs to pass data to a deeply nested child component.

    • It can lead to code that is hard to maintain and understand.

    • One way to avoid prop drilling is by using Context API or Redux for state management.

  • Answered by AI
  • Q4. Redux flow explain
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux stores the entire state of an application in a single immutable object.

    • State changes are made by dispatching actions, which are plain JavaScript objects.

    • Reducers specify how the application's state changes in response to actions.

    • Redux flow: Action -> Reducer -> Store -> View

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Previous project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear the basics of react or angular and redux also.

Skills evaluated in this interview

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

(1 Question)

  • Q1. HTML CSS JS Angular React Questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(4 Questions)

  • Q1. Javascipt question
  • Q2. Promises, filter, map, What is single page , mulitple page application, opened google page by search for one product in that using console filter it only for sony products only
  • Q3. What is DOM, what is the use of that
  • Ans. 

    DOM stands for Document Object Model, it is a programming interface for web documents. It represents the structure of a document as a tree of objects.

    • DOM is used to interact with HTML and XML documents in a structured way

    • It allows developers to manipulate the content, structure, and style of a website dynamically

    • DOM provides methods and properties to access and modify elements on a web page

    • Example: document.getElementB...

  • Answered by AI
  • Q4. What is the output if u type document in console
  • Ans. 

    The output will display the document object in the console.

    • Typing 'document' in the console will return the document object, which represents the current HTML document.

    • The document object provides access to the content and structure of the webpage, allowing manipulation of elements and properties.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Fundamental knowledge on javascript is much important

Skills evaluated in this interview

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

(1 Question)

  • Q1. Tell me about yourself

Blackrock Interview FAQs

How many rounds are there in Blackrock Front end Developer interview?
Blackrock interview process usually has 2 rounds. The most common rounds in the Blackrock interview process are Resume Shortlist and Technical.
What are the top questions asked in Blackrock Front end Developer interview?

Some of the top questions asked at the Blackrock Front end Developer interview -

  1. 2) What us UseState() In Re...read more
  2. 1) what is React...read more

Tell us how to improve this page.

Blackrock Front end Developer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
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
 • 791 Interviews
ZS Interview Questions
3.4
 • 479 Interviews
Goldman Sachs Interview Questions
3.6
 • 407 Interviews
Morgan Stanley Interview Questions
3.7
 • 304 Interviews
BCG Interview Questions
3.8
 • 195 Interviews
Citco Interview Questions
3.1
 • 136 Interviews
View all
Analyst
1k salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Associate
852 salaries
unlock blur

₹10 L/yr - ₹36.8 L/yr

Vice President
350 salaries
unlock blur

₹17 L/yr - ₹70 L/yr

Financial Analyst
137 salaries
unlock blur

₹4 L/yr - ₹16 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