Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
Amazon
1.9K+ articles
interview-preparation
348+ articles
Samsung
317+ articles
SAP Labs
209+ articles
Paytm
209+ articles
Linkedin
55+ articles
Bloomberg
25 posts
Recent Articles
Find Polygon having the Largest Perimeter
Last Updated: 14 June 2024
Given an array of positive integers arr[] of length n, the task is to find the largest possible perimeter of a polygon whose sides can be formed from the elements in arr. ...
read more
Sorting
Picked
DSA
Arrays
Bloomberg
Interview-Questions
Remove All Adjacent Duplicates in String II
Last Updated: 23 July 2025
Given a string s and an integer k, the task is to repeatedly delete k adjacent duplicates till no deletions are possible and then return the final string. On deletion of k...
read more
Stack
Picked
DSA
Bloomberg
Interview-Questions
Find Minimum Number of Steps to Make Two Strings Anagram II
Last Updated: 14 June 2024
Given two strings S and T, the task is to find the minimum number of steps to make S and T anagrams of each other. In one step, we can append any character to either S or ...
read more
Picked
DSA
Arrays
Bloomberg
Interview-Questions
Remove at most K letter to equalize the frequency
Last Updated: 11 June 2024
Given a string S of length n, consisting of lowercase English letters. The task is to check if it is possible to remove at most K letter from S such that the frequency of ...
read more
Strings
Picked
DSA
Bloomberg
Hash
Interview-Questions
Bloomberg Interview Experience for SWE Fresher
Last Updated: 14 May 2024
I applied to Bloomberg in June 2022 (new grad, 0 years of exp). The HR reached out saying they'd be setting up a phone interview followed by virtual on-site if all went we...
read more
Interview Experiences
Bloomberg
Experiences
Write It Up 2024
SDE
Bloomberg Interview Experience for SDE Intern (Off-Campus)
Last Updated: 13 September 2023
I applied through a referral from a campus recruiter. Directly got an mail to schedule my interview. The round 1 interviewer was a person from the Pune office. Both the ro...
read more
Interview Experiences
Internship
Bloomberg
Off-Campus
Experiences
Bloomberg Interview Experience for Software Engineer Intern (Off-Campus)
Last Updated: 23 July 2025
During my third year, I applied to the Bloomberg Summer Internship 2023 Software Engineer Intern program. The duration for this round is 90 minutes.Introduced yourself and...
read more
Interview Experiences
Internship
Bloomberg
Off-Campus
Write it Up
Experiences
C++ Program to Move all zeroes to end of array
Last Updated: 23 July 2025
Given an array of random numbers, Push all the zero's of a given array to the end of the array. For example, if the given arrays is {1, 9, 8, 4, 0, 0, 2, 7, 0, 6, 0}, it s...
read more
C++
Amazon
Samsung
Paytm
Linkedin
SAP Labs
Bloomberg
Java Program to Move all zeroes to end of array
Last Updated: 23 July 2025
Given an array of random numbers, Push all the zero's of a given array to the end of the array. For example, if the given arrays is {1, 9, 8, 4, 0, 0, 2, 7, 0, 6, 0}, it s...
read more
Java
Amazon
Samsung
Paytm
Linkedin
SAP Labs
Bloomberg
Python3 Program to Move all zeroes to end of array
Last Updated: 23 July 2025
Given an array of random numbers, Push all the zero's of a given array to the end of the array. For example, if the given arrays is {1, 9, 8, 4, 0, 0, 2, 7, 0, 6, 0}, it s...
read more
Python
Amazon
Samsung
Paytm
Linkedin
SAP Labs
Bloomberg
PHP Program to Move All Zeroes to End of Array
Last Updated: 23 July 2025
Given an array of random numbers, Push all the zero's of a given array to the end of the array. For example, if the given arrays is {1, 9, 8, 4, 0, 0, 2, 7, 0, 6, 0}, it s...
read more
PHP
Amazon
Samsung
Paytm
Linkedin
SAP Labs
Bloomberg
Javascript Program to Move all zeroes to end of array
Last Updated: 23 July 2025
Given an array of random numbers, Push all the zero's of a given array to the end of the array. For example, if the given arrays is {1, 9, 8, 4, 0, 0, 2, 7, 0, 6, 0}, it s...
read more
JavaScript
Amazon
Samsung
Paytm
Linkedin
SAP Labs
Bloomberg
Bloomberg Interview Experience for Software Engineer | NYC March 2021
Last Updated: 23 July 2025
I applied to Bloomberg for the Software Engineer New Grad position and received an offer.Phone Screen:After a brief resume review, the interviewer was pleasant and friendl...
read more
Interview Experiences
Bloomberg
Experiences
Bloomberg Interview Experience for Internship (2021 London)
Last Updated: 23 July 2025
I am currently in the third year of my college and I applied to the Bloomberg Summer Internship 2021 program and in my phone interview round I was asked two questionsGiven...
read more
Interview Experiences
Bloomberg
Find the interval which contains maximum number of concurrent meetings
Last Updated: 15 July 2025
Given a two-dimensional array arr[][] of dimensions N * 2 which contains the starting and ending time for N meetings on a given day. The task is to print a list of time sl...
read more
Queue
Searching
Sorting
Heap
Matrix
DSA
Bloomberg
interview-preparation
min-heap
1
2