FINRA Interview Question

How would you implement addition of large integers with carrying between multiple parallel processors?

Interview Answers

Anonymous

Jan 23, 2015

use parallel streams aka streams API with lambda

Anonymous

Sep 2, 2016

can you please tell what are the other questions they have asked in interview.

2