InterviewSolution
Saved Bookmarks
| 1. |
Assume you need to view a file on a shared disc but are unable to do so for some reason. What would you do if you were in this situation? |
|
Answer» I'll start by seeing if the machine that's sharing the drive is turned on. If that's the case, I'll examine the other files which I have authority to access to determine if the PROBLEM is WIDESPREAD. I'll also double-check that I have the proper permissions to view that FILE. If everything is in order, but I still can't access that file, I'll double-check that the programs are up to the task of copying that file to our local drive. I'll also double-check that the file isn't already in use by someone ELSE. |
|