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

      Badger Maps

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Badger Maps reviews | Badger Maps jobs | Badger Maps salaries | Badger Maps benefits
      Badger Maps interviewsBadger Maps Software Engineer interviewsBadger Maps 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 Interview

      19 Mar 2025
      Anonymous interview candidate
      Declined offer
      Positive experience
      Average interview

      Application

      I applied online. I interviewed at Badger Maps in Mar 2025

      Interview

      The first round is a phone interview to assess communication and basic skills. The second is a technical round to evaluate expertise. The third is a managerial round to assess team fit and leadership.

      Interview questions [1]

      Question 1

      Simple Bank Management System in Python. Overview: This is a basic bank management system that allows users to perform typical banking actions such as opening accounts, depositing and withdrawing money, updating personal details, and making transactions. Features: Bank Management: Creation, updating, reading, and deletion of banks. User Account Handling: Creation, updating, reading, and deletion of user accounts. Linking user accounts with banks. Managing account balances. Transaction Handling: Making transactions for expenses from user accounts. Updating account balances correctly after each transaction. Providing a way to check account balances. Instructions: Create the bank management system as outlined above using Python. You can use function, list and dictionaries, and browny points for the OOPS. Each account is linked to a specific bank and is identified by a unique account number. You can customize the functionality further based on your requirements. Evaluation: Functionality: Ensure the system performs the required actions correctly. Code Clarity: Write clean, understandable code with clear comments. Testing: Test the system under different scenarios to ensure it works well. Documentation: Provide clear instructions on how to use the system.
      Answer question