i
Blackrock
Filter interviews by
I applied via campus placement at National Institute of Technology (NIT), Patna and was interviewed in Aug 2024. There was 1 interview round.
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
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
I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Aug 2024. There were 2 interview rounds.
Aptitude test with different sections. Each section had its own time limit. Level - Moderate to difficult
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
I was interviewed before Sep 2020.
Round duration - 60 Minutes
Round difficulty - Medium
This was a Technical round. About 60 students were shortlisted for this round. There were two interviewers. First, they asked me to introduce myself. Then I was asked some concepts of OOPS. some questions from OS and DBMS. I was asked to write code to reverse a link list on the notepad and share my screen. Then I was asked about my projects and internship. There were some situational questions related to the internship. They asked me what I know about the company.
My interview took place in the morning at around 10:00 a.m. and lasted for about an hour.
Told him some of the major difference between these two popular languages.
Given a singly linked list of integers, return the head of the reversed linked list.
Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
Reversed link...
I was asked to write the code for the same and share my screen. So I explained both the iterative and recursive approaches and wrote the code with the iterative approach.
Round duration - 30 Minutes
Round difficulty - Medium
It was a virtual interview and there was just one interviewer. The interviewer was really friendly. First of all, the interviewer introduced himself and also shared some facts about the company. Then he asked me to introduce myself. Then behavioral and situational questions were asked. Then he asked if I was comfortable with relocation. BlackRock has 2 locations that are Gurgaon and Mumbai.
Tip 1 : Revise Trees especially AVL trees and tree traversals as the major questions for data structures were from trees.
Tip 2 : Revise your OOPs concepts for the interview round.
Tip 3 : If you have done a project in development, make sure you know well about them.
Tip 1 : Mention only those things in your resume, you have knowledge about.
Tip 2 : A project in development is a plus.
I was interviewed before May 2021.
Round duration - 90 Minutes
Round difficulty - Medium
Tip 1 : Read about Red Black Trees and other advanced data structures
Tip 2 : Do practice for SQL queries
Round duration - 15 minutes
Round difficulty - Medium
Round duration - 20 Minutes
Round difficulty - Medium
Tip 1 : Be well versed with the concepts of Data Structures and SQL
Tip 2 : Should have thorough knowledge of your projects
Tip 1 : Mention your projects very clearly
Tip 2 : You should be able to justify everything on your resume from grades to skills
Blackrock interview questions for designations
Top trending discussions
I applied via Walk-in and was interviewed in Dec 2024. There were 10 interview rounds.
Any ideas for an aptitude test?
Yes as g good network connection
The current employees include software developers, project managers, quality assurance analysts, and technical support specialists.
Software developers
Project managers
Quality assurance analysts
Technical support specialists
What is education in place?
What is a SQL Server?
Effective communication and any suggestion.
My name is John Doe.
Full name is John Doe
Common name in English-speaking countries
No middle name or initial
I have a Bachelor's degree in Computer Science from XYZ University.
Bachelor's degree in Computer Science
Graduated from XYZ University
Specialized in software development
Took courses in programming languages, algorithms, and software engineering
Deloitte is a multinational professional services network that provides consulting, audit, tax, and advisory services.
Deloitte engages in consulting services for various industries
They provide audit and assurance services to ensure financial accuracy
The company offers tax services to help clients navigate complex tax regulations
Deloitte also provides advisory services to help businesses improve performance and manage r
Deloitte engages in consulting, audit, tax, and advisory services for clients in various industries.
Consulting services for businesses
Audit services for financial statements
Tax services for individuals and corporations
Advisory services for strategy and operations
Industry-specific services such as healthcare, technology, and financial services
My father's name is John Smith.
Father's name is John Smith
He goes by the name John
His full name is John Smith
My father's name is John Smith.
Father's first name is John.
Father's last name is Smith.
Full name is John Smith.
Engage with any assignment provided.
Please provide any assignments you have.
I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.
Django applies migrations to the database using the 'manage.py migrate' command.
Django tracks changes to models and generates migration files accordingly.
The 'manage.py makemigrations' command creates migration files based on model changes.
The 'manage.py migrate' command applies the generated migration files to the database.
Migrations help keep the database schema in sync with the changes in Django models.
Hoisting in JavaScript is the behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.
Variable declarations are hoisted to the top of their scope, but not their assignments.
Function declarations are fully hoisted, meaning they can be called before they are declared.
Hoisting can lead to unexpected behavior if not understood properly.
Create a full stack application in 3 days.
I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.
The onbeforeunload method is used to prevent form save.
Use the onbeforeunload method to display a warning message before leaving the page without saving the form.
Return a custom message in the method to prompt the user to confirm if they want to leave the page.
Example: window.onbeforeunload = function() { return 'Are you sure you want to leave this page without saving?'; };
Inheritance is a way to create a new class using properties and methods of an existing class, while polymorphism allows objects of different classes to be treated as objects of a common superclass.
Inheritance allows a class to inherit properties and methods from another class.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Inheritance promotes code reusability and reduce...
Code to check if two strings are anagrams
Create a function that takes in two strings as input
Convert both strings to lowercase and remove any spaces
Sort both strings and compare if they are equal to determine if they are anagrams
I applied via Naukri.com
Java program to sort an array of strings
Use Arrays.sort() method to sort the array of strings
Import java.util.Arrays package
Example: String[] arr = {"apple", "banana", "orange"}; Arrays.sort(arr);
Collections in Java and Spring Boot are used to store and manipulate groups of objects.
Collections in Java are used to store multiple objects in a single unit.
Spring Boot provides support for managing collections through various data structures like List, Set, Map, etc.
Collections in Java and Spring Boot help in organizing and manipulating data efficiently.
Example: List
I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.
Interview experience
Analyst
1.1k
salaries
| ₹5 L/yr - ₹16 L/yr |
Associate
855
salaries
| ₹10 L/yr - ₹36.8 L/yr |
Vice President
350
salaries
| ₹19.5 L/yr - ₹70 L/yr |
Financial Analyst
137
salaries
| ₹4 L/yr - ₹16 L/yr |
Software Engineer
51
salaries
| ₹10 L/yr - ₹22 L/yr |
Vanguard
State Street Global Advisors
Fidelity Investments
Goldman Sachs