C++ template metaprogramming (that team was into functional programming and compile time computations). Standard, find nth Fibonacci number using recursive templates.
Financial Analyst Interviews
Financial Analyst Interview Questions
Interviewers will expect financial analyst candidates to be well-versed in financial markets, modeling, and analysis. Make sure you are comfortable with both micro and macroeconomics. In addition to highly technical questions, be ready to answer a few behavioral questions that will show off your communication and collaboration skills.
Top Financial Analyst Interview Questions & How to Answer
Question #1: What is EBITDA, and what is left out of it?
Question #2: What process do you use to create accurate sales reports?
Question #3: Do you hold any current industry licenses or certifications? If so, why did you get them?
56,913 financial analyst interview questions shared by candidates
How will you code CAT command in Unix in C++
What is the difference between static global and normal global variables.
Given an array of integers, provide an efficient way of finding an integer that appears only once in this array.
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.
Reverse a string.
Would Java Bytecode generated by Java 7 work on a JVM made to function on Java 1.0?
class A{ void foo(); } class B{void foo1(); } class C {void foo1(); } Design like below: B.foo1() can access A.foo(), but C.foo1() can not access A.foo()
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.
Viewing 341 - 350 interview questions