Find the largest continuous sum given an array of integers. Given an array of characters and a dictionary sorted in alphabetical order, find the ten longest words in the given dictionary that could be formed using the characters in the array.
Financial Software Developer Interview Questions
591 financial software developer interview questions shared by candidates
Reverse a string.
Would Java Bytecode generated by Java 7 work on a JVM made to function on Java 1.0?
Given a matrix of numbers in which all the numbers along the row are increasing. How to find the maximum value.
Not many, mostly technical questions focusing on coding, two or three behavioral questions such as why Bloomberg and what's most important for you other than money etc. I use Java though Bloomberg uses C++ most.
"You are city director and you want to build a water tower for your city, what do you do?".
Reverse a string in place and also remove spaces, so for example "Software Eng " would become "tfoSgnE"
There are one hundred closed lockers in a hallway. A man begins by opening all one hundred lockers. Next, he closes every second locker. Then he goes to every third locker and closes it if it is open or opens it if it is closed (e.g., he toggles every third locker). After his one hundredth pass in the hallway, in which he toggles only locker number one hundred, how many lockers are open?
Given a list of strings, determine if there are any anagrams. What is the running time of your algorithm?
Write a program that given a 2D integer matrix (default value: 0) and a coordinate in the matrix, it sets all of the elements diagonal to the coordinate to a value of 1 (so that if you wrote it on a piece of paper there's an X with the coordinate at the center).
Viewing 81 - 90 interview questions