J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Trilogy Innovations (Bengaluru) en sept. 2020
Entretien
Online round followed by 3 rounds of interviews first one telephonic which is for resume discussion and the next one on DSA questions and the final one is problem-solving. Online round was tough and had 3 questions 1 was implementation based and the 2nd one was dp based and the 3rd one was based on minimum spanning trees.
Questions d'entretien [1]
Question 1
Find number of ways of filling g glasses each with a number such that the multiplication of all the numbers in the glasses equals a given number n.
For ex - 5 glasses and given number is 10
We can fill the glasses as follows - 1 2 5 1 1 (here 1*2*5*1*1=10) Find such ways and return (ans%10^9+7).
The online round felt like a typical CF contest.