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

      The Trade Desk

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su The Trade Desk | Offerte di lavoro di The Trade Desk | Stipendi di The Trade Desk | Benefit di The Trade Desk
      Colloqui di The Trade DeskColloqui per Staff Software Engineer presso The Trade DeskColloquio di The Trade Desk


      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
      Amazon
      3.7★Stipendio e benefit
      avatar
      Google
      4.5★Stipendio e benefit
      avatar
      HENNGE
      3.8★Stipendio e benefit

      Colloquio per Staff Software Engineer

      26 feb 2023
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza positiva
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso The Trade Desk

      Colloquio

      Initially, you get a hacker rank task to complete online. Next, a three-stage interview process begins, the first one is a problem-solving interview based on a hacker-rank-like task which you need to complete with the interviewer. Next is a programming/technical interview to see how you do coding to solve a problem. Finally, you have a system design interview.

      Domande di colloquio [1]

      Domanda 1

      How would you add multi-threading to this program?
      Rispondi alla domanda

      Altre recensioni di colloqui per Staff Software Engineer presso The Trade Desk

      Colloquio per Staff Software Engineer

      12 ago 2024
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza negativa
      Colloquio difficile

      Candidatura

      La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso The Trade Desk

      Colloquio

      1x tech interview where you are given the basics of the problem before hand then the regular 4x Interviews (tech, behavioral, high level system design, low level design) of various quality where you are told you will get feedback at the end of the 4. Some were good, the system design one was particularly bad with a poor communicator which made discussing solutions a real challenge. Took up a lot of my time and got zero feedback after completing all 5 interviews so I guess I didn't get it! Wouldn't tell me the full comp either so it was hard to know if it was worth the trouble. Really insane to just ghost you after making you go through all the hoops. Also you are required in the office 3 days a week...

      Domande di colloquio [1]

      Domanda 1

      (LRU cache project which you refactor)
      Rispondi alla domanda
      1

      Colloquio per Staff Software Engineer

      29 lug 2024
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza neutra
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso The Trade Desk

      Colloquio

      1. Recruiter screen, questions about salary expectations and past work 2. Coding round, Pretty straight forward question and they give you some material in advance to prepare as well so can be achieved on time. It's to do with refactoring mostly and achieving the desired output. I couldn't clear the round

      Domande di colloquio [1]

      Domanda 1

      N-way set associative cache problem
      Rispondi alla domanda

      Colloquio per Staff Software Engineer

      23 giu 2024
      Candidato anonimo a colloquio
      Sydney
      Nessuna offerta
      Esperienza negativa
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso The Trade Desk (Sydney) nel mese di mag 2024

      Colloquio

      I'd love to share my recent interview experience here as I think it'll benefit the future candidates in the community and it would be a good public feedback for the hiring team. I'll try to share my feedback in a respectful way and avoid very specific detail about the interview question. It took 2 weeks between applying and receiving the initial email from recruiter, requesting to book a call with recruiter. This is understandable as the recruiter is likely processing large number of applications. The first round coding interview was scheduled 2 weeks later. From a candidate point of view, this does feel like a very long time. My feedback to the hiring team is please provide up-front ETA and provide candidates regular updates, e.g. we expect the whole process taking 4-6 weeks. In my case no ETA and updates are provided, it just felt very slow. The first round interview is to ask candidate to identify a number of flaws in an existing implementation of a cache. I think this interview is poorly designed. Because it is framed as some very hardcore low-level algorithm problem, however in reality what the interviewer was looking for is to fix some basic software design issues. Fortunately my interviewer reminded me a number of times to not over-think, that has guided me towards the right path. My feedback to the hiring team is that please frame the problem appropriately. What I heard is you ask candidate to re-implement a high performance hash-map but actually you just want to see if the candidate could spot code cohesive issues. My tips for future candidate is please familiar yourself with 'thread' concept in C# or Java, e.g. how to make a piece of code thread-safe. After passing the first round, the next and final phase is called 'panel'. During the panel round there are 2 x coding sessions and 2 x system design sessions. The coding problems are actually quite hard. I tried using dynamic programming to solve one of them but that didn't end up well, as I wasn't able to complete the solution. Now that I'm thinking if I just simply tried a brute force way maybe I could at least solve the problem. I felt my intention to try a more optimised solution didn't score me extra points which is a bit disappointing. For the System Design part, I also feel that the interviewer had something in mind how that system should be designed, and if you come up with something else they don't seem to care much. This is unfortunately the nature of the interview setting, when they don't think you are good enough, they won't even be curious about your solution. The other thing I felt quite disappointed is the interviewer is not trying to help me. In the last system design interview, the interviewer made the problem quite vague, and refuse to help me connecting the dots, I ended up spending a lot of time wondering what he actually wants me to do. Even this person is titled Staff Engineer I felt his communication wasn't on Staff Engineer standard. My suggestion to the hiring team is please mock run your interview with internal staff, check if they actually understand the question you ask, and make sure all the people who conducts the interview have a good communication skill and is able to clearly communicate the problem to the candidate and help candidate clarify.

      Domande di colloquio [1]

      Domanda 1

      Design a system to manage inventory of ads
      Rispondi alla domanda
      9