Tip 1 : BlackRock has so many projects in Java, So I made sure I clear my basics and prepare well for each and every question about Java
Tip 2 : OOPS is something which was being asked from everyone and every seniors confirmed the same.
Tip 3 : Have good projects, preferably in development.
Tip 1 : Have at least 2 projects.
Tip 2 : Include certifications.
It was early morning. We had everything in MCQs from aptitude to coding to core subjects. Everything they asked were jn mcq form.
The time was pretty much okay since MCQs were designed in a way so that we don't have to calculate much and also every section was timed separately. So once time for a specific section ends you can't answer them later.
Interview was scheduled in afternoon. It was more on OOPs and DSA.



The lists (1 -> 2 -> 1), (3 -> 4 -> 4-> 3), and (1) are palindromes, while the lists (1 -> 2 -> 3) and (3 -> 4) are not.
I gave O(n) both time and space solution using stacks but interviewer asked to optimize it and give clue as well.
I understood the clue and was able to optimise the code. I was not asked to code in this round just had an discussion but few of my peers were asked to write code as well.
They focus a lot on OOPs and Java. I was grilled well from four pillars to advanced topics in oops.
1) Four Pillars
2) Keywords
3) Access specifier
4) JVM & JDK
Tip 1 : Prepare oops well
Tip 2 : Have solid foundation in Java.
She asked me more about myself and few projects in resume. It was more of formal discussion than an interview round. I was very comfortable and she aksed me about my location preference at end of. Interview.
1. Introduction
2. What is your location preference?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?