Tip 1 : Be precise about what to do and what not to do.
Tip 2 : Always Revise the concepts you have done in past , use prime day revision theory.
Tip 3 : Do as many projects as you can but always mention those projects in which you are very well versed.
Tip 4 : Keep on reading random news related to your favourite tech and always have an in depth knowledge of what tech you currently use.
Tip 1 : Keep it short , precise and effective .
Tip 2 : Mention even small things that you did had an impact on other people.
Timing : It was conducted in evening at 3 PM
The pacreception environment was very user friendly .
The platform was audio and video proctored.



A binary string is a string in which all characters are either ‘1’ or ‘0’.
So This was a very interactive round . There were two interviewers , one male and one female . The male interviewer was quite experienced where as female interviewer was relatively new . The Interview started by a small introduction followed by some OOPS related questions where I was tested on how i perceive the concept of OOPS in real life . Then this conversation was followed by some core concepts of JAVA like abstract classes and interfaces . Then I was asked about my projects that i mentioned in my resume , then after some healthy discussion on those projects , the interviewer started to question about DBMS , I was asked some basic queries followed by some advanced queries and then followed by a discussion on SQL vs NoSQL . Then Interviewers asked me about my tech stack and the source of my technical knowledge. Then at last I was asked that why Blackrock and this concluded my Interview.


Let the number of stars is 6.

Then we can make a triangle of maximum height 3.
If the number of stars is 7 in the above example, then also the maximum height of the triangle is 3. This is because to make a triangle of height 4 we need at least 10 stars. So in this case (N = 7) to we will return 3.
I was given two tables one was employee table and other was a department table. On basis of these tables I was asked few questions :-
1. Write a query to find the max salary of any employee .
2. Write a query to find the max salary of any employee in all the department , grouped by department .
3. Write a query to find all the departments where sum of salaries of the employees is less than a particular sum.
4. Write a query to find all the departments where total number of employees is less than 3.
5. Write a query to select all the salaries of the employees grouped by department where the departments were arranged based on the sum of the salaries in that department.
It was a relatively simple round where I was asked about my schooling , my family background , my projects as well as my achievements in school and college .
Other than that there were some basic questions regarding relocation and compensation.

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