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

      Fanatics

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Fanatics | Empleos en Fanatics | Sueldos en Fanatics | Prestaciones en Fanatics
      Entrevistas en FanaticsEntrevistas para el cargo de Software Engineer III - IOS en FanaticsEntrevista en Fanatics


      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.

      Las mejores empresas en cuanto a "Remuneración y prestaciones" cerca de ti

      avatar
      Amazon
      3.7★Remuneración y prestaciones
      avatar
      Maze
      4.5★Remuneración y prestaciones

      Entrevista para Software Engineer III - IOS

      13 feb 2023
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia neutra
      Entrevista difícil

      Solicitud

      Me postulé en línea. Acudí a una entrevista en Fanatics en nov 2022

      Entrevista

      Software Engineer III - IOS - Mobile Sportsbook - Recruiter Screening: - General questions about experience & why Fanatics. - Tech Screening: - Algo/ DS Question: - Given a two-dimension array graph the price over time.

      Preguntas de entrevista [1]

      Pregunta 1

      # Overview: # Write a program, in any language, that will display an ASCII chart given the following data # data = {(1,2), (2, 3), (3, 1), (4, 6), (5, 8)}. # You should be able to print the surrounding components of the chart and then place an * where # each data point is specified in the data set. You do not need to print the X and Y legends # but that would be helpful. You are given the max x and max y but if you can calculate that # it would be helpful. # # Online auction graph display # x axis is time # y axis is price # Title item # Given a two-dimension array graph the price over time # # +-----+-----+-----+-----+-----+-----+ # + * + # + + # + * + # $ + + # + + # + * + # + * + # + * + # +-----+-----+-----+-----+-----+-----+ # time # # max x = 5 # max y = 8 # data = {(1,2), (2, 3), (3, 1), (4, 6), (5, 8)}
      Responder pregunta
      2