InterviewSolution
Saved Bookmarks
| 1. |
The part of the code which involves complex computations and requires more time to execute is referred to as __________(a) Static session(b) Threshold session(c) Dynamic session(d) Critical sessionI had been asked this question during an interview.I'm obligated to ask this question of Cloud in portion Cloud Collaboration Framework of IOT |
|
Answer» RIGHT option is (d) Critical session To explain I WOULD say: The part of the code which involves complex computations and requires more TIME to EXECUTE is referred to as critical session. The module of the application if FALLS under the critical section then it is offloaded. |
|