100-140 Question 281
Single answerA user reports that an application cannot access certain system resources, such as files or network services, even though it was recently installed. As a support technician, what is the most appropriate step to resolve this issue while maintaining security best practices?
- A
Grant the application full administrative permissions immediately to resolve the issue.
- B
Check the application’s documentation to identify the required permissions and selectively grant only those permissions.
- C
Disable all security settings temporarily to allow the application to function without restrictions.
- D
Uninstall and reinstall the application with default permissions to see if the issue resolves itself.
Show answer and explanation
Correct answer: B
Explanation
Granting only the necessary permissions to applications is a key principle of security best practices. By reviewing the application’s documentation, the technician can identify the specific permissions required and avoid over-privileging the application, which could expose the system to vulnerabilities or misuse.
- A. Incorrect.
Granting full administrative permissions immediately is not a best practice as it may expose the system to unnecessary risks. Only required permissions should be granted.
- B. Correct.
Checking the application’s documentation and granting only the required permissions is the correct approach, as it ensures the application functions properly without compromising system security.
- C. Incorrect.
Disabling all security settings temporarily is a risky action that could leave the system vulnerable to attacks and should not be implemented.
- D. Incorrect.
Uninstalling and reinstalling the application is unlikely to address the issue unless the permissions were incorrectly configured during installation.