For Campus career fair. I have passed the first and second round. This problem is in the final round. Given two very very large numbers which cannot hold in 64 bits. How to calculate the final product? Can you optimize your solution?
Interview questions [1]
Question 1
This problem is in the final round. Given two very very large numbers which cannot hold in 64 bits. How to calculate the final product? Can you optimize your solution?
Difficulty : fair
I applied through college or university. The process took 3 weeks. I interviewed at Bloomberg in Feb 2014
Interview
Talked with a recruiter during campus job fair. The recruiter gave me a programming problem immediately and asked me to solve. I wrote some codes he seemed to be satisfied. Two weeks later, I was contacted by HR to schedule an on campus interview. It was a 50 minutes technical interview including two programming problems. First some concept questions about virtual function in C++. After that, one more question about pascal triangle and at last, reverse the word order in a string.
Interview questions [1]
Question 1
1. Write a function to return the m_th number in n_th row in a pascal triangle.
2. Return "sunday is today" from input "today is sunday"