Interview Question
Front End Web Developer/Designer Interview
-
Lab49Say there was a function that took 1 second to execute and you needed to run this function 10 million times, how would you cut down on the execution time?
Interview Answer
1 Answer
▲
3
▼
Build a system that would run the functions concurrently.
Anonymous on
Add Answers or Comments
To comment on this, Sign In or Sign Up.