Fynd's interview process for a Product Support Engineer generally includes multiple stages. It starts with an initial screening, which often involves a technical assessment covering topics like object-oriented programming and networking. Then, there are one or more technical interviews, where candidates might face DSA (Data Structures and Algorithms) questions and discussions on development topics like URL parameters. After that, there's usually a "Bar Raiser" round, which includes medium-level DSA problems to evaluate problem-solving skills and ensure alignment with company standards. Finally, a technical lead interview focuses on practical, application-based questions to assess hands-on experience and expertise.
Interview questions [1]
Question 1
object-oriented programming concepts, networking fundamentals, and development-related discussions (such as URL parameters). One common question mentioned was solving a graph-based DSA problem and explaining how URL parameters work in web development.
I applied online. I interviewed at Fynd (Mumbai) in Jun 2024
Interview
(Has total 3 rounds: 2 technical, 1 HR.) Conducts interview in following process: two technical rounds to assess skills and problem-solving, followed by one HR round to evaluate cultural fit and overall suitability for the role.
Interview questions [1]
Question 1
1st Round
fynd project - make my trip
Js coding -> find number of vowels //input str from user
hoisting
pass by reference and bass by value
NaN/ isNaN
Http code
Http methods
Sql join and types explain
--select distinct first_name from Customers;
--select first_name, age from Customers where age between 20 and 25;
--select c.first_name, o.item , o.amount from Customers as c join Orders as o on c.customer_id = o.customer_id;
--select c.first_name, o.item , o.amount, s.status from Customers as c join Orders as o on c.customer_id = o.customer_id
--join Shippings as s on o.customer_id = s.customer;
other projects than fynd project
about the role
Interviewer Hemant
The process took 2 months. I interviewed at Fynd (Mumbai) in Jun 2024
Interview
It was long process took 2month. 2 round were held both are technical round .Question were related to resume and node,javaScript,SQl along with coding question(basic).
ques1 ) Count the frequency of an array
Interview questions [1]
Question 1
ques1 ) Count the frequency of an array.
ques2) How can you fetch 1000 API request