Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Fynd Team. If you also belong to the team, you can get access from here

Fynd Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Fynd Interview Questions, Process, and Tips

Updated 21 Feb 2025

Top Fynd Interview Questions and Answers

View all 49 questions

Fynd Interview Experiences

Popular Designations

59 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Frontend coding test on javascript

Round 2 - Coding Test 

Leetcode style coding test

Round 3 - Behavioral 

(5 Questions)

  • Q1. Frontend related questions like "how web works"
  • Q2. Js inheritance, closer etc
  • Q3. Prototype related
  • Q4. Debounce function
  • Q5. React concept based questions

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. SQL joins, css questions and problem solving
Round 3 - Coding Test 

Problem solving questions basic

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)
Fynd Interview Questions and Answers for Freshers
illustration image

Product Manager Interview Questions & Answers

user image Namrata Dedhia

posted on 12 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself and pas experiences
  • Ans. 

    Experienced Product Manager with a background in tech industry and a track record of successful product launches.

    • Worked at XYZ tech company for 5 years, leading product development teams

    • Launched a new mobile app that increased user engagement by 30%

    • Implemented agile methodologies to streamline product development process

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. SQL, ANLAYTICS, Product

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

2 coding question medium level and mcq from core subjects

Round 3 - Technical 

(1 Question)

  • Q1. Questions from project, dsa, core subjects

Graduate Engineer Interview Questions asked at other Companies

Q1. What is Finite Element Analysis? Explain using examples.
View answer (1)

Fynd interview questions for popular designations

 Software Developer

 (8)

 Software Engineer

 (4)

 Product Manager

 (4)

 Front end Developer

 (4)

 Software Development Engineer

 (3)

 Data Scientist

 (2)

 Graduate Trainee

 (2)

 Engineering Manager

 (2)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

It was a good round with coding and questions related to the programming language and coding patterns.

Round 3 - One-on-one 

(3 Questions)

  • Q1. This round was a database and security round and various questions were asked related to the same!
  • Q2. Coding was Related to Merge Interval
  • Q3. Previous company projects were asked + database level approach was discussed
Round 4 - Culture-Fit 

(2 Questions)

  • Q1. General questions about previous work and understanding where you want to work!
  • Q2. What is async programming and why it is to be used?
  • Ans. 

    Async programming is a programming paradigm that allows multiple tasks to run concurrently without blocking the main thread.

    • Async programming is used to improve the performance of applications by allowing them to perform multiple tasks simultaneously.

    • It is particularly useful for I/O-bound operations, such as reading and writing to a database or network.

    • Async programming can be implemented using callbacks, promises, or...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice Coding questions.
Get the basics right. Learn about async programming too

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Get interview-ready with Top Fynd Interview Questions

I applied via Campus Placement and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Aptitude Test 

Easy to moderate aptitude question

Round 3 - Coding Test 

Very easy coding round. Too easy problems were given. Like sorting the array

Round 4 - Technical 

(3 Questions)

  • Q1. Questions were about DBMS and operating systems
  • Q2. Some puzzles were asked from gfg
  • Q3. They asked in depth about projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and do not give u in the interview . They were just looking at not giving up attitude .

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Aptitude Test 

Online Aptitude Test... Basics questions asked for mathematics.

Round 3 - Coding Test 

Moderate Coding Questions like Two pointer problem ,Tree Data Structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with the basics and prepare yourself for any one language is enough

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Coding Test 

MCQ's and One DSA Question

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Javascript and Node.js Rest all will come to you

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 13 Nov 2022

I applied via Referral and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

It is domain knowledge + Coding interview. lasts for 45mins to 1 hour.

Round 3 - Technical 

(2 Questions)

  • Q1. Database design discussion + general coding question
  • Q2. Why ORMs are used? Write SQL query for two-three questions!
  • Ans. 

    ORMs are used to map object-oriented code to relational databases.

    • ORMs simplify database interactions by abstracting away SQL syntax.

    • ORMs allow developers to work with objects instead of raw SQL queries.

    • ORMs can handle complex relationships between database tables.

    • ORMs can improve code readability and maintainability.

    • Example ORMs include Hibernate for Java and Entity Framework for .NET.

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Culture fit round. can ask one technical question!

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics well for any role. Practice coding questions too!

Skills evaluated in this interview

SDE-2 Interview Questions asked at other Companies

Q1. Maximum Frequency Number Problem Statement Given an array of integers with numbers in random order, write a program to find and return the number which appears the most frequently in the array. If multiple elements have the same maximum fre... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

DSA based and questions of javascript

Round 2 - HR 

(2 Questions)

  • Q1. Past work experience
  • Ans. 

    I have 3 years of experience working as a software developer at XYZ company.

    • Developed web applications using HTML, CSS, and JavaScript

    • Worked on backend development using Java and Spring framework

    • Collaborated with team members to troubleshoot and resolve technical issues

  • Answered by AI
  • Q2. Work ethic related questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Contribute & help others!
anonymous
You can choose to be anonymous

Fynd Interview FAQs

How many rounds are there in Fynd interview?
Fynd interview process usually has 1-2 rounds. The most common rounds in the Fynd interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Fynd interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Fynd. The most common topics and skills that interviewers at Fynd expect are Python, Javascript, Flex, MongoDB and Sales.
What are the top questions asked in Fynd interview?

Some of the top questions asked at the Fynd interview -

  1. Write code to print numbers 1 to n where each number i should get printed after...read more
  2. System design for Coffee vending machi...read more
  3. What is async programming and why it is to be us...read more
How long is the Fynd interview process?

The duration of Fynd interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

DESIGNATION

SALARIES

BARC

SALARIES

BARC

SALARIES

JUSPAY

Tell us how to improve this page.

Fynd Interview Process

based on 57 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
BigBasket Interview Questions
3.9
 • 358 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Blinkit Interview Questions
3.7
 • 180 Interviews
Chetu Interview Questions
3.3
 • 172 Interviews
Nykaa Interview Questions
3.5
 • 114 Interviews
Snapdeal Interview Questions
3.8
 • 75 Interviews
Shopclues Interview Questions
3.9
 • 9 Interviews
Paytm Mall Interview Questions
3.6
 • 7 Interviews
View all

Fynd Reviews and Ratings

based on 385 reviews

3.5/5

Rating in categories

3.6

Skill development

3.3

Work-life balance

3.8

Salary

3.0

Job security

3.3

Company culture

3.4

Promotions

3.3

Work satisfaction

Explore 385 Reviews and Ratings
Software Development Engineer
85 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer 1
77 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
66 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
60 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Fynd with

Myntra

4.0
Compare

Flipkart

4.0
Compare

Snapdeal

3.8
Compare

Shopclues

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview