Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Confluent (Palo Alto, CA) nel mese di ago 2018
Colloquio
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
Esperienza positiva
Colloquio nella media
Candidatura
Ho sostenuto un colloquio presso Confluent (Austin, TX)
Colloquio
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.
Domande di colloquio [1]
Domanda 1
They asked me to build an interactive Accordion component, focusing on state management, accessibility, keyboard navigation, and clean, reusable React code.
Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Confluent (Bengaluru) nel mese di lug 2024
Colloquio
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
Domande di colloquio [1]
Domanda 1
What is prototype then all followup questions to deep dive
Ho sostenuto un colloquio presso Confluent (Austin, TX)
Colloquio
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.
Domande di colloquio [1]
Domanda 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.