Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso First Due (Hyderabad) nel mese di mag 2025
Colloquio
I had 3 rounds of interview in first due.
1 round of online test in testdome and 2 technical rounds of interview. It was more of core php concepts and much more
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso First Due nel mese di ago 2024
Colloquio
A quick and streamlined series of discussions with HR and functional leadership. Everyone was direct and polite. I was kept informed and progressed quickly from one stage to the next.
Domande di colloquio [1]
Domanda 1
Tell me about a project you led that got off track. What steps did you take to resolve the issues that arose?
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso First Due nel mese di dic 2023
Colloquio
Tech interview process consists of a coding round followed by a next round which is technical interview lasting for 1 hour. This was an online interview on Microsoft Teams. Interviewer was good and very respectful and asked all the relevant questions for the job title.
Given an array,
[['a' => 1], ['b' => 2], ['c' => 3]].
Print the key of the value 3 without using any loops or recursion. We need to only use array functions for this.
So, the output for this should be "c".