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

      Bloomberg

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Bloomberg reviews | Bloomberg jobs | Bloomberg salaries | Bloomberg benefits | Bloomberg conversations
      Bloomberg interviewsBloomberg Graduate Software Engineer (London) interviewsBloomberg interview


      Glassdoor

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

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & 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 personalized job recommendations and updates by starting your searches.

      Graduate Software Engineer (London) Interview

      Dec 16, 2015
      Anonymous Interview Candidate
      London, England
      No offer
      Neutral experience
      Average interview

      Application

      I applied online. The process took 3 weeks. I interviewed at Bloomberg (London, England) in Dec 2015

      Interview

      I applied online through their website. I was invited to a phone interview in which I was asked a variety of questions about Java, O-O principles, differences between Java and C/C++, inheritance, polymorphism, garbage collection and the like. Finally I was asked to solve a coding question on hackerrank. I passed the interview and I was invited for an onsite interview in London. I was interviewed by three people at once, two of them asked one question each. I was sent home after one hour. What disappointed me was that they sent me an automated email where they said they will not take my candidacy further, giving zero feedback. After two interviews.

      Interview questions [3]

      Question 1

      Given an array of integers, delete the max and min numbers (both could appear more than once) in place. Do it in O(n) without shifting.
      4 Answers

      Question 2

      Given a function cipher(c) that takes a char and returns it's encryption (another char), write two functions: one to encrypt a string and one to decrypt it (takes the encrypted string and returns the original)
      Answer question

      Question 3

      Given two linked lists that represent two numbers add them. Each node in the list has a pointer to the next digit and the last digit points to null
      Answer question
      7