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

      Doctor Insta

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Doctor Insta reviews | Doctor Insta jobs | Doctor Insta salaries | Doctor Insta benefits
      Doctor Insta interviewsDoctor Insta Systems Developer/Python Developer interviewsDoctor Insta 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.

      Top companies for "Compensation and Benefits" near you

      avatar
      Bupa
      3.9★Compensation and benefits
      avatar
      The Cigna Group
      3.5★Compensation and benefits
      avatar
      McKesson
      3.7★Compensation and benefits
      avatar
      Helping Hands Home Care
      4.1★Compensation and benefits

      Systems Developer/Python Developer Interview

      13 Feb 2019
      Anonymous interview candidate
      Gurgaon, Haryana
      No offer
      Positive experience
      Average interview

      Application

      I applied through an employee referral. I interviewed at Doctor Insta (Gurgaon, Haryana) in Feb 2019

      Interview

      I've applied through referral. An assignment containing 2 programs have been given to me and i had to submit it with in 3 days. Then , I have been called for interview . Well, a written test was conducted containing basic python questions. After passing that interviewer asked me a few questions to check my logic in programming

      Interview questions [2]

      Question 1

      A binary list is given containing " 0 and 1 " . I've have to sort the list as [0,0,00,0,00,0,0,1,1,1,11,1,1....] . But, i was not allowed to use sort /sorted inbuilt function and you can use only one loop either while or for loop and that also even once and only in this list , not allowed to make another list also.
      1 Answer

      Question 2

      If i have given 2 stacks then how will i use push and pop method that when i use pop ,the value got remove but where do i store that value so that i can use it again if i want using push method.
      Answer question
      1