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 Fullstack Javascript Developer Interview Questions and Answers

Updated 13 Jan 2024

Fynd Fullstack Javascript Developer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Write code to print numbers 1 to n where each number i should get printed after i seconds. Questions around let and var on the solution. Promisify the solution.
  • Ans. 

    Print numbers 1 to n with a delay of i seconds for each number.

    • Use a loop to iterate from 1 to n

    • Use setTimeout function to delay the printing of each number

    • Use let instead of var to avoid closure issues

    • Promisify the solution by returning a promise

  • Answered by AI
  • Q2. Css question to create a ring having some background color
  • Q3. Basic database questions mysql and mongo like how to write pagination query (offset and cursor both)
  • Q4. Given 2 linked list find the intersection node if they intersect
  • Ans. 

    To find the intersection node of two linked lists, iterate through both lists and compare each node until a common node is found.

    • Iterate through both linked lists simultaneously

    • Compare each node of the lists until a common node is found

    • If the lists have different lengths, align the starting points by advancing the longer list

  • Answered by AI
  • Q5. Basic Frontend concepts like react hooks, debounce etc

Interview Preparation Tips

Topics to prepare for Fynd Fullstack Javascript Developer interview:
  • React
  • CSS3
  • DSA
  • Javascript
  • Database
Interview preparation tips for other job seekers - I didn’t know about the company until I was interviewed. I have good experience in Frontend so maybe that’s why the interviewer asked more Frontend questions to me and answered most of them. I personally found the interviewer to have a bit of rude behaviour (because he/she was more focussed on me defining the concepts rather than me understanding the concepts). I was initially unwilling to join them as it was not a remote job (I may have still joined) but then after some research I found they laid off their employees previously and they have a pretty toxic work culture (which I saw a glimpse of while being interviewed in an unprofessional manner). So good luck to them hiring!

Skills evaluated in this interview

Interview questions from similar companies

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 Nov 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core java based questions, followed by springboot and then sql queries
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based java and spring boot questions and more complex sql queries
Round 3 - Client Interview 

(1 Question)

  • Q1. Previous project related questions like difficulty faced in project, how you overcome that, day to day routine, discussed role in projects
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and onboarding instructions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core technology in which you are proficient and have best knowledge in your domain, if you don't know about other required technologies be clear and tell them
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic datawarehousing concepts
  • Q2. Powerbi questions basic ones

Interview Preparation Tips

Interview preparation tips for other job seekers - keep your options open
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Apr 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Group product manager was very unprofessional, he joined the interview 15 mins late after rescheduling it for the 2nd time.
  • Q2. Product you are proud of building
  • Ans. 

    I am proud of building a high-performance electric car.

    • Designed and managed the production of a fully electric car with a range of 300 miles per charge.

    • Implemented innovative battery technology to increase efficiency and reduce charging time.

    • Collaborated with a team of engineers and suppliers to ensure quality and timely delivery.

    • Received positive feedback from customers and industry experts for the car's performance a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste your time with these jokers
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 interview rounds.

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 - One-on-one 

(3 Questions)

  • Q1. How to handle security in Kafka?
  • Ans. 

    Security in Kafka can be handled through authentication, authorization, encryption, and SSL/TLS.

    • Implement authentication mechanisms like SASL or SSL for secure communication between clients and brokers.

    • Set up ACLs (Access Control Lists) to control access to topics and resources.

    • Enable encryption using SSL/TLS to secure data in transit.

    • Use tools like Confluent Security Plugins for additional security features.

    • Regularly ...

  • Answered by AI
  • Q2. Benefits of Microservices?
  • Ans. 

    Microservices offer benefits such as scalability, flexibility, resilience, and easier maintenance.

    • Scalability: Microservices allow for individual components to be scaled independently, leading to better resource utilization.

    • Flexibility: Each microservice can be developed, deployed, and updated independently, allowing for more flexibility in the development process.

    • Resilience: If one microservice fails, it does not brin...

  • Answered by AI
  • Q3. Have you done any customisation in spring-boot?
  • Ans. 

    Yes, I have done customisation in spring-boot.

    • Implemented custom error handling by extending ResponseEntityExceptionHandler

    • Created custom annotations for validation

    • Configured custom logging using Logback

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Spring boot end to end , Websevices, Microservices.
  • Q2. Java 8 Features and some SQL queries.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Previous Project Architecture and what you contribute in that project.
  • Ans. 

    Designed a scalable microservices architecture for a web application, focusing on performance and reliability.

    • Led the design and implementation of the service-oriented architecture

    • Utilized Docker containers for easy deployment and scalability

    • Implemented load balancing and caching strategies for improved performance

    • Contributed to the development of RESTful APIs for seamless communication between services

  • Answered by AI
  • Q2. Kafka related questions and SQL based query.Program that you need to write using Java 8 Features.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have less Focus DSA and more on development if you want to clear intellect Design Interview

I applied via Campus Placement and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How to design a NLP engine?
  • Ans. 

    Designing a NLP engine involves defining the problem, selecting appropriate algorithms, and training the model.

    • Define the problem and identify the data sources

    • Select appropriate algorithms for tasks such as tokenization, part-of-speech tagging, and named entity recognition

    • Train the model using labeled data and evaluate its performance

    • Continuously improve the model by incorporating feedback and updating the algorithms

  • Answered by AI
  • Q2. What is js libraries?
  • Ans. 

    JS libraries are pre-written code that can be used to perform specific tasks in JavaScript.

    • Libraries can save time and effort by providing pre-written code for common tasks

    • Popular JS libraries include jQuery, React, and Angular

    • Libraries can be installed using package managers like npm or yarn

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy and best
Prepare for js and NLP and give your best.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Notice period Salary range
  • Q2. Introduce yourself Willing to relocate?
Round 2 - Technical 

(2 Questions)

  • Q1. Bmd sfd diagrams
  • Q2. Structural analysis questions Questions related to softwares

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask for salary in a range in a very diplomatic way..and small breakdown of why you need it
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic core java questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Spring boot questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join

I applied via Company Website and was interviewed in Mar 2022. There were 6 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 - Aptitude Test 
Round 3 - Technical 

(1 Question)

  • Q1. Core java concepts. Data structures
Round 4 - One-on-one 

(1 Question)

  • Q1. Writing a ds program
Round 5 - Technical 

(1 Question)

  • Q1. Random questions from java and spring and sql.
Round 6 - HR 

(1 Question)

  • Q1. Communication , previously experience, technology known, sallary etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Written test is on aptitude, logical thinking , grammer etc.

Fynd Interview FAQs

How many rounds are there in Fynd Fullstack Javascript Developer 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 Fullstack Javascript 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 Javascript, Javascript Frameworks, Mean Stack and Node.Js.
What are the top questions asked in Fynd Fullstack Javascript Developer interview?

Some of the top questions asked at the Fynd Fullstack Javascript Developer interview -

  1. Write code to print numbers 1 to n where each number i should get printed after...read more
  2. Given 2 linked list find the intersection node if they inters...read more
  3. Basic database questions mysql and mongo like how to write pagination query (of...read more

Tell us how to improve this page.

Fynd Fullstack Javascript Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
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
 • 355 Interviews
Myntra Interview Questions
4.0
 • 213 Interviews
Blinkit Interview Questions
3.7
 • 178 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
Chetu Interview Questions
3.3
 • 172 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
View all
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
59 salaries
unlock blur

₹20 L/yr - ₹46 L/yr

Software Engineer
48 salaries
unlock blur

₹7 L/yr - ₹25.5 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