Upload Button Icon Add office photos

Filter interviews by

Bloomberg Onsite Support Engineer Interview Questions and Answers

Updated 9 Sep 2024

Bloomberg Onsite Support Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a dedicated and experienced Onsite Support Engineer with a strong background in troubleshooting and resolving technical issues.

    • I have a Bachelor's degree in Computer Science

    • I have 5+ years of experience in providing onsite support for various IT systems

    • I am proficient in diagnosing hardware and software problems

    • I have excellent communication skills and can effectively communicate technical information to non-techn...

  • Answered by AI
  • Q2. Some shit related to data cetner
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a dedicated and experienced Onsite Support Engineer with a strong background in troubleshooting and resolving technical issues.

    • I have X years of experience in providing onsite support for various IT systems and networks.

    • I am skilled in diagnosing hardware and software problems and implementing effective solutions.

    • I have a proven track record of delivering excellent customer service and building strong relationship...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't worry, no matter what you say in the intverview, there guys don't bother as they need machines to work on their commands, you have no contribution towards making the org a better place as all your inputs and insights are overlooked all the time, management is old school and they still believe in running this org as a factory. In bloomberg, Work as a dead man till you really are a dead man.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Bloomberg?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. In 5 programs without effecting one by one how can you debug a particular program and how can you know tha program is calling in debug
  • Ans. 

    To debug a particular program without affecting others, use breakpoints and step through the code.

    • Set a breakpoint in the program you want to debug

    • Step through the code using a debugger to identify the issue

    • Use logging statements to track the flow of the program

    • Check the call stack to see which functions are being called

    • Use conditional breakpoints to stop the program at specific points

  • Answered by AI

Skills evaluated in this interview

Onsite Support Engineer Interview Questions Asked at Other Companies

asked in Genpact
Q1. What are some challenging questions related to desktop support th ... read more

I applied via Campus Placement and was interviewed in Nov 2020. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are oops concept
  • Ans. 

    OOPs concepts are the fundamental principles of object-oriented programming.

    • Encapsulation - binding data and functions that manipulate the data

    • Inheritance - creating new classes from existing ones

    • Polymorphism - ability of objects to take on many forms

    • Abstraction - hiding implementation details and showing only functionality

  • Answered by AI
  • Q2. What is storage classes in c
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • There are four storage classes in C: auto, register, static, and extern.

    • Auto variables are local to a block and have automatic storage duration.

    • Register variables are stored in CPU registers for faster access.

    • Static variables have a lifetime throughout the program and are initialized only once.

    • Extern variables are declared outside any function and can be a...

  • Answered by AI
  • Q3. Describe about your final year project and internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence,and positive and answer your question confidently.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Explain the data structures like linked list, dfs and bfs.
  • Ans. 

    Linked list is a linear data structure. DFS and BFS are graph traversal algorithms.

    • Linked list is a collection of nodes where each node points to the next node.

    • DFS (Depth First Search) is a traversal algorithm that explores as far as possible along each branch before backtracking.

    • BFS (Breadth First Search) is a traversal algorithm that explores all the vertices of a graph in breadth-first order.

    • Example of linked list: ...

  • Answered by AI
  • Q2. Optimize the given program from O(n2) to O(log n)
  • Ans. 

    Optimize O(n2) program to O(log n)

    • Use binary search instead of linear search

    • Divide and conquer approach can be used

    • Implement efficient data structures like heap, AVL tree, etc.

    • Reduce unnecessary iterations and comparisons

    • Use memoization to avoid redundant calculations

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Related to technology. There are two rounds
  • Q2. Logical analysis of the problem
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

There are 2section of exam i.e English and Data structure

Round 3 - Mind analysis games 

(2 Questions)

  • Q1. First round interview is technical interview and managerial interviews which is not that tough. Do all the FaQ on your projects and if dont know any one of question answer then dont worry simply say it a...
  • Q2. 2nd round is HR interview .

Interview Preparation Tips

Interview preparation tips for other job seekers - In HR interview they ask about introduction, strength and weakness , willing to work on teams or not, some scenario based question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Middle level Math and English, and logical reasoning questions

Round 2 - Coding Test 

Two codes need to solve or atleast one need to resolve

Round 3 - HR 

(2 Questions)

  • Q1. Are you ready to allocate at any part of our country
  • Q2. Where do you see yourself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - In interview just tell what you know, Don't fake it and be confident
Are these interview questions helpful?

Software Engineer Interview Questions & Answers

Capgemini user image ANKIT KUMAR CHAUDHARY

posted on 19 Feb 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Superset and was interviewed before Feb 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Basic Data Structure They asked and Details about projects

Round 3 - Assignment 

Communication Skills and Technical Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - You have to best in yours technical like Any Programming Language

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

Bloomberg Interview FAQs

How many rounds are there in Bloomberg Onsite Support Engineer interview?
Bloomberg interview process usually has 2 rounds. The most common rounds in the Bloomberg interview process are HR.

Tell us how to improve this page.

Overall Interview Experience Rating

1/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

4-6 weeks 100%
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.7
 • 8.7k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Teleperformance Interview Questions
3.9
 • 2k Interviews
Mphasis Interview Questions
3.4
 • 848 Interviews
Nagarro Interview Questions
4.0
 • 793 Interviews
View all

Bloomberg Onsite Support Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

4.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
10 salaries
unlock blur

₹35 L/yr - ₹82.1 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹35 L/yr - ₹60 L/yr

Analyst
8 salaries
unlock blur

₹16.2 L/yr - ₹28.4 L/yr

Data Analyst
7 salaries
unlock blur

₹20 L/yr - ₹28 L/yr

Accounts Manager
5 salaries
unlock blur

₹22 L/yr - ₹38 L/yr

Explore more salaries
Compare Bloomberg with

Accenture

3.7
Compare

Capgemini

3.7
Compare

HCLTech

3.5
Compare

Teleperformance

3.9
Compare
write
Share an Interview