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

QA Lead Interview Questions & Answers

user image Anonymous

posted on 10 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - One-on-one 

(1 Question)

  • Q1. QA Process, Release Cycle, deployment management, regression maintenance

Interview Preparation Tips

Interview preparation tips for other job seekers - Thorough with QA process

QA Lead Interview Questions asked at other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Performance guarantee. 2. What are different SWIFT messages generated as part of Letter of Credit? 3. Difference between LC and Guarantee. 4. Difference between Import LC and Export ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. What is your Qualification?

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

There is a test where you build data pipeline

Round 2 - Technical 

(1 Question)

  • Q1. Streaming use case with spark
  • Ans. 

    Spark can be used for real-time data processing in streaming use cases.

    • Spark Streaming allows for processing real-time data streams.

    • It can handle high-throughput and fault-tolerant processing.

    • Examples include real-time analytics, monitoring, and alerting.

  • Answered by AI

Skills evaluated in this interview

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Over all your product experience
Round 2 - Technical 

(1 Question)

  • Q1. Specific to your domain

Interview Preparation Tips

Interview preparation tips for other job seekers - HR round

IT Analyst Interview Questions asked at other Companies

Q1. 1. What is interface how to use? 2. Tell me a small example for interface? 3. How to managing the Error Logging system at your application 4. How you implement Security at your application 5. What are the Joins why we use joins in sql serve... read more
View answer (1)

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)

Angular Frontend Developer Interview Questions & Answers

user image Nageshwar Rao Nakka

posted on 11 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Its all about CSS, JS

Angular Frontend Developer Interview Questions asked at other Companies

Q1. How to implement interfaces without methods?
View answer (1)

Get interview-ready with Top Freshworks Interview Questions

Senior staff machine learning engineer Interview Questions & Answers

user image Vikram Kalabi

posted on 26 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions about LLM Applications

Graduate Trainee-customer support Interview Questions & Answers

user image User S

posted on 31 Dec 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

They splitted us into groups and ask to discuss about some general topic

Round 2 - HR 

(2 Questions)

  • Q1. What do you know about Freshworks
  • Q2. About fresh products
Round 3 - Technical 

(2 Questions)

  • Q1. Product based tech questions
  • Q2. DHCP DNS API configuration

Test Analyst Interview Questions & Answers

user image Anonymous

posted on 22 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Technical questions project

Round 2 - Technical 

(1 Question)

  • Q1. Write program to find duplicate elements from array
  • Ans. 

    Program to find duplicate elements from array of strings

    • Iterate through the array and store elements in a HashMap with element as key and count as value

    • Check if count of any element is greater than 1, then it is a duplicate

  • Answered by AI

Skills evaluated in this interview

Test Analyst Interview Questions asked at other Companies

Q1. Automation Testing QuestionWhat’s the difference between manual testing and automated testing?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Experience, Location, Salary Details, Qualification and Notice Period
Round 2 - One-on-one 

(4 Questions)

  • Q1. Experience, Targets, Reporting Manager, Industries, Successes and Failures.
  • Q2. Family Background
  • Q3. Experience in team management
  • Q4. Year by Year Target Achievement

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep the conversation candid and be true to yourself during the conversation. Keep the conversation open-ended and do feel free to ask all the relevant questions to clarify your doubts prior to joining

Senior Accounts Executive Interview Questions asked at other Companies

Q1. How To Prepare Cash Flow, What Is GR-IR, Which Type of Invoice Booking Has Done, What TDS Rate Do You Know.
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

First round is coding round

Round 2 - Technical 

(1 Question)

  • Q1. This round include basic understanding of oops, dbms, and leetcode coding problems.

Top Freshworks Graduate Trainee Interview Questions and Answers

Q1. Valid ParenthesesYou're given string ‘STR’ consisting solely of “{“, “}”, “(“, “)”, “[“ and “]” . Determine whether the parentheses are balanced. Input Format: The first line contains an Integer 'T' which denotes the number of test cases or... read more
View answer (2)

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)

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
185 salaries
unlock blur

₹5.5 L/yr - ₹17 L/yr

Lead Software Engineer
179 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