how will you find a digit in a specific decimal place of a very large power of 2
Financial Software Developer Internship Interview Questions
758 financial software developer internship interview questions shared by candidates
Given a dollar value, write a function that calculates the number of possible coin combinations that make up that value.
Write a function to convert First Name, Last Name to Last Name, First Name.
giving numbers 2,3,5,7,11 , 1.multiply each number by 2, 2.if the result is bigger than 25 , then go to next step, otherwise repeat the 1st step. 3. multipy the result by 3. 4. add XX 5. divide with XX. question: which number will produce maximun output
give you 3L bottle and 5L bottle, to get 4L water.
2 pieces of string of different length and non-uniform width, each take one hour to burn. the remaining length of a burning string doesn't tell you how much longer it burns for. with a lighter measure 45 mins.
Write a program to reverse each word in a string and remove spaces say "i am good" to "imadoog".
There is a linked list, only given the pointer of one node, how to delete that node in the linked list.
if A! + B! + C! = ABC and A, B, C are single digit numbers, find A, B, and C.
Now if you have a sorted array, how will you search for an element?
Viewing 51 - 60 interview questions