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

      Support.com

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Support.com reviews | Support.com jobs | Support.com salaries | Support.com benefits
      Support.com interviewsSupport.com Product Development Manager interviewsSupport.com 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.

      Product Development Manager Interview

      13 Jul 2012
      Anonymous interview candidate
      Bengaluru
      No offer
      Positive experience
      Easy interview

      Application

      I applied through a staffing agency. The process took 5 days. I interviewed at Support.com (Bengaluru) in Jul 2012

      Interview

      Had 2 round of interviews: 1 telephonic technical discussion and another F2F discussion with the Architect.

      Interview questions [1]

      Question 1

      The 1st round was a telephonic discussion with Architect: 1. What is the optimal way to download a large file from server to your local machine? 2. About Design Patterns. 3. Explain Singleton pattern in detail. Let say a singleton pattern class is created. Another DLL is creating a instance of the Singleton class in 1st Line. In the same file, another instance call is being invoked. Whether it creates a new instance again or the previously created instance would be consumed? 4. Design a Paint Brush application. This is to evaluate the OOPS approach. 5. Download a 9 GB file from the network. 1st 100KB goes into File1, 2nd 100KB goes into File2, 3rd 100KB goes into File 3 and again start storing into File1, 2, 3... What is the optimal way to achieve this? 2nd round was F2F interview with the Architect: 1. Create an OOP Design to achieve the below functionality: Define a array and add necessary functions to achieve the functionalities: a) Find maximum number in the array. b) Add items to array c) Search an item in the array. All these functionality should be written using C or C# (without using any of the .net methods). 2. Create a function IndexOf(Source string, Destination string) which should return the index value. Don't use any of the existing .net methods/properties. Write the algorithm using C or C# 3. Explain the use of delegates in C# and write an example. 4. About different type of sorting algorithms and draw backs of sorting. Note: What I heard from the interviewer is, they are expecting people with C/C++ and C#. The C/C++ with Windows API's usage would be 80% and 20% of C#. Also, they are expecting the people to be good in Data structures and Algorithms.
      Answer question
      2