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

      888 Spectate

      ¿Esta es tu empresa?

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre 888 Spectate | Ofertas de empleos en 888 Spectate | Sueldos en 888 Spectate | Beneficios en 888 Spectate
      Entrevistas de 888 SpectateEntrevistas para el puesto de Software Engineer en 888 SpectateEntrevista de 888 Spectate


      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.

      Entrevista de Software Engineer

      25 oct 2023
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia negativa
      Entrevista normal

      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

      Otras opiniones sobre las entrevistas para el puesto de Software Engineer en 888 Spectate

      Entrevista de Software Engineer

      24 jun 2022
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia positiva
      Entrevista normal

      Solicitud

      Solicité el puesto a través de una agencia de empleo. El proceso duró 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!

      Entrevista de Software Engineer

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

      Solicitud

      Solicité el puesto a través de un captador. 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