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
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Implement Traffic Light Functionality using HTML+CSS+ Vanilla Javascript (Initially Light should be RED, after 60 second it should turn into GREEN, then after 5 second YELLOW, and after 3 second turn it ba...
  • Ans. 

    Implement Traffic Light functionality using HTML+CSS+Vanilla Javascript

    • Create HTML elements for the traffic light

    • Use CSS to style the elements to represent the different lights (red, green, yellow)

    • Use Vanilla Javascript to toggle the lights based on the specified time intervals

  • Answered by AI
  • Q2. Write a program to reserve a string without using any inbuilt method in javascript. (Two-pointer and One-pointer)
  • Ans. 

    Program to reserve a string without using inbuilt methods in JavaScript

    • Use two pointers to swap characters at the beginning and end of the string until they meet in the middle

    • Create a function that takes a string as input and returns the reversed string

    • Example: Input 'hello', Output 'olleh'

  • Answered by AI
  • Q3. Questions on Resume Past Experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Bring your laptops with you in order to solve any programming question. If you don't you have to write entire code in white board.

Good Luck :)

Front end Engineer Interview Questions asked at other Companies

Q1. Pair Sum Problem Statement You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'. Note: Each pair should be ordered such that... read more
Add answer

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Growth expert Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2025

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What role have you come for?
  • Ans. 

    I have come for the role of a Growth expert to help drive business expansion and increase revenue.

    • I have experience in developing and implementing growth strategies.

    • I have a track record of driving customer acquisition and retention.

    • I am skilled in analyzing data and identifying opportunities for growth.

    • I have worked with cross-functional teams to execute growth initiatives.

  • Answered by AI
  • Q2. Are you the candidate who has come from Bangalore, the HR told me that you have flown in from Bangalore? (I am from Mumbai, interviewed in Mumbai)
  • Ans. 

    No, I am from Mumbai. There might have been a misunderstanding.

    • Confirm with HR that there may have been a mix-up in communication.

    • Reiterate that you are from Mumbai and not Bangalore.

    • Offer to provide any additional clarification or information if needed.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had an interview scheduled for Thursday and arrived on time for the first round at 12 noon, but I was asked to wait for three hours. Finally, a different interviewer than the one mentioned in the invitation approached me and asked, "What role have you come for?" He seemed confused between me and another candidate. He then instructed me to complete an assignment and submit it by Monday. However, by Friday, I was notified that I was not shortlisted. I expect more professionalism from this company.
Fynd Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Two sum problem.
Round 2 - Technical 

(1 Question)

  • Q1. System Design concepts
Round 3 - Technical 

(1 Question)

  • Q1. Database design and principles
Round 4 - HR 

(1 Question)

  • Q1. Final discussion and job offer

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)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions around DSA
  • Q2. Questions around python garbage collector, etc
Round 2 - Technical 

(2 Questions)

  • Q1. Medium DSA Questions
  • Q2. System design
Round 3 - HR 

(2 Questions)

  • Q1. What makes you a perfect fit
  • Ans. 

    I have a strong background in software development, excellent problem-solving skills, and a passion for learning new technologies.

    • Extensive experience in software development, including proficiency in multiple programming languages such as Java, Python, and C++

    • Proven track record of successfully delivering high-quality projects on time and within budget

    • Strong problem-solving skills, with the ability to quickly identify...

  • Answered by AI
  • Q2. What are your takes on Offer shopping
  • Ans. 

    Offer shopping is the practice of comparing multiple job offers to make an informed decision.

    • Offer shopping is a common practice among job seekers to ensure they are getting the best possible compensation and benefits.

    • It involves comparing multiple job offers in terms of salary, benefits, work culture, growth opportunities, etc.

    • By offer shopping, candidates can make an informed decision about which job offer aligns bes

  • Answered by AI

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Fynd interview questions for popular designations

 Software Developer

 (8)

 Front end Developer

 (4)

 Product Manager

 (4)

 Software Engineer

 (4)

 Software Development Engineer

 (3)

 Data Scientist

 (2)

 Engineering Manager

 (2)

 Graduate Trainee

 (2)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Js basics and basic web concepts, 1 basic dsa questions based on maps
Round 2 - Technical 

(2 Questions)

  • Q1. Js basic concepts (output based) and polyfills
  • Q2. Basic react concepts
Round 3 - Technical 

(2 Questions)

  • Q1. How to implement infinite scroll
  • Ans. 

    Implementing infinite scroll involves dynamically loading content as the user scrolls down the page.

    • Use JavaScript to detect when the user reaches the bottom of the page

    • Make an AJAX call to fetch more content from the server

    • Append the new content to the existing content on the page

  • Answered by AI
  • Q2. How to implement dark mode. steps only. CORS. Webpack(its entry point), internationalisation

Skills evaluated in this interview

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)

Get interview-ready with Top Fynd Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Dsa related questions ,binary tree , list

Round 2 - Technical 

(2 Questions)

  • Q1. Project work on
  • Q2. Api work on and many question on dsa

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 (169)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What did you experience as part of office politics and what did you do to overcome it
  • Q2. Share a personal or professional conflict, your take on it and what did you do to overcome it
  • Q3. Show projects from oldest to newest (only final outcome)
  • Ans. 

    I will showcase my projects from oldest to newest, displaying only the final outcomes.

    • Start with the earliest project and work your way to the most recent one

    • Focus on showcasing the final deliverables or outcomes of each project

    • Provide a brief overview or context for each project if necessary

  • Answered by AI
  • Q4. Why did you transition into Design
  • Q5. Why do you want to leave your old organization

Interview Preparation Tips

Topics to prepare for Fynd Senior Product Designer interview:
  • Behavioral Training
  • situational
  • calm
  • Patience
Interview preparation tips for other job seekers - The Product Design Manager III who was conducting this interview was extremely obnoxious and if you are rejected you might not even hear back from the unprofessional HR. In that case, please don't be disheartened, there are many kind and better people/organizations waiting for you.
Count a rejection from here as a blessing in disguise. All the best!

Senior Product Designer Interview Questions asked at other Companies

Q1. What would be the design solutions for improving the efficieny of a Swiggy Chat Support Executive so that they can satisfy more customers in less time?
View answer (1)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference beteen sql and nosql
  • Ans. 

    SQL is a relational database management system, while NoSQL is a non-relational database management system.

    • SQL uses structured query language for querying data

    • NoSQL databases are more flexible and can handle unstructured data

    • SQL databases are vertically scalable, while NoSQL databases are horizontally scalable

    • Examples of SQL databases include MySQL, Oracle, and SQL Server

    • Examples of NoSQL databases include MongoDB, Cas

  • Answered by AI
  • Q2. Code to Hit 1000 API request
  • Ans. 

    Use a loop to send 1000 API requests

    • Create a loop that iterates 1000 times

    • Inside the loop, make a request to the API endpoint

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your Resume

Skills evaluated in this interview

Product Support Engineer Interview Questions asked at other Companies

Q1. What is DSP (Demand Side Platform) and SSP ( Sell side platform?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic DSA Questions, Python fundamentals, System design basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on programming language fundamentals, some basic SQL queries and system design principles

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is event loop
  • Ans. 

    Event loop is a mechanism that allows for asynchronous programming by handling and executing events in a loop.

    • Event loop is a part of the runtime environment that continuously checks the event queue and executes the callback functions associated with those events.

    • It allows for non-blocking I/O operations, making it possible to handle multiple events concurrently.

    • Event loop is commonly used in JavaScript for handling as...

  • Answered by AI

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
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

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

Tell us how to improve this page.

Fynd Interview Process

based on 57 interviews

Interview experience

3.8
  
Good
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5.1k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
BigBasket Interview Questions
3.9
 • 356 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Blinkit Interview Questions
3.7
 • 182 Interviews
Globant Interview Questions
3.8
 • 171 Interviews
Nykaa Interview Questions
3.5
 • 114 Interviews
Snapdeal Interview Questions
3.8
 • 76 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
83 salaries
unlock blur

₹8 L/yr - ₹27 L/yr

Software Development Engineer 1
77 salaries
unlock blur

₹9 L/yr - ₹27 L/yr

Software Developer
66 salaries
unlock blur

₹7.5 L/yr - ₹30 L/yr

Software Development Engineer II
58 salaries
unlock blur

₹20 L/yr - ₹45 L/yr

Software Engineer
49 salaries
unlock blur

₹7 L/yr - ₹26.8 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent