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

      Confluent

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Confluent reviews | Confluent jobs | Confluent salaries | Confluent benefits
      Confluent interviewsConfluent Software Engineer - Front End interviewsConfluent 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.

      Software Engineer - Front End Interview

      13 Sept 2018
      Anonymous interview candidate
      Palo Alto, CA
      Declined offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 1 week. I interviewed at Confluent (Palo Alto, CA) in Aug 2018

      Interview

      I applied for a front end position (with a few years exp.) online and promptly got an email from Confluent's recruiting team. I then set up a ~60 min technical online/phone screen at my convenience with a Confluent engineer. The phone screen is standard JavaScript stuff. I had to implement some commonly seen utility function. The onsite interview was also pretty standard. At a high level, mine consisted of: - 1 general algorithm problem(s) interview - 1 system design interview + some html/css - lunch with a couple team members (not an interview) - 1 front end focused (build a resuable component in native JS or your framework of choice) interview - 1 general interview/discussion with Director of Engineering Overall, I had a very positive impression of Confluent. The Palo Alto office looks pretty new and modern (had a few dogs too!), and the product seems to have plenty of interesting engineering challenges. Unfortunately I had another exciting offer at the time that I went with, but Confluent seems like a cool place to work.
      3

      Other Software Engineer - Front End interview reviews for Confluent

      Front End Developer Interview

      14 Jan 2026
      Anonymous interview candidate
      Austin, TX
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at Confluent (Austin, TX)

      Interview

      Initial recruiter call, frontend coding challenge, JavaScript and React questions, UI design discussion, system basics, behavioral interview, team fit chat, final manager round, offer decision, feedback, timeline, compensation, onboarding, startdate.

      Interview questions [1]

      Question 1

      They asked me to build an interactive Accordion component, focusing on state management, accessibility, keyboard navigation, and clean, reusable React code.
      Answer question

      Front End Developer Interview

      7 Oct 2024
      Anonymous interview candidate
      Bengaluru
      No offer
      Positive experience
      Difficult interview

      Application

      I applied online. The process took 2 weeks. I interviewed at Confluent (Bengaluru) in Jul 2024

      Interview

      4 rounds all technical 1,2 core typescript all you can think of 3,4 any thing random they will call it system design but it depends on interviewer if he know fe he will ask fe if knows back end than he can ask something else

      Interview questions [1]

      Question 1

      What is prototype then all followup questions to deep dive
      1 Answer

      Front End Software Engineer Interview

      21 Apr 2024
      Anonymous interview candidate
      Austin, TX
      No offer
      Positive experience
      Easy interview

      Application

      I interviewed at Confluent (Austin, TX)

      Interview

      This is an OA description, not a interview. The HackerRank coding challenge will assess your coding fundamentals and algorithms. Once you begin the challenge, you will have 70 minutes to complete it.

      Interview questions [1]

      Question 1

      2 OA question. One is by chair. One is Given two arrays where array 'a' is fixed and array 'b' can be rearranged, for example a: 1,2,3,4,5 and b: 2,6,4,3,5. The objective is to rearrange array 'b' in such a way that as many numbers in 'b' as possible are greater than their corresponding numbers in 'a'. Finally, the sum of numbers in 'b' that are greater than the corresponding numbers in 'a' is calculated. For example, if a: 1,2,3,4,5 and b: 2,3,4,5,6 -> return 2+3+4+5+6.
      Answer question