Ho presentato la mia candidatura di persona. Ho sostenuto un colloquio presso Amiti Software Technologies (Bengaluru) nel mese di dic 2025
Colloquio
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.
Altre recensioni di colloqui per Junior Java Developer presso Amiti Software Technologies
Ho sostenuto un colloquio presso Amiti Software Technologies (Bengaluru)
Colloquio
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.
Ho presentato la mia candidatura tramite un'altra fonte. La procedura ha richiesto 5 giorni. Ho sostenuto un colloquio presso Amiti Software Technologies (Bengaluru) nel mese di ott 2025
Colloquio
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.
Domande di colloquio [1]
Domanda 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.*/