Filter interviews by
I prioritize features using a combination of customer feedback, business impact, and technical feasibility.
Gather customer feedback through surveys and interviews to understand their needs.
Use the RICE scoring model (Reach, Impact, Confidence, Effort) to evaluate features.
Align features with business goals, such as increasing revenue or improving user retention.
Consider technical feasibility and resource availabil...
Identify and remove duplicates from an array of strings efficiently.
Use a Set to store unique strings. Example: ['apple', 'banana', 'apple'] becomes ['apple', 'banana'].
Iterate through the array and add each string to the Set. Duplicates are automatically ignored.
Convert the Set back to an array if needed. Example: Set(['apple', 'banana']) to ['apple', 'banana'].
Consider using built-in functions like filter() or r...
Identify and extract all palindromic substrings from a given string.
A palindrome reads the same forwards and backwards. Example: 'racecar'.
Iterate through each substring of the string and check if it's a palindrome.
Use two pointers to compare characters from both ends towards the center.
Consider edge cases like single characters and empty strings.
Example input: 'madam arora teaches malayalam' -> Output: ['madam...
Optimizing code involves improving efficiency while reducing time and space complexity.
Use efficient algorithms: For example, use QuickSort instead of BubbleSort for sorting arrays.
Reduce space complexity: Use in-place algorithms like Merge Sort to save memory.
Avoid unnecessary computations: Cache results of expensive function calls (memoization).
Choose appropriate data structures: Use HashMaps for quick lookups i...
Debounce function delays the execution of a function until after a specified amount of time has passed since the last time it was invoked.
Create a function that takes a function and a delay time as parameters
Use setTimeout to delay the execution of the function
Use clearTimeout to reset the timer if the function is invoked again within the delay time
The question is asking to calculate the number of hops an elevator needs to travel between floors.
Calculate the difference between the starting floor and the destination floor
Divide the difference by the maximum number of floors the elevator can travel in one hop
Round up the result to get the number of hops needed
An online real time document sharing tool for collaboration and communication
Implement real-time editing and commenting features
Allow multiple users to access and edit the document simultaneously
Provide version control and history tracking
Include user authentication and permission settings
Support various file formats such as text, images, and videos
Software development life cycle is a process used by software development teams to design, develop, test, and deploy software.
It involves planning, designing, coding, testing, and deployment stages.
Each stage has specific goals and deliverables.
Examples of SDLC models include Waterfall, Agile, and DevOps.
Find all triplets in an array of integers without duplicates
Iterate through the array and for each element, find all pairs that sum up to the negative of that element
Use a set to store the seen elements to avoid duplicates
Time complexity can be improved to O(n^2) by sorting the array first
Loop through the linked list to find and remove a specific node
Start at the head of the linked list and iterate through each node
Check if the current node matches the one to be removed
If found, update the pointers to skip over the node and remove it
Continue until the end of the list is reached
I appeared for an interview in Jan 2025.
I appeared for an interview in May 2025, where I was asked the following questions.
I prioritize features using a combination of customer feedback, business impact, and technical feasibility.
Gather customer feedback through surveys and interviews to understand their needs.
Use the RICE scoring model (Reach, Impact, Confidence, Effort) to evaluate features.
Align features with business goals, such as increasing revenue or improving user retention.
Consider technical feasibility and resource availability t...
In my latest project, we defined success metrics to measure user engagement, retention, and overall satisfaction with the product.
User Engagement: We tracked daily active users (DAU) and monthly active users (MAU) to gauge how often users interacted with the product.
Retention Rate: We measured the percentage of users who returned to the product after their first use, aiming for a 30% retention rate within the first mon...
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
I can do good group discussion also I have leader ship qualitys
I appeared for an interview in May 2025, where I was asked the following questions.
The question is asking to calculate the number of hops an elevator needs to travel between floors.
Calculate the difference between the starting floor and the destination floor
Divide the difference by the maximum number of floors the elevator can travel in one hop
Round up the result to get the number of hops needed
Transactions in Spring Boot manage database transactions in a declarative way.
Spring Boot uses @Transactional annotation to mark a method as transactional.
Transactions can be managed at class level or method level.
Rollback can be configured based on specific exceptions.
Example: @Transactional(propagation = Propagation.REQUIRED, rollbackFor = Exception.class)
Check if a given string is a palindrome
Iterate through the string from both ends and compare characters
Ignore spaces and punctuation marks while checking for palindrome
Convert the string to lowercase for case-insensitive comparison
Debugging an application involves identifying and fixing issues in the code, while writing test cases ensures the application functions correctly.
Understand the functionality of the application and identify the root cause of the issue
Use debugging tools like breakpoints, logging, and stack traces to pinpoint the problem
Write test cases to cover different scenarios and ensure the issue is resolved
Reproduce the issue to ...
I appeared for an interview in Feb 2025, where I was asked the following questions.
I have extensive experience in facilities administration, focusing on efficient operations and compliance in various environments.
Managed a team of 10 in overseeing daily operations of a 200,000 sq. ft. facility, ensuring optimal performance and safety.
Implemented a preventive maintenance program that reduced equipment downtime by 30%, enhancing overall productivity.
Coordinated with contractors for renovations, success...
Your company excels in facility management, focusing on efficiency, safety, and sustainability in diverse environments.
Strong emphasis on sustainability practices, such as energy-efficient systems and waste reduction initiatives.
Commitment to safety standards, ensuring compliance with OSHA regulations and regular safety audits.
Experience in managing diverse facilities, from corporate offices to healthcare environments,...
Facilities administration professionals manage operations, maintenance, and safety of buildings and grounds to ensure efficiency and compliance.
Oversee building maintenance and repairs, ensuring timely responses to issues like HVAC failures or plumbing leaks.
Manage vendor relationships for services such as cleaning, landscaping, and security, negotiating contracts for cost-effectiveness.
Ensure compliance with safety re...
I appeared for an interview in Apr 2025, where I was asked the following questions.
Basic DS question like dutch flag problem.
Debounce function delays the execution of a function until after a specified amount of time has passed since the last time it was invoked.
Create a function that takes a function and a delay time as parameters
Use setTimeout to delay the execution of the function
Use clearTimeout to reset the timer if the function is invoked again within the delay time
Top trending discussions
Some of the top questions asked at the Freshworks interview -
The duration of Freshworks interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 141 interview experiences
Difficulty level
Duration
based on 764 reviews
Rating in categories
Senior Software Engineer
376
salaries
| ₹19.8 L/yr - ₹36 L/yr |
fresher
248
salaries
| ₹1.8 L/yr - ₹5.2 L/yr |
Software Engineer
234
salaries
| ₹10 L/yr - ₹18 L/yr |
Lead Software Engineer
225
salaries
| ₹30.1 L/yr - ₹53 L/yr |
Product Specialist
146
salaries
| ₹3.5 L/yr - ₹11.5 L/yr |
Zoho
Salesforce
Thomson Reuters
Oracle Cerner