Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      HubSpot

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su HubSpot | Offerte di lavoro di HubSpot | Stipendi di HubSpot | Benefit di HubSpot
      Colloqui di HubSpotColloqui per Senior Software, Engineer Frontend presso HubSpotColloquio di HubSpot


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      Digital Natives
      4.4★Stipendio e benefit

      Colloquio per Senior Software, Engineer Frontend

      14 set 2017
      Candidato anonimo a colloquio
      Dublino, Dublino

      Altre recensioni di colloqui per Senior Software, Engineer Frontend presso HubSpot

      Colloquio per Senior Frontend Developer

      23 nov 2023
      Candidato anonimo a colloquio
      Berlino
      Nessuna offerta
      Nessuna offerta
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite segnalazione di un dipendente. Ho sostenuto un colloquio presso HubSpot (Dublino, Dublino) nel mese di set 2017

      Colloquio

      The interview process was very transparent with HubSpot. The technical recruiter I had was great, and did a great initial call with myself which took about 30 minutes. He explained the structure of HubSpot, about their products, and where they were looking to go in the near future. They provide links to great blog posts that give you a feel for the process as well as the company. After a screening call with the recruiter you are given a take home test, which you have 3 hours to get a successful 200 status code back from the API endpoint they provide. Without outlining in a lot of detail what the test was like (so as not to give it away on HubSpot), it involves handling HTTP requests & some data manipulation and parsing (sorting, structuring etc). Once you achieve the 200 status back from the server, you have as much time as you need to cleanup code, make it more idiomatic and functional, after which you submit it to a link provided by the recruiter upon success. Advice on this part is to focus on getting the correct payload to send to the API first before creating elaborate algorithms and data structures as the 200 success is the primary scenario they care about at this point. After successfully completing the take home test within the limits, I was invited in for a 4 hour interview. It comprised of meeting the recruiter, an interview with the Director of Engineering, 3 x Software Engineers, and ended with the recruiter again. The initial few questions with the first software engineer weren't difficult, however the questions increase in difficulty slightly after each one. My second software engineer interview was around a small coding challenge. They are looking to see what data structures you used and the way you use them here, so be careful not to get too relaxed with writing throwaway code. Not necessarily crazy complex paradigms, but just be mindful of what you are using and why you are using it. Despite getting the method to work within the interview, my code could have been more thought-out and efficient (based on feedback). Listen out for tips, as the interviewer will give them, I just didn't have the wherewithal to apply them. My last software engineer interview was with a predominantly front-end engineer. You are given option of working with vanilla JS or JQuery, I chose vanilla JS. It was wiring up some small enough functions to the DOM via event listeners. There is some HTML and CSS involved here, but if you have a professional grasp of that, you will do just fine. All members of HubSpot allow for chat at the start and question at the end of each of their allotted time, and I had the privilege of having some very nice people interview me. After completing the onsite interview, you get a tour of the office. The recruiter will generally get in touch with you within about 3-4 days. In my case he called with the feedback, despite not being offered the position, which although disappointing, was a nice personal touch. Many companies would let you down via automated email, but the feedback is detailed and well worth taking onboard.

      Domande di colloquio [1]

      Domanda 1

      Create a memoisation method for caching
      1 risposta
      avatar
      Risposta di HubSpot
      8y
      Thanks so much for such a comprehensive review, which will be hugely helpful to candidates reading this in the future. I'm glad you found the process to be so thorough and that, in spite of the outcome, you received such thoughtful and specific feedback from your recruiter. Best wishes in your job search! Best, Becky
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso HubSpot (Berlino) nel mese di ott 2023

      Colloquio

      - HR call - 30m - online (but using your own IDE) home assignment - 3h - algorithms 1h - system design 1h - java script 1h - behaviour interview ~1h rejection (in my case) - HR call with very constructive and detailed feedback - 15min Polite people. Interesting and well prepared home assignment! Interesting interviews, not very hard, but cover many topics. The best feedback I've ever seen! All questions have been listed here on Glassdoor. I didn't believe that everything could be the same, so my mistake was not to learn it, but to try to prepare in the usual way. Just do this and 80% of those interviews will be covered!

      Domande di colloquio [3]

      Domanda 1

      For behaviour interview questions were slightly changed, but same topics. E.g. "Tell me about a time when you had a different opinion about a technical approach to solving a problem than your colleague"
      Rispondi alla domanda

      Domanda 2

      For design system I had a task to design a particular module for "existing" system. There was a rough design and my task was to create a document (e.g. for another team) with tech description. E.g. features, future plans, APIs, types (TS), think about possible problems and ways to cover them. Only from FE point of view, so no DB, latency questions, etc
      Rispondi alla domanda

      Domanda 3

      Frontend and algorithms are exactly the same as were described here before. FE: addCommas fn and logger with prod mode ALG: merge two arrays with conditions (maybe something else, but I failed this one. The problem is really easy one (like easy level leetcode problem) just be careful with edge cases
      Rispondi alla domanda
      1

      Colloquio per Senior Software Engineer - Frontend

      30 ago 2022
      Candidato anonimo a colloquio
      Berlino
      Nessuna offerta
      Esperienza negativa
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 3 mesi. Ho sostenuto un colloquio presso HubSpot (Berlino) nel mese di ago 2022

      Colloquio

      I applied for Hubspot towards the end of May, within a week I get an email to arrange a recruiter call (which was about 30 mins). The recruiter sends me the 1st take-home exercise which I submitted within a week. The take-home exercise is very straightforward. It needs some basic knowledge of data structures and how to consume an API. After 3-4 weeks of waiting, they tell me that I aced the exercise but that they're evaluating their H2 hiring and that they'd reach out in 1 week to proceed with the next interview. Since then 5 more weeks went by and they have completely ghosted me. I've reached out and got no answer. That's no way to treat a candidate, you should at least let them know you have a hiring freeze (if that's the case?) .

      Domande di colloquio [1]

      Domanda 1

      First take-home tech task requires some basic data structure & algorithm knowledge and how to consume an API.
      Rispondi alla domanda

      Colloquio per Senior Frontend Developer

      13 lug 2022
      Candidato anonimo a colloquio
      New York, NY
      Nessuna offerta
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite un'altra fonte. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso HubSpot (New York, NY) nel mese di giu 2022

      Colloquio

      Initial phone screen, then a 3 hour take home coding challenge. If successful you'll schedule the interviews with the recruiter. I had 4 one hour long rounds of interviews. 2 live coding interviews (Javascript), 1 with the hiring manager (behavioral questions), 1 system design interview.

      Domande di colloquio [1]

      Domanda 1

      Tell me about a time when you took ownership
      Rispondi alla domanda