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
      employer logo
      employer logo

      The Trade Desk

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur The Trade Desk | Offres d’emploi chez The Trade Desk | Salaires chez The Trade Desk | Avantages sociaux chez The Trade Desk
      Entretiens chez The Trade DeskEntretiens d’embauche pour Staff Software Engineer chez The Trade DeskEntretien chez The Trade Desk


      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.

      Entretien pour Staff Software Engineer

      26 févr. 2023
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien facile

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 4 semaines. J'ai passé un entretien chez The Trade Desk

      Entretien

      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.

      Questions d'entretien [1]

      Question 1

      How would you add multi-threading to this program?
      Répondre à cette question

      Autres retours d’entretien d’embauche pour un poste comme Staff Software Engineer chez The Trade Desk

      Entretien pour Staff Software Engineer

      12 août 2024
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience négative
      Entretien difficile

      Candidature

      Le processus a pris 4 semaines. J'ai passé un entretien chez The Trade Desk

      Entretien

      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...

      Questions d'entretien [1]

      Question 1

      (LRU cache project which you refactor)
      Répondre à cette question
      1

      Entretien pour Staff Software Engineer

      29 juil. 2024
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez The Trade Desk

      Entretien

      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

      Questions d'entretien [1]

      Question 1

      N-way set associative cache problem
      Répondre à cette question

      Entretien pour Staff Software Engineer

      23 juin 2024
      Candidat à l'entretien anonyme
      Sydney
      Aucune offre
      Expérience négative
      Entretien difficile

      Candidature

      J'ai postulé en ligne. Le processus a pris 4 semaines. J'ai passé un entretien chez The Trade Desk (Sydney) en mai 2024

      Entretien

      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.

      Questions d'entretien [1]

      Question 1

      Design a system to manage inventory of ads
      Répondre à cette question
      9

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

      avatar
      Google
      4.5★Rémunération et avantages
      avatar
      Amazon
      3.7★Rémunération et avantages
      avatar
      Meta
      4.6★Rémunération et avantages
      avatar
      Despegar.com
      3.6★Rémunération et avantages