I applied online. I interviewed at First Due (Hyderābād) in May 2025
Interview
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
I applied online. I interviewed at First Due in Aug 2024
Interview
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.
Interview questions [1]
Question 1
Tell me about a project you led that got off track. What steps did you take to resolve the issues that arose?
I applied online. I interviewed at First Due in Dec 2023
Interview
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".