Filter interviews by
Clear (1)
I was interviewed before Mar 2024.
Hackerrank test - leetcode type questions - easy to medium
Assignment - to submit in Github
First round is coding round
I applied via Company Website and was interviewed before Jul 2023. There was 1 interview round.
What people are saying about Freshworks
I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.
Coding test of easy level questions. 3-4 questions was there.
Freshworks interview questions for designations
I was interviewed before May 2021.
Round duration - 60 minutes
Round difficulty - Medium
Given two sorted integer arrays ARR1
and ARR2
of size M and N, respectively, merge them into ARR1
as one sorted array. Assume that ARR1
has a size of M + N to hol...
Merge two sorted arrays into one sorted array in place.
Iterate from the end of both arrays and compare elements to merge in place
Use two pointers to keep track of the current position in each array
Update the elements in ARR1 from the end to the beginning
Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.
The first line contains an...
The task is to determine if a given string consisting of parentheses is balanced or not.
Iterate through each character in the string and use a stack to keep track of opening parentheses
If an opening parenthesis is encountered, push it onto the stack
If a closing parenthesis is encountered, check if it matches the top of the stack. If it does, pop the stack, else return 'Not Balanced'
At the end, if the stack is empty, re
Given a 32-bit signed integer N
, your task is to return the reversed integer. If reversing the integer causes overflow, return -1
.
The first line contains an int...
Reverse a 32-bit signed integer and handle overflow cases.
Implement a function to reverse the given integer.
Check for overflow conditions and return -1 if overflow occurs.
Use 32-bit capacity data types only.
Example: For input 123, output should be 321.
Round duration - 60 minutes
Round difficulty - Easy
Round duration - 45 minutes
Round difficulty - Easy
You are provided with a binary tree consisting of 'N' nodes. Your goal is to identify the deepest leaf node that is a left child of some node within the given bina...
Identify the deepest left leaf node in a binary tree.
Traverse the binary tree in level order to find the deepest left leaf node.
Keep track of the maximum depth and the value of the deepest left leaf node found so far.
Return the value of the deepest left leaf node at the end.
You are given an integer array ARR
. Determine the length of the shortest contiguous subarray which, when sorted in ascending order, results in the entire array being sorted in a...
Find the length of the shortest subarray that needs to be sorted to make the entire array sorted in ascending order.
Iterate from left to right to find the first element out of order.
Iterate from right to left to find the last element out of order.
Calculate the length of the subarray between the out of order elements.
Round duration - 45 minutes
Round difficulty - Easy
You are provided with a Binary Tree and one of its leaf nodes. Your task is to invert this binary tree, making sure to adhere to the following guidelines:
Invert a binary tree with a given leaf node as the new root, following specific guidelines.
Start by identifying the leaf node provided in the input.
Follow the guidelines to invert the binary tree with the leaf node as the new root.
Ensure that the left child becomes the right child of the new root if available, and the parent becomes the left child.
Implement the inversion process for each test case and output the result
Round duration - 30 minutes
Round difficulty - Easy
This Round the HR checks whether you will be good fit for culture code that's followed by the company.
Tip 1 : Make sure that you have good understand of data structures, Algorithm and OOPS
Tip 2 : Practice as many problems as you can in any platform that you are comfortable on.
Tip 3 : Have a decent knowledge on SQL, DBMS, OS, computer networks
Tip 1 : Keep your resume short preferably 1 page and make sure its communicating all points
Tip 2 : Add only those thing that you are confident on.
Get interview-ready with Top Freshworks Interview Questions
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before May 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Apr 2020. There was 1 interview round.
An airplane flies by generating lift through its wings and using engines to propel it forward.
Airplane wings are designed to create lift by creating a difference in air pressure above and below the wing.
The engines provide the necessary thrust to move the airplane forward and maintain its speed.
The pilot controls the airplane's altitude and direction by adjusting the angle of the wings and the amount of thrust from the...
I am an avid traveler and have visited over 20 countries.
I love experiencing new cultures and trying new foods.
I have backpacked through Europe and Asia.
I have volunteered at a school in rural Thailand.
I enjoy documenting my travels through photography and blogging.
Winning the inter-college debate competition
Prepared for weeks with my team
Overcame nerves and delivered a strong performance
Received positive feedback from judges and audience
Felt proud of myself and my team for our hard work paying off
Yes, I have a few questions regarding the company culture and opportunities for growth.
Can you tell me more about the company's values and how they are reflected in the workplace?
What kind of training and development programs are available for employees?
Are there any opportunities for cross-functional collaboration?
How does the company support work-life balance for its employees?
I applied via Campus Placement
Some of the top questions asked at the Freshworks Graduate Trainee interview -
based on 4 interviews
1 Interview rounds
based on 1 review
Rating in categories
Senior Software Engineer
290
salaries
| ₹0 L/yr - ₹0 L/yr |
fresher
263
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
183
salaries
| ₹0 L/yr - ₹0 L/yr |
Lead Software Engineer
178
salaries
| ₹0 L/yr - ₹0 L/yr |
Product Specialist
113
salaries
| ₹0 L/yr - ₹0 L/yr |
Zoho
Salesforce
LTIMindtree
TCS