InterviewSolution
Saved Bookmarks
| 1. |
Implementation of a stateless file server must not follow?(a) Idempotency requirement(b) Encryption of keys(c) File locking mechanism(d) Cache consistencyI have been asked this question during an internship interview.Asked question is from Distributed File System topic in chapter Distributed File Systems of Operating System |
|
Answer» CORRECT option is (B) Encryption of keys Easiest explanation - NONE. |
|