i
Fynd
Filter interviews by
Flattening JSON in Node.js involves converting nested objects into a single-level object with dot notation keys.
Use recursion to traverse nested objects and build a flat structure.
Example: { a: { b: 1 } } becomes { 'a.b': 1 }.
Utilize a helper function to manage the current path as you iterate.
Consider edge cases like arrays and null values.
Optimize by avoiding unnecessary object copies.
In Python, an object is an instance of a class that encapsulates data and behavior.
Everything in Python is an object, including functions and classes.
Objects have attributes (data) and methods (functions) associated with them.
Example: Creating a simple class and object: class Dog: def bark(self): return 'Woof!' my_dog = Dog() my_dog.bark() # Outputs: 'Woof!'
Objects can be mutable (like lists) or immut...
Classes in Python are blueprints for creating objects, encapsulating data and behavior in a structured way.
Classes define a new data type that can have attributes (data) and methods (functions).
Example: class Dog: def bark(self): return 'Woof!'
Instances of classes are created using the class name followed by parentheses.
Example: my_dog = Dog() creates an instance of the Dog class.
Classes support inheritance, allow...
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'
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
The Two Sum problem involves finding two numbers in an array that add up to a specific target sum.
Use a hash map to store numbers and their indices for quick lookup.
Iterate through the array, checking if the complement (target - current number) exists in the hash map.
Example: For nums = [2, 7, 11, 15] and target = 9, return indices [0, 1] since 2 + 7 = 9.
Time complexity is O(n) due to a single pass through the arr...
LSTM (Long Short-Term Memory) is a type of recurrent neural network that is capable of learning long-term dependencies.
LSTM is designed to overcome the vanishing gradient problem in traditional RNNs.
It has three gates: input gate, forget gate, and output gate, which control the flow of information.
LSTM is commonly used for time series forecasting, such as predicting stock prices or weather patterns.
To use LSTM for...
Encoder-decoder is a neural network architecture used for tasks like machine translation and image captioning.
Encoder processes input data and generates a fixed-length representation
Decoder takes the representation and generates output data
Commonly used in tasks like machine translation (e.g. translating English to French) and image captioning
Cross entropy loss is used in classification because it penalizes incorrect classifications more heavily, making it more suitable for classification tasks compared to SSE.
Cross entropy loss is more suitable for classification tasks because it penalizes incorrect classifications more heavily than SSE.
Cross entropy loss is commonly used in scenarios where the output is a probability distribution, such as in multi-cl...
RNN is a type of neural network that can process sequential data by retaining memory of previous inputs.
RNN stands for Recurrent Neural Network.
It has loops in the network, allowing information to persist.
RNNs are commonly used in natural language processing and time series analysis.
Example: Predicting the next word in a sentence based on previous words.
I applied via LinkedIn and was interviewed in May 2022. There were 2 interview rounds.
Callback functions are functions passed as arguments to another function and executed later when the parent function is done.
Callback functions are used for asynchronous programming in JavaScript.
They are commonly used in event handling, AJAX requests, and timeouts.
Callback functions can be named or anonymous.
Example: setTimeout(function() { console.log('Hello, world!'); }, 1000);
I appeared for an interview in Jan 2025.
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
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'
I appeared for an interview in Jan 2025.
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.
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.
The Two Sum problem involves finding two numbers in an array that add up to a specific target sum.
Use a hash map to store numbers and their indices for quick lookup.
Iterate through the array, checking if the complement (target - current number) exists in the hash map.
Example: For nums = [2, 7, 11, 15] and target = 9, return indices [0, 1] since 2 + 7 = 9.
Time complexity is O(n) due to a single pass through the array.
Sp...
Database design involves organizing and structuring data in a way that ensures efficiency, scalability, and data integrity.
Understand the requirements of the application to determine the appropriate database model (relational, NoSQL, etc.)
Normalize the database to reduce redundancy and improve data integrity
Consider indexing for faster data retrieval
Implement proper relationships between tables using foreign keys
Optimi...
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...
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...
I appeared for an interview before Jul 2024, where I was asked the following questions.
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
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.
Dsa related questions ,binary tree , list
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
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
I appeared for an interview in May 2025, where I was asked the following questions.
I admire your innovative approach and commitment to excellence, and I believe my skills align perfectly with your team's goals.
Your company's focus on cutting-edge technology, like AI and machine learning, excites me as I have experience in these areas.
I appreciate your commitment to sustainability and social responsibility, which aligns with my personal values.
The collaborative culture at your company is something I t...
In five years, I envision the company as a leader in innovation, expanding its market reach and enhancing customer satisfaction.
Increased market share through innovative product offerings, similar to how Tesla revolutionized the automotive industry.
Expansion into new geographical markets, akin to how Netflix successfully entered international markets.
Enhanced customer engagement through personalized services, similar t...
I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.
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...
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
Top trending discussions
The duration of Fynd interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 60 interview experiences
Difficulty level
Duration
Software Development Engineer II
128
salaries
| ₹28 L/yr - ₹50.5 L/yr |
Software Development Engineer
97
salaries
| ₹9.3 L/yr - ₹32.9 L/yr |
Software Developer
87
salaries
| ₹13.2 L/yr - ₹24 L/yr |
Software Development Engineer 1
77
salaries
| ₹13.1 L/yr - ₹23 L/yr |
Sde1
66
salaries
| ₹16 L/yr - ₹27 L/yr |
Intellect Design Arena
Thomson Reuters
HighRadius
Oracle Cerner