J'ai postulé en ligne. Le processus a pris 2 jours. J'ai passé un entretien chez Fynd (Mumbai) en janv. 2024
Entretien
I was a good interview based on the python and sql question and about the past expeience if you have and project question and working and what kind of tech you have used and why , the one thing i feel bad was i was not informed that my first reound is going to be mcq test and technical round .
Questions d'entretien [1]
Question 1
string function,list question, oops, init method,overloading,right join, left join
Thank you for your valuable feedback. We are sorry to hear about your experience and will surely use this input to continue working towards a great interview experience.
We wish you the very best in your future ventures.
Team Fynd
Autres retours d’entretien d’embauche pour un poste comme Product Support Engineer chez Fynd
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.
Questions d'entretien [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.
J'ai postulé en ligne. J'ai passé un entretien chez Fynd (Mumbai) en juin 2024
Entretien
(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.
Questions d'entretien [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
Le processus a pris 2 mois. J'ai passé un entretien chez Fynd (Mumbai) en juin 2024
Entretien
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
Questions d'entretien [1]
Question 1
ques1 ) Count the frequency of an array.
ques2) How can you fetch 1000 API request