Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Laserfiche

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Laserfiche reviews | Laserfiche jobs | Laserfiche salaries | Laserfiche benefits
      Laserfiche interviewsLaserfiche Software Engineer, Mobile interviewsLaserfiche interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Software Engineer, Mobile Interview

      8 Oct 2011
      Anonymous interview candidate
      Long Beach, CA

      Other Software Engineer, Mobile interview reviews for Laserfiche

      Software Engineer/Mobile Developer Interview

      14 Apr 2017
      Anonymous interview candidate
      Long Beach, CA
      No offer
      No offer
      Negative experience
      Easy interview

      Application

      I applied online. The process took 2 weeks. I interviewed at Laserfiche (Long Beach, CA) in Sept 2011

      Interview

      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.

      Interview questions [2]

      Question 1

      What is a virtual destructor?
      Answer question

      Question 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.
      Answer question
      1
      Positive experience
      Easy interview

      Application

      I applied online. The process took 1 week. I interviewed at Laserfiche (Long Beach, CA) in Apr 2017

      Interview

      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.

      Interview questions [1]

      Question 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.
      Answer question