Acudí a una entrevista en Amiti Software Technologies (Bengaluru)
Entrevista
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.
Me postulé en persona. Acudí a una entrevista en Amiti Software Technologies (Bengaluru) en dic 2025
Entrevista
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.
Me postulé a través de otra fuente. El proceso tomó 5 días. Acudí a una entrevista en Amiti Software Technologies (Bengaluru) en oct 2025
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.*/