Transcender demo practice exam question.
Am I not understanding this question? I thought one of the requirements is to leave the data on the computer.
http://s46.photobucket.com/albums/f104/kctxau/?action=view¤t=demotest.jpg [/img]
http://s46.photobucket.com/albums/f104/kctxau/?action=view¤t=demotest.jpg [/img]
Comments
hope this helps
hoops
like the post above says read up on offline files.
and read the question a few times before you answer.
hope this helps
hoops
How could you implement offline files if you left a local copy of the document on her pc? It would not synchronize with the "true" copy on the file server and in fact you have not implemented offline files, because it is still local.
To sum up:
Move the file to the file server.
Delete the local file.
Implement offline files as required including encryption.
Step 3 allows her to work with the cached copy of the file. If you skip step two, the user will just continue to use the local file.