Upload Button Icon Add office photos

Filter interviews by

Bloomberg Software Engineer Interview Questions and Answers

Updated 3 Dec 2024

Bloomberg Software Engineer Interview Experiences

4 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Two leetcode mid questions
  • Q2. One leetcode mid question

Software Engineer Interview Questions & Answers

user image Bisrat Walle Yigzaw

posted on 9 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data Structures and Algorithms

Round 2 - Coding Test 

Data Structures and Algorithms

Round 3 - Technical 

(1 Question)

  • Q1. System Design Round
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Why do you want to join our company?

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. General data structure question based

Software Engineer Interview Questions & Answers

user image Pranali Yawalkar

posted on 14 Dec 2015

Interview Preparation Tips

Round: Technical Interview
Tips: * Easy technical questions
* Hiring procedure is more of technical assessment + personality assessment

Skills:
College Name: IIT Madras

Bloomberg interview questions for designations

 Senior Software Engineer

 (1)

 Software Engineer Intern

 (1)

 Software Development Manager

 (1)

 SDE (Software Development Engineer)

 (1)

 Data Engineer

 (1)

 Softwaretest Engineer

 (1)

 Onsite Support Engineer

 (1)

 QA Test Analyst

 (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Technical questions regarding Salesforce
  • Q2. Technical questions regarding Salesforce
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - No hike in HCL in all fiscal year
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at SRM Institute of Science and Technology, NCR Campus, Ghaziabad and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies

    • Passionate about software engineering

  • Answered by AI
  • Q2. Can you explain one of the projects you completed during the academic year?
  • Ans. 

    Developed a web-based student management system for tracking attendance and grades.

    • Used HTML, CSS, and JavaScript for front-end development.

    • Implemented backend functionality using PHP and MySQL database.

    • Incorporated user authentication and authorization features for secure access.

    • Tested the system thoroughly to ensure functionality and user-friendliness.

  • Answered by AI
  • Q3. What were some of the fundamental concepts of Artificial Intelligence that the interviewer inquired about during your interview as a Computer Science and Engineering - Artificial Intelligence and Machine L...
  • Q4. What were your Achievements in the graduation years
  • Ans. 

    Graduated with honors, completed multiple internships, and won coding competitions

    • Graduated with honors in Computer Science

    • Completed internships at XYZ Company and ABC Corporation

    • Won first place in coding competition at university hackathon

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while introducing yourself, and always ensure you possess comprehensive knowledge about the information you have provided in your resume.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked about technical expertise and topic related question
  • Q2. Notice period and salary discussion
Round 2 - Technical 

(2 Questions)

  • Q1. Technical in depth
  • Q2. Salary discussion
Round 3 - HR 

(1 Question)

  • Q1. Notice period and salary discussion
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain oop concets
  • Ans. 

    OOP concepts are fundamental principles in object-oriented programming that help in organizing and designing code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detai...

  • Answered by AI
  • Q2. Virtual functions
Round 2 - Technical 

(2 Questions)

  • Q1. Explain vectors and array difference
  • Ans. 

    Vectors are dynamic arrays that can change in size, while arrays have a fixed size.

    • Vectors can grow or shrink in size dynamically, while arrays have a fixed size.

    • Vectors can be resized using functions like push_back() and pop_back(), while arrays cannot.

    • Vectors are part of the C++ Standard Template Library (STL), while arrays are a fundamental data structure.

    • Example: vector vec; int arr[5];

Answered by AI
  • Q2. Virtual destructors
  • Round 3 - One-on-one 

    (2 Questions)

    • Q1. About last project
    • Q2. Puzzle with some analytical skills

    Skills evaluated in this interview

    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    Not Selected

    I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.

    Round 1 - Aptitude Test 

    Aptitude and technical questions were asked

    Round 2 - Technical 

    (2 Questions)

    • Q1. Pattern question
    • Q2. Doubly linked list insertion
    Round 3 - Behavioral 

    (2 Questions)

    • Q1. C++ linked lists
    • Q2. Resume based, projects were asked.
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    No response

    I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

    Round 1 - Technical 

    (3 Questions)

    • Q1. What is polymorphism?
    • Ans. 

      Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

      • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

      • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

      • Example: Inheritance allows a child class to override a method from its parent class, exhibiting polymorphic b

    • Answered by AI
    • Q2. How abstraction is implemented?
    • Ans. 

      Abstraction is implemented in software engineering by hiding unnecessary details and exposing only relevant information.

      • Abstraction is achieved through the use of abstract classes and interfaces in object-oriented programming.

      • It allows developers to focus on the essential aspects of a concept without getting bogged down in implementation details.

      • For example, in a car simulation program, the Car class may have abstract ...

    • Answered by AI
    • Q3. What is the difference between abstraction and Interface?
    • Ans. 

      Abstraction is hiding the implementation details while Interface is a contract that defines the methods that a class must implement.

      • Abstraction focuses on hiding the internal implementation details of a class, allowing the user to only see the necessary details.

      • Interface defines a contract that specifies the methods a class must implement, without providing the implementation details.

      • Abstraction can be achieved through...

    • Answered by AI
    Round 2 - Behavioral interview 

    (1 Question)

    • Q1. What is your motivation when you are working on same project alone for long period?
    • Ans. 

      My motivation when working on a project alone for a long period is the satisfaction of seeing my hard work come to fruition.

      • Setting small achievable goals to keep myself motivated

      • Taking breaks to avoid burnout and maintain productivity

      • Seeking feedback from others to stay motivated and improve my work

      • Reminding myself of the end goal and the impact my project will have

    • Answered by AI
    Round 3 - HR 

    (1 Question)

    • Q1. What is your salary expectation?
    • Ans. 

      My salary expectation is based on my experience, skills, and the market rate for Software Engineers in this region.

      • Research the average salary range for Software Engineers in the specific region or industry

      • Consider your level of experience, skills, and qualifications when determining your salary expectation

      • Be prepared to negotiate based on the company's offer and benefits package

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare well and give interview as many as possible

    Bloomberg Interview FAQs

    How many rounds are there in Bloomberg Software Engineer interview?
    Bloomberg interview process usually has 2 rounds. The most common rounds in the Bloomberg interview process are Technical, Coding Test and HR.
    What are the top questions asked in Bloomberg Software Engineer interview?

    Some of the top questions asked at the Bloomberg Software Engineer interview -

    1. General data structure question ba...read more
    2. two leetcode mid questi...read more
    3. one leetcode mid quest...read more

    Tell us how to improve this page.

    Bloomberg Software Engineer Interview Process

    based on 3 interviews

    1 Interview rounds

    • Technical Round
    View more
    Bloomberg Software Engineer Salary
    based on 7 salaries
    ₹24 L/yr - ₹80 L/yr
    561% more than the average Software Engineer Salary in India
    View more details

    Bloomberg Software Engineer Reviews and Ratings

    based on 1 review

    4.0/5

    Rating in categories

    4.0

    Skill development

    4.0

    Work-life balance

    4.0

    Salary

    4.0

    Job security

    4.0

    Company culture

    3.0

    Promotions

    4.0

    Work satisfaction

    Explore 1 Review and Rating
    Senior Software Engineer
    11 salaries
    unlock blur

    ₹29.4 L/yr - ₹106.6 L/yr

    Analyst
    7 salaries
    unlock blur

    ₹15 L/yr - ₹23 L/yr

    Software Engineer
    7 salaries
    unlock blur

    ₹24 L/yr - ₹80 L/yr

    Data Analyst
    7 salaries
    unlock blur

    ₹20 L/yr - ₹25.4 L/yr

    Accounts Manager
    5 salaries
    unlock blur

    ₹22 L/yr - ₹38 L/yr

    Explore more salaries
    Compare Bloomberg with

    Thomson Reuters

    4.1
    Compare

    Financial Times

    4.7
    Compare

    Forbes & Company

    3.9
    Compare

    Morningstar

    3.9
    Compare
    Did you find this page helpful?
    Yes No
    write
    Share an Interview