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

      Cequint

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Cequint | Empleos en Cequint | Sueldos en Cequint | Prestaciones en Cequint
      Entrevistas en CequintEntrevistas para el cargo de Software Integration Engineer en CequintEntrevista en Cequint


      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
      Intel Corporation
      3.7★Remuneración y prestaciones
      avatar
      Apple
      4.2★Remuneración y prestaciones
      avatar
      NVIDIA
      4.6★Remuneración y prestaciones
      avatar
      Qualcomm
      4.0★Remuneración y prestaciones

      Entrevista para Software Integration Engineer

      20 de ago de 2011
      Candidato de entrevista anónimo
      Seattle, WA
      Sin ofertas
      Experiencia neutra
      Entrevista fácil

      Solicitud

      Me postulé en línea. El proceso tomó 2 días. Acudí a una entrevista en Cequint (Seattle, WA) en ago 2011

      Entrevista

      The hiring manager saw my resume in their system and thought I was a very good match. She contacted me by email to set up an initial phone interview. This interview consisted of verifying essential points on my resume. It was a very basic interview and she was very pleasant to chat with. After this first interview she set me up to phone-interview the hiring manager the next day. The next interview was technical and also by phone.

      Preguntas de entrevista [2]

      Pregunta 1

      Given the class: CStudent { char *name char grade }; There are 1 million objects... a) what is the fastest way to sort by grade (primary sort) and name (secondary sort) ? b) what is the fastest way to sort by name ? c) Order notation... what is the time required to sort by name ?
      1 respuesta

      Pregunta 2

      Given the class: CNode { int data node *next }; There are 5 nodes: pHead -> Node(data=1) -> Node(data=2) -> Node(data=3) -> Node(data=4) -> Node(data=5) -> null a) describe how to delete the node with data == 4 b) given that pHead=next.next, what node does pHead point to ? c) given just the head pointer, is it possible to print out the data in the entire list? How ?
      1 respuesta