Upload Button Icon Add office photos

Filter interviews by

Freshworks Interview Questions, Process, and Tips

Updated 20 Jan 2025

Top Freshworks Interview Questions and Answers

  • Q1. Square Root with Decimal Precision Problem Statement You are provided with two integers, 'N' and 'D'. Your objective is to determine the square root of the number 'N' wi ...read more
    asked in Lead Software Engineer interview
  • Q2. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a spe ...read more
    asked in Senior Software Engineer interview
  • Q3. Wildcard Pattern Matching Problem Statement Implement a wildcard pattern matching algorithm to determine if a given wildcard pattern matches a text string completely. Th ...read more
    asked in Software Developer interview
View all 101 questions

Freshworks Interview Experiences

Popular Designations

154 interviews found

I applied via LinkedIn and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Diff interface and abstract class,two threads to access odd and even numbers,inner class,volatile and static variable,find loop in linked list,redendent lock,deadlock,when to use array list and linked list

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate more on data structure and algo,Core java.It was a 1 hr session interview was more like brain storming rather than simple Q & A

Senior Java Software Engineer Interview Questions asked at other Companies

Q1. What is ResultSet in Java and why we should avoid it
View answer (1)

I applied via Campus Placement and was interviewed before Nov 2021. There were 3 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 - Coding Test 

Strings, Arrays, OOPS, Data structures

Round 3 - Technical 

(3 Questions)

  • Q1. 1:1 to test problem solving and analytical ability, String fundamentals in OOPS and DS will give a upper edge.
  • Q2. Find the max element in the array
  • Ans. 

    Find the max element in the array

    • Iterate through the array and compare each element with a variable storing the current max value

    • Use built-in functions like Math.max() or spread operator to find the max value

    • Consider edge cases like empty array or array with negative values

  • Answered by AI
  • Q3. Couldn't remember the second question

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not give up if you don't know the answer, Answers need not be complex. Use simple concepts to answer complex problem

Skills evaluated in this interview

Sdet (Software Development Engineer in Test) Interview Questions asked at other Companies

Q1. 4) How to send the values without using sendkeys method?
View answer (3)

B Tech Fresher Interview Questions & Answers

user image Anonymous

posted on 3 Dec 2021

I applied via Walk-in and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Biotechnology lab

Interview Preparation Tips

Interview preparation tips for other job seekers - Biotechnology lab testing

Yes Interview Questions & Answers

user image Sohel Maula Sayyad

posted on 4 Mar 2022

Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Thank you these interview opportunity me

Freshworks interview questions for popular designations

 Senior Software Engineer

 (12)

 Lead Software Engineer

 (8)

 Onboarding Specialist

 (7)

 Product Specialist

 (6)

 Software Engineer

 (6)

 fresher

 (4)

 Graduate Trainee

 (4)

 Business Development Executive

 (3)

I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - Coding Test 

1) profit array proplems from the geek for geeks
2) write own implementation of map
3) javascript basic questions





Hosting, follow nameste javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the problems from geekforgeeks

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)

Get interview-ready with Top Freshworks Interview Questions

fresher Interview Questions & Answers

user image Anonymous

posted on 3 Jun 2021

I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Developing skills

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was a street test. Both knowledge and communication skill

fresher Interview Questions asked at other Companies

Q1. What is the unit of electric current
View answer (127)

Senior Business Analyst Interview Questions & Answers

user image Meena Leelakrishnan PMP

posted on 5 Sep 2022

I applied via Approached by Company and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Mostly scenarios based on my previous work experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Lot more scenarios based on work experience
Round 3 - HR 

(1 Question)

  • Q1. Just to check culture fit

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with an open mind. Be very strong in whatever you have worked.

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)

I applied via LinkedIn and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Pascal triangle , Sorting number using occurence
  • Ans. 

    The question is unclear and lacks context. Please provide more information.

    • Please provide more information about the specific requirements of the task.

    • What is the purpose of the Pascal triangle and how does it relate to sorting numbers by occurrence?

    • What programming language and tools should be used for this task?

  • Answered by AI
  • Q2. Framework explanation from scratch
  • Ans. 

    Framework is a set of guidelines, standards, and tools used to develop and execute automated tests.

    • Framework provides a structure for organizing test cases and test data.

    • It helps in reducing the effort required for test automation.

    • It provides reusable components and libraries for test automation.

    • Examples of frameworks are Selenium, Appium, TestNG, JUnit, etc.

  • Answered by AI
  • Q3. Locators, diff between class and interface

Interview Preparation Tips

Interview preparation tips for other job seekers - Have clear on java program and logic. Framework explanation and QA methodology

Skills evaluated in this interview

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

Interview Questionnaire 

3 Questions

  • Q1. Round1 : Write a program to find out if given number is prime.
  • Ans. 

    Program to check if a given number is prime or not.

    • A prime number is only divisible by 1 and itself.

    • Loop through numbers from 2 to n/2 and check if n is divisible by any of them.

    • If n is divisible by any number, it is not prime.

    • If n is not divisible by any number, it is prime.

  • Answered by AI
  • Q2. Given an Array [2,5,1,3,4] return resulting array such that at ith position multiply all element except ith element. Result array [60, 24, 120, 40, 60]
  • Ans. 

    Given an array, return a new array where each element is the product of all elements in the original array except the corresponding element.

    • Create a new array of the same length as the input array

    • Iterate through the input array and calculate the product of all elements except the current element

    • Store the product in the corresponding position in the new array

    • Return the new array

  • Answered by AI
  • Q3. Round2: System design- Design a database to store custom fields for a ticket.
  • Ans. 

    Design a database to store custom fields for a ticket.

    • Identify the custom fields needed for a ticket

    • Create a table for each custom field

    • Link the tables to the main ticket table using foreign keys

    • Use appropriate data types for each custom field

    • Consider indexing frequently searched fields

  • Answered by AI

Skills evaluated in this interview

Staff Software Engineer Interview Questions asked at other Companies

Q1. How will you open a file whos size is double that of RAM on your system.?
View answer (1)

Mba Student Interview Questions & Answers

user image Anonymous

posted on 10 Sep 2021

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Human resources management releted questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Online mode and telephonic interview

Freshworks Interview FAQs

How many rounds are there in Freshworks interview?
Freshworks interview process usually has 2-3 rounds. The most common rounds in the Freshworks interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Freshworks 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 Freshworks. The most common topics and skills that interviewers at Freshworks expect are customer support, CRM, SAN, Sales and GIT.
What are the top questions asked in Freshworks interview?

Some of the top questions asked at the Freshworks interview -

  1. Consider the situation where you have one critical customer requirement which i...read more
  2. What is a customer centered company? What are its main featur...read more
  3. Do you think so you are fit for Product marketi...read more
How long is the Freshworks interview process?

The duration of Freshworks interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Freshworks Interview Process

based on 123 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 800 Interviews
Zoho Interview Questions
4.3
 • 512 Interviews
Globant Interview Questions
3.9
 • 170 Interviews
View all

Freshworks Reviews and Ratings

based on 680 reviews

3.5/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.6

Salary

3.1

Job security

3.4

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 680 Reviews and Ratings
Senior Software Engineer
286 salaries
unlock blur

₹10.6 L/yr - ₹36 L/yr

fresher
216 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Software Engineer
184 salaries
unlock blur

₹5.5 L/yr - ₹16.1 L/yr

Lead Software Engineer
180 salaries
unlock blur

₹17.2 L/yr - ₹50 L/yr

Product Specialist
111 salaries
unlock blur

₹5 L/yr - ₹10.9 L/yr

Explore more salaries
Compare Freshworks with

Zoho

4.3
Compare

Salesforce

4.1
Compare

LTIMindtree

3.8
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview