gave me a tree of 3 level and provided me a number that contains the level number and asked me to code a program that would print the nodes on that level in the tree.
Financial Data Interview Questions
56,931 financial data interview questions shared by candidates
Counting the number of anagrams of one string in another string
How conflict in Ukraine / Russia influences financial markets.
Given a list of integers, all from 1 to n, except for 2 which are marked as "0", find the 2 values that are missing. For example, for n = 5: arr = [1,5,0,0,3] => the two missing values are 2 and 4.
1. Sell me something. 2. Teach or tell me how to do something. 3. Can you tell me about something going on in the markets or news that you have been following lately, that doesn't just revolve around COVID-19?
Programming question: given a m by n grade, how many possible paths are there from (0, 0) to (m, n). Can only move in two directions, right and down.
Could you write an quick sort algorithm, you can use any language.
Reverse a string
Advantage of Process Over thread ??
How many bytes are actually allocated by malloc(n)? How does free() know how many bytes to free?
Viewing 581 - 590 interview questions