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 Senior Product Designer Interview Questions and Answers

Updated 21 May 2024

Fynd Senior Product Designer Interview Experiences

1 interview found

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 Jobs at Fynd

View all

Interview questions from similar companies

I applied via Referral

Interview Questionnaire 

1 Question

  • Q1. Ds related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in DS and algo and should good logical thinking.

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Sliding window problem in an Array(using 2 pointers) like Pythagorean triplets.
  • Q2. Overlapping circular linked list problem.
  • Ans. 

    Detect if two circular linked lists overlap

    • Traverse both lists and check if they have the same tail node

    • If they have different tail nodes, they do not overlap

    • If they have the same tail node, check if they intersect at any point

    • Use Floyd's cycle-finding algorithm to detect intersection point

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 6 rounds of technical interview . Each round of 1 hr or more. In all the rounds I was asked to write proper programs (Sometimes on HackerRank, sometimes on an IDE, sometimes just on a text editor.) . Questions were designed to test problem solving abilities and proper use to dataStructures and coding basics. Lot of emphasis on writing efficient program with least time complexity possible.

During preparations, its important to understand basics of different dataStructures and how to efficiently use it in your programs . For practicing interview problems, I referred leetcode and geeksforgeeks . Solving different kind of problems from these websites really helped me. Dynamic Programming is also an important area from where lot of problems are asked in interview.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts, mysql query
  • Q2. Find 2highest salary mysql query, abstract and interfaces
  • Ans. 

    MySQL query to find 2 highest salaries and explanation of abstract and interfaces

    • Use ORDER BY and LIMIT to get the top 2 salaries

    • Abstract classes cannot be instantiated and can have both abstract and non-abstract methods

    • Interfaces define a set of methods that a class must implement

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2

    • Example: abstract class Animal { abstract void makeSound(); }

    • Example: inte

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

(1 Question)

  • Q1. Mysql questions, sdlc method
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and discussion about job roles

Interview Preparation Tips

Topics to prepare for ivy Senior Software Engineer interview:
  • OOPS
  • MySQL
  • Javascript
  • Laravel
Interview preparation tips for other job seekers - Clear oops concepts, mysql concepts, and know how to find highest salary

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Prime number programs

Round 3 - Technical 

(1 Question)

  • Q1. What is ooops, what is polymorphism , abstract class
  • Ans. 

    OOPs is Object-Oriented Programming, polymorphism allows objects to be treated as instances of their parent class, abstract class cannot be instantiated.

    • OOPs is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • Polymorphism allows objects to be treated as instances of their parent class, enabling different classes to be treated as ins...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Purely scenario based questions
  • Q2. Answer based on your experience
Round 3 - Technical 

(1 Question)

  • Q1. 1. Depth about JVM internals 2. SQL Query questions

Interview Preparation Tips

Interview preparation tips for other job seekers - give your answers with confident
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 before Mar 2022. 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Optimisation techniques
  • Ans. 

    Optimisation techniques for software engineering

    • Use efficient algorithms and data structures

    • Minimize I/O operations and network calls

    • Optimize database queries

    • Use caching and memoization

    • Parallelize computations

    • Profile and analyze code for bottlenecks

    • Eliminate unnecessary code and dependencies

  • Answered by AI
  • Q2. Questions related Oops concept
Round 3 - Technical 

(2 Questions)

  • Q1. Question related Unity basics.
  • Q2. Explain Design patterns in c#
  • Ans. 

    Design patterns are reusable solutions to common software problems.

    • Design patterns provide a common language for developers to communicate solutions.

    • They help improve code quality, maintainability, and scalability.

    • Examples include Singleton, Factory, Observer, and Decorator patterns.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ivy Senior Software Engineer interview:
  • Oops concept
  • Design Patterns
  • Unity 2D
  • 3D
  • unity Physics
  • C#
Interview preparation tips for other job seekers - Give interview with confidence. Must prepare Oops concept and design pattern before going for interview.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

First round I was interviewed with easy to medium interviews questions along with project details.

Round 2 - Coding Test 

Secound round had one coding question followed by technical questions and experience questions.

Round 3 - HR 

(1 Question)

  • Q1. Most salary discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Remove duplicates from list
  • Ans. 

    Remove duplicates from list of strings

    • Create a Set to store unique strings

    • Iterate through the array and add each string to the Set

    • Convert the Set back to an array to get the list of unique strings

  • Answered by AI
  • Q2. Find Second largest in a table
  • Ans. 

    Iterate through the table to find the second largest value.

    • Iterate through the table and keep track of the largest and second largest values.

    • Compare each value with the current largest and second largest values.

    • Update the second largest value if a new value is found that is greater than the current second largest value.

  • Answered by AI
  • Q3. Sort in descending order
  • Ans. 

    Sort array of strings in descending order

    • Use a sorting algorithm like quicksort or mergesort

    • Specify the sorting order as descending

    • Ensure the sorting algorithm is stable to maintain order of equal elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be genuine

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a seasoned Senior Software Engineer with over 10 years of experience in developing and implementing software solutions.

    • Over 10 years of experience in software development

    • Proficient in multiple programming languages such as Java, Python, and C++

    • Strong problem-solving skills and ability to work in a team environment

    • Experience in leading and mentoring junior developers

    • Familiar with Agile development methodologies

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

(1 Question)

  • Q1. Technical interview and analytical questions

Fynd Interview FAQs

How many rounds are there in Fynd Senior Product Designer interview?
Fynd interview process usually has 1 rounds. The most common rounds in the Fynd interview process are One-on-one Round.
How to prepare for Fynd Senior Product Designer 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 Adobe Xd, Figma, Product Design and UX.

Tell us how to improve this page.

Fynd Senior Product Designer Interview Process

based on 2 interviews

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 174 Interviews
AVASOFT Interview Questions
2.9
 • 162 Interviews
Freshworks Interview Questions
3.5
 • 161 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Brane Enterprises Interview Questions
2.0
 • 134 Interviews
ivy Interview Questions
3.6
 • 126 Interviews
DE Shaw Interview Questions
3.8
 • 121 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
View all
Senior Product Designer

Mumbai

8-13 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer
86 salaries
unlock blur

₹8 L/yr - ₹32.6 L/yr

Software Development Engineer 1
78 salaries
unlock blur

₹9 L/yr - ₹27 L/yr

Software Development Engineer II
68 salaries
unlock blur

₹20 L/yr - ₹45 L/yr

Software Developer
64 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Software Engineer
50 salaries
unlock blur

₹7 L/yr - ₹26.8 L/yr

Explore more salaries
Compare Fynd with

Intellect Design Arena

3.9
Compare

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

NextComm Corporation

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