Filter interviews by
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
Iterate through the matrix to find the largest square of 1s
Iterate through each cell in the matrix
For each cell, check if it is part of a square of 1s by checking the cells to the right, below, and diagonally right-down
Keep track of the size of the largest square found
Design a web crawler system to gather information from websites
Identify the websites to crawl and the specific information to extract
Implement a system to crawl the websites and extract the desired information
Store the extracted data in a database for further analysis
Consider scalability and efficiency in the design of the web crawler system
A commit in SQL is a command that saves all the changes made in a transaction to the database.
A commit is used to make all the changes made in a transaction permanent.
Once a commit is issued, the changes cannot be rolled back.
It is important to use commit to ensure data integrity and consistency.
Example: COMMIT; - this command is used to commit the changes in a transaction.
A lambda function in Python is a small anonymous function defined using the lambda keyword.
Lambda functions can have any number of arguments, but can only have one expression.
Syntax: lambda arguments : expression
Example: lambda x, y : x + y
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 issu...
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
Design a scheduler for managing tasks and appointments efficiently.
Define the requirements and constraints of the scheduler
Implement a data structure to store tasks and appointments
Develop algorithms for task prioritization and scheduling
Include features for reminders and notifications
Consider scalability and performance optimizations
To find all square matrices in a given matrix, iterate through each cell as the top left corner of a potential square matrix and check if all elements within the square are the same.
Iterate through each cell in the matrix as the top left corner of a potential square matrix
For each cell, check if all elements within the square formed by the cell are the same
If all elements are the same, consider it as a square matr...
To find the Kth largest number in a Binary Search Tree (BST), we can perform an in-order traversal and keep track of the Kth largest element.
Perform an in-order traversal of the BST to get the elements in non-decreasing order.
Keep track of the Kth largest element while traversing the BST.
Return the Kth largest element once found.
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