Candidatei-me online. Fui entrevistado pela First Due (Hyderābād) em mai. de 2025
Entrevista
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
Candidatei-me online. Fui entrevistado pela First Due em ago. de 2024
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 1
Tell me about a project you led that got off track. What steps did you take to resolve the issues that arose?
Candidatei-me online. Fui entrevistado pela First Due em dez. de 2023
Entrevista
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".