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

      Laserfiche

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Laserfiche | Empleos en Laserfiche | Sueldos en Laserfiche | Prestaciones en Laserfiche
      Entrevistas en LaserficheEntrevistas para el cargo de Software Engineer/Mobile Developer en LaserficheEntrevista en Laserfiche


      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
      AttackIQ
      4.4★Remuneración y prestaciones
      avatar
      Riba&Carod Associats
      4.4★Remuneración y prestaciones

      Entrevista para Software Engineer/Mobile Developer

      14 abr 2017
      Candidato de entrevista anónimo
      Long Beach, CA

      Otras evaluaciones sobre las entrevistas para el cargo de Software Engineer/Mobile Developer en Laserfiche

      Entrevista para Software Engineer, Mobile

      8 oct 2011
      Candidato de entrevista anónimo
      Long Beach, CA
      Sin ofertas
      Sin ofertas
      Experiencia positiva
      Entrevista fácil

      Solicitud

      Me postulé en línea. El proceso tomó 1 semana. Acudí a una entrevista en Laserfiche (Long Beach, CA) en abr 2017

      Entrevista

      I interviewed for Laserfiche. The interview process started with an HR call, I was asked some technical questions along with general questions about my experience. After a week into the interview I was told they have hired someone who is the right fit for the position.

      Preguntas de entrevista [1]

      Pregunta 1

      Few questions like polymorphism , Inheritance, difference between stack and queue and also they might ask you to tell a psuedo code of a program.
      Responder pregunta
      Experiencia negativa
      Entrevista fácil

      Solicitud

      Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Laserfiche (Long Beach, CA) en sep 2011

      Entrevista

      Phone interview where they pushed the free lunch and employee programs hard. After the first interview I had to complete a programming problem and case study. I have no idea why they didn't like me.

      Preguntas de entrevista [2]

      Pregunta 1

      What is a virtual destructor?
      Responder pregunta

      Pregunta 2

      Programming problem: You are developing an algorithm for dispensing stamps for a postage stamp vending machine. Write a function that will return the minimum number of stamps for a given value. Assume that there will always be a one cent stamp in the machine. The function prototype looks like: int min_number_of_stamps ( const int* array, /* input array of sorted stamp values */ size_t array_size, /* number of elements in array */ int request /* desired value to of stamps */ ); The function will return the minimum number of stamps for a given value. As an example, if the array was [90,30,24,15,12,10,5,3,2,1] and the request was "32", the output should be "2", one 30 cent stamp and one 2 cent stamp. Things to keep in mind: 1. Assume that a junior programmer is going to read your code. You should include comments and any other aides that you use to communicate your code to other developers. 2. Optimize code for speed. 3. The code should compile and work. Please send it as an attached text file. 4. The code should work for countries with high denomination values where stamp values of 1000 or 9000 are common. 5. Although you are free to use any compiler, the target compiler is Microsoft Visual Studio 2008.
      Responder pregunta
      1