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

      autarc

      Questa è la tua azienda?

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su autarc | Offerte di lavoro di autarc | Stipendi di autarc | Benefit di autarc
      Colloqui di autarcColloqui per Software Lead presso autarcColloquio di autarc


      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
      Deloitte
      3.5★Stipendio e benefit
      avatar
      KPMG
      3.6★Stipendio e benefit
      SelfEmployed.com
      3.9★Stipendio e benefit
      avatar
      Amazon
      3.7★Stipendio e benefit

      Colloquio per Software Lead

      17 set 2025
      Candidato anonimo a colloquio
      Berlino
      Offerta rifiutata
      Esperienza negativa
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso autarc (Berlino) nel mese di set 2025

      Colloquio

      They gave me a 2-hour take-home to build a Next.js + Tailwind comment system with CRUD, nesting, persistence in IndexedDB (not localStorage), and optional cross-tab sync via BroadcastChannel. In short: display, add, delete, support replies, and keep it stored across refresh. The challenge itself was trivial. It boils down to representing comments as a tree, and the key design decision is whether to model them as a nested tree structure or as a flat list with parent references. I chose the latter, which is the industry best practice used by Reddit, Hacker News, GitHub Discussions, and many others, precisely because it makes CRUD operations simpler and more performant. Despite this, Autarc did not invite me to an interview or even provide proper feedback on my solution. Instead, they dismissed me with a vague remark about "database design," which I can only assume referred to the data structure choice. Since that was the entire point of the exercise, their response shows a lack of understanding of their own testing criteria. If a company cannot recognize that the flat list model is the pragmatic and scalable way to approach this problem, then it suggests they are inept in evaluating technical trade-offs. My impression from the interviews also matched this: bright people, but lacking pragmatism, too quick to fall in love with reinventing the wheel, and too eager to chase shiny projects with fancy tech rather than building things that actually work.

      Domande di colloquio [1]

      Domanda 1

      Build a simple comment system in react with Tailwind CSS for styling and IndexedDB for persistence (not localStorage). The app should: Display a list of comments Add new comments via a text input Delete comments Support nested replies (comment on comments) Persist comments so they survive refresh/restart Bonus: Implement cross-tab synchronization using the BroadcastChannel API so changes appear across open tabs without refreshing Data model: Each comment has id, text, optional parentId, createdAt, and updatedAt. Goal: Deliver a clean, functional, and maintainable implementation within ~2 hours.
      Rispondi alla domanda