J'ai postulé en ligne. J'ai passé un entretien chez BlackBuck (Bengaluru) en avr. 2021
Entretien
Interview was fine but the response was not fast enough, i had 3 rounds of interviews but after the final round they have took around 2 weeks to give me an offer
Questions d'entretien [1]
Question 1
Given an array of n numbers and a positive integer k. The problem is to find k numbers with most occurrences, i.e., the top k numbers having the maximum frequency. If two numbers have the same frequency then the larger number should be given preference. The numbers should be displayed in decreasing order of their frequencies. It is assumed that the array consists of k numbers with most occurrences.
arr[] = {7, 10, 11, 5, 2, 5, 5, 7, 11, 8, 9},
k = 4
Output: 5 11 7 10
Print all balance parenthesis
Input : n=2
Output:
{}{}
{{}}
Kind of ok for the technical round to enter and the HR round was easy. There are 3 technical rounds and the interviewer was well versed on the technical aspects.
Kind of ok for the technical round to enter and the HR round was easy. There are 3 technical rounds and the interviewer was well versed on the technical aspects.
The interview happened online using some online meeting tool. There was an online assessment screening prior to the interview. The overall interview process was quick and good. The rounds were mainly focused on the tech stack
Questions d'entretien [1]
Question 1
The questions were mainly on the tech stack and some rounds had DSA and basic Java questions also.