J'ai passé un entretien chez Amiti Software Technologies (Bengaluru)
Entretien
1 or 2 easy to medium leetcode question.
Matrix is asked frequently .
Explain your projects confidently.
Sql basics and Java basics to advanced.
Very helpful panel.
Good project can get you this interview cleared.
J'ai postulé en personne. J'ai passé un entretien chez Amiti Software Technologies (Bengaluru) en déc. 2025
Entretien
it has 3 rounds in first round they ask DSA coding questions . Be prepare on DSA after clearing the DSA coding round there is a technical round.it was difficulty to clear first round.
J'ai postulé via une autre source. Le processus a pris 5 jours. J'ai passé un entretien chez Amiti Software Technologies (Bengaluru) en oct. 2025
Entretien
prepare for medium to difficult level DSA questions and prepare java core concepts well like oops, exception handling learn collections framework well and problems based on HashMap and concepts like Recursion , two pointes.
Questions d'entretien [1]
Question 1
have the function TripleDouble(num1,num2)
take both parameters being passed, and return 1 if there is a straight triple
of a number at any place in num1 and also a straight double of the same number in num2.
For example: if num1 equals 451999277 and num2 equals 41177722899, then return
because
in the first parameter you have the straight triple 999 and you have a straight double,
99, of the same number in the second parameter. If this isn't the case, return 0.*/