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

      AppNexus

      Fait partie de Xandr

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur AppNexus | Offres d’emploi chez AppNexus | Salaires chez AppNexus | Avantages sociaux chez AppNexus
      Entretiens chez AppNexusEntretiens d’embauche pour Quality Engineering Analyst chez AppNexusEntretien chez AppNexus


      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
      Intel Corporation
      3.7★Rémunération et avantages
      avatar
      Apple
      4.2★Rémunération et avantages
      avatar
      Lenovo
      3.8★Rémunération et avantages
      avatar
      Honeywell
      4.0★Rémunération et avantages

      Entretien pour Quality Engineering Analyst

      6 mai 2015
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez AppNexus en avr. 2015

      Entretien

      Phone interview included the introduction of the past work, how do you know AppNexus and why you are interested in this position ( This question is repeated in every step of the interview by everyone - you'd better prepare a good strory ), and how to test a specific object ( you need to consider all of possible input scenery ). Onsite included one non-tech warm-up, three tech interviews and one non-tech with Director and the last with HR. The first two tech interviews were similar, they introduced the business model they used and asked how to test it. The third tech interview was also about algorithm and how to test it, code review of a solution. In sum, all of the testing question need you to answer " what's the possible input? " P.S. the next room also had an interview at the same time, it was about Software Engineering. The code on the board was about consumer and producer, a classic problem in multithreading. Comparing with this question, I can't complain my interview was hard.

      Questions d'entretien [1]

      Question 1

      Onsite: 1. Testing this model. Seller or Publisher <==> AppNexus Sever <==> Buyers or Bidder The highest bidder wins and he/she only need to pay by the second highest bidding + .01, how to test this policy? ( consider all of the cases the policy may fail, for example, all bidding are same, etc ) 2. Algorithm. Give a set of numbers, check if there is a subset whose summation is equal to a given number. First give the idea of your algorithm and then test it. Second, review a solution to this problem and look for bugs. Different from the class DFS, this solution is divide-and-conquer. For example, check (1, 3, 5 ) -> 6 will be divided to check ( 3, 5 ) -> 5.
      Répondre à cette question