Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empleadores

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      AppNexus

      Parte de Xandr

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de AppNexus | Empleos en AppNexus | Sueldos en AppNexus | Prestaciones en AppNexus
      Entrevistas en AppNexusEntrevistas para el cargo de Software Developer en AppNexusEntrevista en AppNexus


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

      • Ayuda
      • Pautas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de autorización de cookies

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor", "Worklife Pro", "Bowls" y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Entrevista para Software Developer

      22 feb 2011
      Candidato de entrevista anónimo
      New York, NY
      Sin ofertas
      Experiencia negativa
      Entrevista difícil

      Solicitud

      Me postulé a través de otra fuente. El proceso tomó 1 semana. Acudí a una entrevista en AppNexus (New York, NY) en feb 2011

      Entrevista

      Phone screens were mostly about prior experience, with two technical questions. Then they sent me a programming assignment, which I apparently got wrong. I suggest using STL or some other advanced library. Without context of where the code will run and what the constraints are, it is hard to offer the right solutions or "fit". Here is the actual test: ------------- Please complete the two programming questions below. You can use any IDE you'd like as long as it is written in C or C++ code. We are looking for correctness and creativity. Impress us with your ability to optimize for memory usage and/or speed. Please comment on your design choices, any tradeoffs you make, as well as memory requirements and run time complexity. You will have 2 hours to complete the questions. Good luck! 1. Permutations of a string are defined to be all possible orderings of the characters within the string. For example, the string "cat" has the following permutations: { "cat", "cta","atc","act","tca","tac" }. Write an efficient C/C++ function, generate_permutations(), that will generate all the permutations of a given string. This program is expected to be invoked with the input string as the only parameter and expected to output the results to the standard output. Assumption : If the characters in the string are duplicated, some permutations will be identical, however they are still listed out. For example, "all" will generate the following permutations: { "all","all","lal","lal","lla","lla" }. Function prototype : void generate_permuations(const char* input_string) Test run : Please generate an output for the word “Eyjafjallajokull” (without the double quotes). 1a. Without actually coding the changes, explain how you would modify the above program to print out only the unique strings. For example, "all" would generate only { "all","lal","lla" }. 2. A game of Tic Tac Toe has just been completed. Write a function that prints whether X's or O's have won. The game board is passed in as an array of integers in row-column order. The Number 2 represents X and the number 1 represents O. A zero represents that the space is empty. For example the gameboard below would be represented as int* gameboard = [2,0,1,1,1,0,2,2,2] x - - o ------------------ o - o - ------------------ x - x - x Function Prototype: void tic_tac_toe(int* gameboard)

      Preguntas de entrevista [1]

      Pregunta 1

      What is the hardest thing you ever had to do
      Responder pregunta
      1

      Otras evaluaciones sobre las entrevistas para el cargo de Software Developer en AppNexus

      Entrevista para Software Engineer

      1 jun 2018
      Candidato de entrevista anónimo
      Portland, OR
      Sin ofertas
      Experiencia negativa
      Entrevista fácil

      Solicitud

      Me postulé a través de una agencia de empleos. Acudí a una entrevista en AppNexus (Portland, OR) en may 2018

      Entrevista

      Painfully boring and lengthy phone call. This was not an interview, it was an interrogation. Seriously one of the most boring phone calls I've ever had. The hiring manager seemed like he'd never done an interview in his life.

      Preguntas de entrevista [1]

      Pregunta 1

      Lots of questions about basic javascript stuff, way under my pay grade.
      Responder pregunta

      Entrevista para Software Engineer

      9 abr 2018
      Empleado anónimo
      New York, NY
      Oferta aceptada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de un reclutador. El proceso tomó 4 semanas. Acudí a una entrevista en AppNexus (New York, NY)

      Entrevista

      One phone screen interview and 4 on-site interviews (coding, algorithm oriented & behavioral). Interviews were of average difficulty but dealt a lot with optimized algorithm oriented. Friendly visit to the office, stocked kitchens/cafeteria - Had a fun day interviewing!

      Preguntas de entrevista [1]

      Pregunta 1

      All the questions were average difficulty.
      Responder pregunta

      Entrevista para Software Engineer

      13 mar 2018
      Candidato de entrevista anónimo
      New York, NY
      Sin ofertas
      Experiencia positiva
      Entrevista fácil

      Solicitud

      Me postulé en línea. Acudí a una entrevista en AppNexus (New York, NY) en feb 2018

      Entrevista

      It was a phone screen. I talked to a technical guy, who asked a few reasonable questions. He was polite and patient. I managed to answer the questions. There was also a coding part, which I screwed up -- made a few mistakes on the way. Not to sound like an excuse, but it is probably because it was my first time coding on a white board. The man was patient and helpful. Seems that it is no so bad, when you know how to approach it and usually they help you a bit, because it seems they are also human, not acting like robots. Maybe because of these mistakes I did not get to the next stage, but it is a good lesson for md too -- need to practice apparently.

      Preguntas de entrevista [1]

      Pregunta 1

      Implement one of the string to number conversion functions or number to string on a while board online. Pretty simple for a good 1/2 hour work.
      1 respuesta
      1