Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo

      autarc

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur autarc | Offres d’emploi chez autarc | Salaires chez autarc | Avantages sociaux chez autarc
      Entretiens chez autarcEntretiens d’embauche pour Software Lead chez autarcEntretien chez autarc


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      IBM
      3.6★Rémunération et avantages
      avatar
      Deloitte
      3.5★Rémunération et avantages
      avatar
      TP
      4.3★Rémunération et avantages
      avatar
      KPMG
      3.6★Rémunération et avantages

      Entretien pour Software Lead

      17 sept. 2025
      Candidat à l'entretien anonyme
      Berlin
      Offre refusée
      Expérience négative
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 1 semaine. J'ai passé un entretien chez autarc (Berlin) en sept. 2025

      Entretien

      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.

      Questions d'entretien [1]

      Question 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.
      Répondre à cette question