Candidatei-me por meio de recrutador(a). Fui entrevistado pela Altimetrik em mai. de 2025
Entrevista
First technical round got cleared and second round it should going to be schedule even u verified in akmetrik job career as well profile it shows first round cleared and select second round slots and selected the slots as well but interview not got scheduled.
After 5 days directly I got email saying unfortunately not selected.
Very worst process in this MNC company without taking the candidate for second round rejecting the candidate. Candidature should Be aware of this kind of company behaviour. It’s waste of our one hour time giving the interview.
Fiz uma entrevista na empresa Altimetrik (Bengaluru).
Entrevista
It was a good interview. The interviewer asked me two technical DSA questions and one SQL question. In the remaining time, they asked technical questions from C# and .NET Core
Candidatei-me online. O processo levou mais de 1 semana. Fui entrevistado pela Altimetrik (Bengaluru) em mai. de 2025
Entrevista
They asked the medium- and hard-level DSA questions, but only 2 DSA questions were asked.
Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0.
Notice that the solution set must not contain duplicate triplets.
Perguntas de entrevista [1]
Pergunta 1
Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0.
Notice that the solution set must not contain duplicate triplets.