Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Freshworks

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Freshworks reviews | Freshworks jobs | Freshworks salaries | Freshworks benefits
      Freshworks interviewsFreshworks Software Development Engineer-1 interviewsFreshworks interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Capgemini
      3.7★Compensation and benefits
      avatar
      SAP
      3.9★Compensation and benefits
      avatar
      Cisco
      4.0★Compensation and benefits
      avatar
      Dynatrace
      3.9★Compensation and benefits

      Software Development Engineer-1 Interview

      24 Mar 2018
      Anonymous interview candidate
      Chennai
      No offer
      Neutral experience
      Average interview

      Application

      I applied through an employee referral. The process took 1 week. I interviewed at Freshworks (Chennai) in Mar 2018

      Interview

      It consisted of three technical rounds. Questions were asked from oops, networks, dbms, data structures and algorithms. Questions were pretty basic. So anyone who have solid basics would definitely clear the interview. During prepartion see solutions for questions from glassdoor. It will give an idea of what questions to expect in the interview.

      Interview questions [11]

      Question 1

      Given a linked list, return true if there is a loop in it
      Answer question

      Question 2

      Check whether the given linked list is a palindrome or not.
      Answer question

      Question 3

      Given a string, make a palindrome out of it. If many palindromes can be formed, return any one.
      Answer question

      Question 4

      What happens when you type a url in a browser (request - response cycle)?
      Answer question

      Question 5

      Explain various http methods?
      Answer question

      Question 6

      Mention some of the http status codes
      Answer question

      Question 7

      Difference between a class and a object. What is abstraction and encapsulation.
      Answer question

      Question 8

      Given a perfect square, find the square root of it. (Just pseudo code)
      Answer question

      Question 9

      Find nth node from the end of a linked list.
      Answer question

      Question 10

      Assume there exists an employee table. An employee reports to a manager. Given such a table, how will store the data in table such that, i can get hierarchy of an employee till CEO in a single query. For example if an employee is a software engineer. Assume his hierarchy would be upto CEO can be manager -> VP -> CEO. Tell an efficient way to store the above data, so that hierarchy can be retrieved in a single step.
      Answer question

      Question 11

      Given a list of unbalanced parantheses, make it balanced. But you can only append or prepend parantheses, no other manipulation is allowed.
      Answer question
      12