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

      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

      Spacetime Studios

      ¿Esta es tu empresa?

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Spacetime Studios | Ofertas de empleos en Spacetime Studios | Sueldos en Spacetime Studios | Beneficios en Spacetime Studios
      Entrevistas de Spacetime StudiosEntrevistas para el puesto de Game Programmer en Spacetime StudiosEntrevista de Spacetime Studios


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

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

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      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 de primera mano.

      Búsquedas de empleo

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

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      Honeywell
      4.0★Remuneración y beneficios
      avatar
      Apple
      4.2★Remuneración y beneficios
      avatar
      DONE by NONE
      3.8★Remuneración y beneficios
      avatar
      HubSpot
      3.6★Remuneración y beneficios

      Entrevista de Game Programmer

      25 abr 2015
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia positiva

      Otras opiniones sobre las entrevistas para el puesto de Game Programmer en Spacetime Studios

      Entrevista de Game Programmer

      11 mar 2015
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Solicité el puesto en persona. El proceso duró 3 semanas. Acudí a una entrevista en Spacetime Studios en oct 2014

      Entrevista difícil

      Solicitud

      Envié una solicitud electrónica. El proceso duró 2 semanas. Acudí a una entrevista en Spacetime Studios en abr 2015

      Entrevista

      They send you a brief programming test where you need to design a game system that shows you have good Object-Oriented design skills and can write C++ code using best practices. If successful, they invite you for 30-60 minute phone interview to learn more about your depth of knowledge of OO/C++. They're very friendly and don't ask any mean trick questions, but many of their questions are tricky if you don't have a solid understanding of the internals of C++ compile/runtime behavior. They keep a very clean code base and expect high quality code. Expect a broad range of questions pertaining to the internal workings of C/C++11, especially with respect to object-orientation.

      Preguntas de entrevista [1]

      Pregunta 1

      Given an object of type Base with a value of type Derived (where Derived is derived from Base) is there ever a time where calling a virtual method on the object would present unusual behavior even if the method is bug-free on the Derived class?
      1 respuesta
      1

      Entrevista

      Received a C++ programming assessment where one had to implement a particular game system with some constraints (e.g., extensible, usable for MMOG environments, etc). With few limitations, I ended up coding more than probably what was necessary (about 600 lines of code) to demonstrate the system working for multiple players. Even with a sizable code submission, I received comments from the reviewer within the next day. Unfortunately, I did not receive an invite for a follow-up interview. I received great feedback on my submission with much of the focus being on details within the submission (e.g., not enough "const" parameters, failure to use virtual destructors). I even got some criticisms on the test code needed to instantiate the demo! In all, a thorough evaluation with useful data I could take back in preparation for future programming assessments. Definitely gave the impression they have rigid coding standards they want to see expressed by their candidates.

      Preguntas de entrevista [1]

      Pregunta 1

      Create a "spell casting" system for use in a multi-player game. System must be able to support multiple spells, but for the demo create a spell that goes into effect after a set cast time. System must be able to handle when targeted players are no longer available.
      Responder pregunta
      2