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

      Deepchecks

      Questa è la tua azienda?

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Deepchecks | Offerte di lavoro di Deepchecks | Stipendi di Deepchecks | Benefit di Deepchecks
      Colloqui di DeepchecksColloqui per Software Engineering Team Lead presso DeepchecksColloquio di Deepchecks


      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 Engineering Team Lead

      13 nov 2024
      Candidato anonimo a colloquio
      Tel Aviv
      Nessuna offerta
      Esperienza negativa
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Deepchecks (Tel Aviv) nel mese di ott 2024

      Colloquio

      interviewers lack interpersonal skills. First step is a 30 min zoom call with the recruiter (could have been a 5 min phone talk, even though she is very nice) Second step was a 1.5 hour system design interview with the vp r&d, and a senior dev that joined half way through. The first question was to design a rate limiter, allow X requests from each customerID every minute. You should implement it with Redis and start out with: 1. Fixed-window algorithm (first X requests will take all of the capacity for the rest of the minute, so it's not good) 2. Make it better with a sliding window algorithm (this one will require o(X) for every request, so could be better) 3. Use a leaky bucket algorithm - have a counter for requests, and every minute reduce X from it. After that the senior dev has joined, and we discussed the architecture of something I worked on. He asked a lot of questions about it, which was a good sign. In the end, as we had like 5 minute until the end of the interview, I was asked if "I knew how to design their basic architecture". Then he explained an abstract workflow and asked me to do a system design for it. i thought it was some sort of a bonus question, as we had like 3 minutes until the end of the interview. I suggested a possible architcture, we discussed the bottlenecks and possible solutions, as it was very rushed, i didnt provide the right solution

      Domande di colloquio [1]

      Domanda 1

      1. Design a rate limiter 2. Talk about the architecture of something you did 3. Design their system - gets a lot of requests from their clients that show an input to an LLM, and the output that the client got. Their system needs to verify that the output is safe, so they send it to some external rest API. Then, once the response has been processed, you need to show it to the user in their app in a dashboard of some sort. They ask what the bottleneck is and how would you handle it.
      1 risposta