az-800 Practice Question 1901
Exam: az-800
Domain: Manage storage and file services
Topic: Manage Windows Server file servers
Difficulty: medium
In a scenario where you need to ensure that users from the 'Sales' department can read and write files on a shared folder but not delete them, which NTFS permissions should you configure on the folder? The server is running Windows Server 2019 and uses SMB 3.0 for file sharing.
Answer Options
A
Read-only
B
Read & Write
C
Modify
D
Deny All
Correct Answer
B: Read & Write
Explanation
The correct answer is B because it provides the necessary permissions for reading and writing without allowing deletion. Option A is incorrect as it only allows read access, which does not meet the requirement for writing. Option C is too permissive, allowing all operations except deleting, which is not needed. Option D is incorrect as it denies all access, preventing any operations.