350-201(NEW-127Q) · Question #86
350-201(NEW-127Q) Question #86: Real Exam Question with Answer & Explanation
The correct answer is C. Concentrate on correcting file server permissions, updating web server software, and remediating SSL/TLS configurations.. Option C correctly prioritizes the three vulnerabilities with the most immediate, technically exploitable risk: misconfigured file server permissions (direct unauthorized data access), outdated web server software (known CVEs on an internet-facing system), and insecure SSL/TLS co
Question
Options
- AFocus on updating the web server software, patching the database management system, and correcting file server permissions.
- BImplement a Web Application Firewall, deploy an Intrusion Detection System, and establish a Security Operations Center.
- CConcentrate on correcting file server permissions, updating web server software, and remediating SSL/TLS configurations.
- DPrioritize remediation of SSL/TLS configurations, enforcement of strong password policies, and implementation of network segmentation.
Explanation
Option C correctly prioritizes the three vulnerabilities with the most immediate, technically exploitable risk: misconfigured file server permissions (direct unauthorized data access), outdated web server software (known CVEs on an internet-facing system), and insecure SSL/TLS configurations (live exposure of data in transit). These are concrete, remediable misconfigurations that an attacker can exploit right now without prerequisites.
Option A is close but wrong - it swaps SSL/TLS remediation (Vulnerability 2, high exploitability) for database patching (Vulnerability 3), deprioritizing an actively exposed encryption weakness in favor of a less immediately reachable internal system.
Option B is a distractor for test takers who confuse adding new security tools (WAF, IDS, SOC) with fixing existing vulnerabilities - these are compensating controls, not remediations, and don't address any of the five listed issues directly.
Option D mixes a valid priority (SSL/TLS) with a lower-severity item (password policies require behavioral change and have slower ROI) and introduces network segmentation, which isn't even in the vulnerability list - it's creating new scope instead of remediating identified gaps.
Memory tip: Think "Fix what's broken before buying what's new." If you see an answer offering new infrastructure (WAF, IDS, SOC) when specific vulnerabilities are listed, eliminate it - the exam expects you to remediate identified issues first, not add compensating controls.
Topics
Community Discussion
No community discussion yet for this question.