Upload Button Icon Add office photos

Filter interviews by

Freshworks Senior Front end Developer Interview Questions and Answers

Updated 2 Jan 2025

Freshworks Senior Front end Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Medium DSA leet code

Round 2 - Technical 

(2 Questions)

  • Q1. Js closures, polyfills
  • Q2. React based questions

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

The first round of the coding test in JavaScript was conducted through karat.io.

Round 2 - Coding Test 

During the browser coding round, the interviewer asked to build a component using ReactJS. This exercise was designed to assess your fundamental understanding of HTML, CSS, and React state management.

Round 3 - Case Study 

The third round was conducted to evaluate your JavaScript skills. The interviewer presented a code block and requested you to retrieve and handle the data. This round aimed to assess your understanding of API fetching and promise concepts.

Round 4 - Assignment 

The fourth round was the System Design Round, during which I was tasked with designing a JIRA ticketing system.

Interview Preparation Tips

Interview preparation tips for other job seekers - The fifth round focused on Values and Ethics, during which basic work ethics were discussed. Subsequently, the Managerial Round took place, where the interviewer asked questions related to my previous experiences, such as how I handled complex issues, among others.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

CBT-based assessments in aptitude and pseudocode for the MCA program.

Round 2 - Technical 

(5 Questions)

  • Q1. React development basic questions
  • Q2. Basic html, css, js
  • Q3. Basic JSX and introduction of react
  • Q4. Basic state management like useState, useeffect, usecontext
  • Q5. Redux for global state management

Interview Preparation Tips

Interview preparation tips for other job seekers - As a newcomer, always rely on the fundamentals of various technologies such as Java, HTML, CSS, and JavaScript.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Maintain a good communication to the hr

Round 2 - Technical 

(5 Questions)

  • Q1. Questions from your resume and projects
  • Q2. Difference between elements and tags
  • Ans. 

    Elements are individual components of a web page, while tags are used to define the structure of elements in HTML.

    • Elements are the actual components on a web page, such as headings, paragraphs, images, etc.

    • Tags are used to define the structure of elements in HTML, such as

      for a heading or

      for a paragraph.

    • Elements can have attributes that provide additional information or functionality, while tags do not.

Answered by AI
  • Q3. Uses of functions in js
  • Ans. 

    Functions in JavaScript are used to define reusable blocks of code that can be called multiple times.

    • Functions can be used to perform specific tasks or calculations.

    • Functions can be passed as arguments to other functions.

    • Functions can be assigned to variables or properties of objects.

    • Functions can be used to create closures for encapsulating data.

    • Functions can be used to create custom methods for objects.

  • Answered by AI
  • Q4. Uses of get elementbyId in js
  • Ans. 

    getElementById is used in JavaScript to access and manipulate an element in the DOM by its unique ID.

    • Used to retrieve a specific element from the DOM by its ID

    • Allows for manipulation of the element's properties, styles, and content

    • Commonly used in event handling and dynamic content updates

  • Answered by AI
  • Q5. Typesof cssess ?
  • Ans. 

    There are three types of CSS: inline, internal, and external.

    • Inline CSS is applied directly to an HTML element using the style attribute.

    • Internal CSS is defined within the head section of an HTML document using the style tag.

    • External CSS is stored in a separate file and linked to the HTML document using the link tag.

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be confident at what you have

    Skills evaluated in this interview

    Interview experience
    2
    Poor
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (2 Questions)

    • Q1. Basic react questions
    • Q2. Basic js questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - they wont tell the reason if they reject u even though u clear the interview i
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. JavaScript deep concept, React coding , LifeCycle
    Interview experience
    3
    Average
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Naukri.com and was interviewed in Jul 2023. There were 2 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 - Technical 

    (2 Questions)

    • Q1. What is javascript?
    • Ans. 

      JavaScript is a high-level, interpreted programming language that is used to make web pages interactive and dynamic.

      • JavaScript is commonly used for client-side web development.

      • It can be used to create interactive features like forms, animations, and dynamic content.

      • JavaScript can also be used for server-side development with Node.js.

    • Answered by AI
    • Q2. Types of variable in JavaScript
    • Ans. 

      Types of variables in JavaScript include var, let, and const.

      • var: globally scoped or function scoped

      • let: block scoped, can be reassigned

      • const: block scoped, cannot be reassigned

    • Answered by AI

    Skills evaluated in this interview

    I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.

    Round 1 - One-on-one 

    (2 Questions)

    • Q1. Implement a calculator class which does this cal.add(2).sub(3).mul(4).delay(2000).add(4) etc
    • Ans. 

      Implement a calculator class with chaining methods and delay function.

      • Create a Calculator class with add, sub, mul methods that return the instance of the class.

      • Implement a delay method that uses setTimeout and returns the instance of the class.

      • Use a queue to store the operations and execute them in order after the delay.

      • Return the result of the operations when the equals method is called.

    • Answered by AI
    • Q2. Problems on Array and bit manipulation. Questions on setTimeout() and bind functions. Polyfill for Promise function currying add(1)(2)(3)(4) etc
    Round 2 - One-on-one 

    (1 Question)

    • Q1. Given a nested checkboxes like parents > children > childre etc write javascript code such that on click of any checkbox all its children should get updated to same value as that parent.

    Interview Preparation Tips

    Topics to prepare for Nutanix Front end Developer interview:
    • DSA
    • Javascript
    • React.Js
    Interview preparation tips for other job seekers - Brush up well with javascript. Polyfills for all the methods, DSA, setTimeout() call, bind, apply method.

    Skills evaluated in this interview

    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

    Round 1 - One-on-one 

    (2 Questions)

    • Q1. Create a tic tac toe game taking number of boards as a parameter
    • Ans. 

      Create a tic tac toe game with customizable number of boards.

      • Accept number of boards as a parameter

      • Create a 3x3 grid for each board

      • Implement logic to check for winning combinations on each board

    • Answered by AI
    • Q2. Create a feature flag component
    • Ans. 

      Feature flag component to control feature toggling in the application

      • Create a component that accepts a feature flag name as prop

      • Check if the feature flag is enabled or disabled

      • Render the component content based on the feature flag status

    • Answered by AI

    Skills evaluated in this interview

    UI UX Developer Interview Questions & Answers

    Chetu user image Manmohan Sharma

    posted on 2 Oct 2023

    Interview experience
    1
    Bad
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
    View all tips
    Round 2 - Aptitude Test 

    Aptitude test plus reasoning with basic HTML, CSS and JS questions - online through screen share

    Round 3 - Technical 

    (1 Question)

    • Q1. Didn't receive call after confirming the scheduled time

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Got cleared in first round, HR confirmed for 2nd round and never shows up. This happened few times.

    Freshworks Interview FAQs

    How many rounds are there in Freshworks Senior Front end Developer interview?
    Freshworks interview process usually has 2 rounds. The most common rounds in the Freshworks interview process are Coding Test and Technical.
    What are the top questions asked in Freshworks Senior Front end Developer interview?

    Some of the top questions asked at the Freshworks Senior Front end Developer interview -

    1. Js closures, polyfi...read more
    2. React based questi...read more

    Tell us how to improve this page.

    Freshworks Senior Front end Developer Interview Process

    based on 1 interview

    Interview experience

    5
      
    Excellent
    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
     • 801 Interviews
    Zoho Interview Questions
    4.3
     • 512 Interviews
    Globant Interview Questions
    3.9
     • 170 Interviews
    View all
    Freshworks Senior Front end Developer Salary
    based on 5 salaries
    ₹20 L/yr - ₹32 L/yr
    78% more than the average Senior Front end Developer Salary in India
    View more details

    Freshworks Senior Front end Developer Reviews and Ratings

    based on 1 review

    4.0/5

    Rating in categories

    3.0

    Skill development

    5.0

    Work-life balance

    4.0

    Salary

    3.0

    Job security

    4.0

    Company culture

    3.0

    Promotions

    4.0

    Work satisfaction

    Explore 1 Review and Rating
    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