Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      The Trade Desk

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa The Trade Desk | Vagas da empresa The Trade Desk | Salários da empresa The Trade Desk | Benefícios da empresa The Trade Desk
      Entrevistas da empresa The Trade DeskEntrevistas do cargo de Staff Software Engineer da empresa The Trade DeskEntrevista da empresa The Trade Desk


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Glassdoor LLC. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Glassdoor LLC.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.

      Entrevista para Staff Software Engineer

      26 de fev. de 2023
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência positiva
      Entrevista fácil

      Candidatura

      Candidatei-me por meio de recrutador(a). O processo levou 4 semanas. Fiz uma entrevista na empresa The Trade Desk.

      Entrevista

      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.

      Perguntas de entrevista [1]

      Pergunta 1

      How would you add multi-threading to this program?
      Responder à pergunta

      Outras avaliações de entrevista de vagas de Staff Software Engineer da empresa The Trade Desk

      Entrevista para Staff Software Engineer

      12 de ago. de 2024
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência negativa
      Entrevista difícil

      Candidatura

      O processo levou 4 semanas. Fiz uma entrevista na empresa The Trade Desk.

      Entrevista

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

      Perguntas de entrevista [1]

      Pergunta 1

      (LRU cache project which you refactor)
      Responder à pergunta
      1

      Entrevista para Staff Software Engineer

      29 de jul. de 2024
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência neutra
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. Fiz uma entrevista na empresa The Trade Desk.

      Entrevista

      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

      Perguntas de entrevista [1]

      Pergunta 1

      N-way set associative cache problem
      Responder à pergunta

      Entrevista para Staff Software Engineer

      23 de jun. de 2024
      Candidato(a) sigiloso(a) à entrevista
      Sydney
      Nenhuma oferta
      Experiência negativa
      Entrevista difícil

      Candidatura

      Candidatei-me online. O processo levou 4 semanas. Fui entrevistado pela The Trade Desk (Sydney) em mai. de 2024

      Entrevista

      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.

      Perguntas de entrevista [1]

      Pergunta 1

      Design a system to manage inventory of ads
      Responder à pergunta
      9

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      Amazon
      3.7★Remuneração e benefícios
      avatar
      Google
      4.5★Remuneração e benefícios
      avatar
      Meta
      4.6★Remuneração e benefícios
      avatar
      Booking.com
      4.2★Remuneração e benefícios