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
3.5

based on 375 Reviews

Filter interviews by

Fynd Software Developer Interview Questions and Answers

Updated 25 Dec 2024

Fynd Software Developer Interview Experiences

8 interviews found

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
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain webpack
  • Ans. 

    Webpack is a module bundler for JavaScript applications.

    • Webpack takes modules with dependencies and generates static assets representing those modules.

    • It can handle various types of assets like JavaScript, CSS, and images.

    • Webpack allows for code splitting, lazy loading, and hot module replacement.

    • Configuration is done through a webpack.config.js file.

    • Plugins and loaders can be used to extend Webpack's functionality.

  • Answered by AI
  • Q2. Explain closures
  • Ans. 

    Closures are functions that have access to variables from their containing scope even after the scope has closed.

    • Closures allow functions to access variables from their outer function even after the outer function has finished executing.

    • They are useful for maintaining state in asynchronous operations.

    • Closures can be used to create private variables in JavaScript.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more

Software Developer Interview Questions & Answers

user image pratik Rajkotiya

posted on 25 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Array, dp, stack , queue

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

(2 Questions)

  • Q1. Balanced parenthesis
  • Q2. Sql query - 2nd max salary
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Sardar Vallabhbhai National Institute of Technology (NIT), Surat and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Easy questions based on 2 pointer

Round 2 - Technical 

(2 Questions)

  • Q1. OOPs, DBMS, Networking
  • Q2. Binary Search related question
Round 3 - Technical 

(2 Questions)

  • Q1. Data structures overview using stacks, queue
  • Ans. 

    Stacks and queues are fundamental data structures used for storing and accessing data in a specific order.

    • Stacks follow the Last In First Out (LIFO) principle, where the last element added is the first one to be removed. Example: Undo functionality in text editors.

    • Queues follow the First In First Out (FIFO) principle, where the first element added is the first one to be removed. Example: Print job queue in a printer.

    • St...

  • Answered by AI
  • Q2. General CS fundamentals and Puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - CS fundamentals and DSA would be good.
Also prepare you resume projects very well.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Asked Buy stocks 1 from leetcode, JAVA core concepts

Interview Preparation Tips

Topics to prepare for Fynd Software Developer interview:
  • Java
  • DSA

I applied via campus placement at Dhirubhai Ambani Institute of Information and Communication Technology (DA-IICT), Gandhinagar 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 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 .
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

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic DSA questions, best time to buy and sell stock and its variation

Round 2 - Technical 

(2 Questions)

  • Q1. Basic nosql vs sql questions
  • Q2. Designing system for google playstore
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

1) Finding and removing loop in linked list. 2)find pair of given sum in binary tree

Round 2 - One-on-one 

(2 Questions)

  • Q1. Print bottom view of binary tree
  • Ans. 

    Print the bottom view of a binary tree

    • Use a map to store the horizontal distance and node value at each level

    • Perform a level order traversal of the binary tree

    • Update the map with the node value at each horizontal distance

    • Print the node values in the map for the bottom view

  • Answered by AI
  • Q2. Oops related output based questions

Skills evaluated in this interview

Fynd Interview FAQs

How many rounds are there in Fynd Software Developer interview?
Fynd interview process usually has 2 rounds. The most common rounds in the Fynd interview process are Technical, Coding Test and HR.
How to prepare for Fynd Software Developer 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 .NET, Agile, Android, Application Development and Flex.
What are the top questions asked in Fynd Software Developer interview?

Some of the top questions asked at the Fynd Software Developer interview -

  1. Data structures overview using stacks, qu...read more
  2. Explain webp...read more
  3. Explain closu...read more

Tell us how to improve this page.

Fynd Software Developer Interview Process

based on 7 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more
Fynd Software Developer Salary
based on 63 salaries
₹7 L/yr - ₹27.5 L/yr
110% more than the average Software Developer Salary in India
View more details

Fynd Software Developer Reviews and Ratings

based on 30 reviews

2.8/5

Rating in categories

3.1

Skill development

2.6

Work-life balance

3.2

Salary

2.5

Job security

2.7

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 30 Reviews and Ratings
Software Development Engineer
78 salaries
unlock blur

₹8 L/yr - ₹31 L/yr

Software Development Engineer 1
74 salaries
unlock blur

₹9 L/yr - ₹27 L/yr

Software Developer
63 salaries
unlock blur

₹7 L/yr - ₹27.5 L/yr

Software Development Engineer II
59 salaries
unlock blur

₹23 L/yr - ₹45 L/yr

Software Engineer
50 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

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