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

      888 Spectate

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de 888 Spectate | Empleos en 888 Spectate | Sueldos en 888 Spectate | Prestaciones en 888 Spectate
      Entrevistas en 888 SpectateEntrevistas para el cargo de Software Engineer en 888 SpectateEntrevista en 888 Spectate


      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 Engineer

      24 de jun de 2022
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de una agencia de empleos. El proceso tomó 1 día. Acudí a una entrevista en 888 Spectate en jun 2022

      Entrevista

      I secured the interview through a recruitment agency and found the process to be well structured and exactly what I would have expected it to be, in hindsight. The interviewers made everything very comfortable and relaxed, focusing on my goals, the company goals and how I could help them. Round 1: Personal/Professional questions related to my experience and the company. Round 2: Multiple Choice tech questions and a code challenge. I think I did fine on the MC questions but was very underprepared for the code challenge. MC Questions were related to basic programming logic(Python) and included basic questions on SQL and Linux. The tech challenge wasn't difficult(it was in Python), but was enough to throw me for a loop since I didn't expect it. I was stopped at this round. Round 3: As described would have been a "Take-Home" technical challenge that would be reviewed in the next round. Round 4: As described would have been a meet and greet/informal chat about the take home and with other members of the company. In total, the process would have likely taken roughly a week and a half; a couple of days per section. All in all, despite not making it through round 2, the experience chatting with the technical recruiters and the agency I applied through was incredibly positive and, given better prep, is absolutely the kind of place I'd love to pursue in the future.

      Preguntas de entrevista [1]

      Pregunta 1

      What made you take interest in 888?
      Responder pregunta
      avatar
      Respuesta de 888 Spectate
      3y
      Thank you for taking part in our interview process and for your interest in working at 888spectate. We are delighted that you had such a positive experience throughout your interview process with us, as this is one of our main goals here in 888spectate. We believe in skills development/improvement, and for this reason we would welcome the opportunity to interview with you again in the future. In the meantime, we wish you all the best in your career path!

      Otras evaluaciones sobre las entrevistas para el cargo de Software Engineer en 888 Spectate

      Entrevista para Software Engineer

      25 de oct de 2023
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia negativa
      Entrevista promedio

      Solicitud

      Acudí a una entrevista en 888 Spectate

      Entrevista

      After passing the pre-selection phase, they gave me a coding exercise to complete within 5 days. After wasting time to prepare it well, they tell me that my code wasn't updating the events (a table in the database) when all the selections were in an inactive state. Essentially, they didn't even look at the code carefully. I am speechless. I'm pasting the code for the update that they overlooked. Guys, don't waste your time with these people, look elsewhere. You would be disappointed working with such unprofessional individuals. cursor.execute( """ SELECT COUNT(CASE WHEN se.active = FALSE THEN 1 END) AS inactive_count, COUNT(*) AS total_count FROM event e JOIN selection se on e.name = se.event WHERE e.name = %s; """, (event,)) counter_results = cursor.fetchone() if counter_results["inactive_count"] == counter_results["total_count"]: update_query = 'UPDATE event SET active = %s WHERE name = %s' cursor.execute(update_query, (False, event))

      Preguntas de entrevista [1]

      Pregunta 1

      An exercise to to at home
      Responder pregunta

      Entrevista para Software Engineer

      8 de mar de 2019
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia negativa

      Solicitud

      Me postulé a través de un reclutador. Acudí a una entrevista en 888 Spectate

      Entrevista

      Worst interview experience I’ve ever had. First round phone screen. Then they gave me some coding exercises. After I completed that, I was invited to an onsite interview to discuss the program I submitted. The way they asked questions was like treating a criminal. I felt deeply uncomfortable and upset being questioned like that. I was literally crying after the interview and immediately decided I would never work there no matter what.

      Preguntas de entrevista [1]

      Pregunta 1

      Find anagrams
      Responder pregunta
      4