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

      Laserfiche

      ¿Esta es tu empresa?

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Laserfiche | Ofertas de empleos en Laserfiche | Sueldos en Laserfiche | Beneficios en Laserfiche
      Entrevistas de LaserficheEntrevistas para el puesto de Software Engineer/Mobile Developer en LaserficheEntrevista de Laserfiche


      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
      SAP
      3.9★Remuneración y beneficios
      avatar
      Cisco
      4.0★Remuneración y beneficios
      avatar
      ADP
      3.5★Remuneración y beneficios
      avatar
      Autodesk
      4.0★Remuneración y beneficios

      Entrevista de Software Engineer/Mobile Developer

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

      Otras opiniones sobre las entrevistas para el puesto de Software Engineer/Mobile Developer en Laserfiche

      Entrevista de Software Engineer, Mobile

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

      Solicitud

      Envié una solicitud electrónica. El proceso duró 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

      Envié una solicitud electrónica. El proceso duró 2 semanas. Acudí a una entrevista en Laserfiche (Long Beach, CA) en sept 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