FlashGenius Logo FlashGenius
Login Sign Up

GDSA Practice Questions: Zero Trust Endpoints and Host Hardening Domain

Test your GDSA knowledge with 10 practice questions from the Zero Trust Endpoints and Host Hardening domain. Includes detailed explanations and answers.

GDSA Practice Questions

Master the Zero Trust Endpoints and Host Hardening Domain

Test your knowledge in the Zero Trust Endpoints and Host Hardening domain with these 10 practice questions. Each question is designed to help you prepare for the GDSA certification exam with detailed explanations to reinforce your learning.

Question 1

A hospital has incomplete network segmentation, and attackers recently pivoted from one nurse workstation to peers over SMB and remote administration protocols inside the same VLAN. Budget and change control will delay a network redesign for months, but the endpoint team can change host settings now. The immediate goal is to reduce lateral movement. Which endpoint control is best?

A) Deploy a host firewall baseline that denies unnecessary inbound east-west traffic and permits only approved management flows.

B) Expand perimeter filtering so internet traffic to workstations is blocked more aggressively.

C) Increase antivirus scan frequency so malicious files are found before users open them.

D) Require MFA each time a user unlocks a workstation after being idle.

Show Answer & Explanation

Correct Answer: A

Explanation:

Correct answer (A): Host-based firewalls are especially valuable when network segmentation is incomplete or can be bypassed. In this case, the attacker moved laterally across peer workstations within the same internal segment, so blocking unnecessary inbound east-west traffic at the endpoint is the most direct and effective containment measure available now.

Why the other options are wrong:
- Option B: Perimeter filtering mainly affects north-south traffic and does not address peer-to-peer movement inside the same internal VLAN.
- Option C: Antivirus can help with initial malware detection, but it does not directly limit the lateral movement channels described in the scenario.
- Option D: Additional authentication at unlock may improve user assurance, but it does not block unwanted inbound workstation-to-workstation traffic.

Question 2

A retail organization has thousands of remote laptops that often miss normal maintenance windows because they are disconnected for weeks at a time. An exploited browser vulnerability was recently used on several devices that had missed updates. The primary goal is to reduce the exposure window for roaming endpoints at enterprise scale. Which change is best?

A) Require users to connect to VPN weekly before endpoint patches are allowed to install.

B) Use policy-driven patching that reaches remote endpoints directly, tracks compliance, and applies missed updates when systems reconnect.

C) Delay endpoint patching until quarterly maintenance and rely on endpoint detection during the gap.

D) Ask business units to verify patch levels monthly and open tickets for overdue endpoints.

Show Answer & Explanation

Correct Answer: B

Explanation:

Correct answer (B): The best design is automated, policy-driven patch deployment that still works for remote or intermittently connected devices. The scenario explicitly identifies missed maintenance cycles as the main weakness, so the architecture must reach roaming endpoints directly, measure compliance, and catch them up when they reconnect. That reduces exploit exposure more effectively than manual or VPN-dependent processes.

Why the other options are wrong:
- Option A: Requiring VPN first keeps patching dependent on user behavior and tunnel availability, which is the problem the organization is already facing.
- Option C: Detection can help after exploitation, but it does not reduce the known exposure window created by delayed patching.
- Option D: Manual verification and ticketing do not scale well and are less defensible than enforceable, policy-driven patching across the fleet.

Question 3

A consulting company treats any laptop connected through VPN as trusted and grants broad internal access once the user authenticates. A stolen password was later used from an unpatched remote laptop to access internal services. Which redesign best aligns with Zero Trust endpoint principles?

A) Continue broad VPN access, but add stronger password length requirements for remote users.

B) Grant resource access only after verifying user identity and device posture, and keep evaluating trust instead of relying on VPN presence.

C) Keep VPN-based trust, but require users to reconnect every day so the tunnel is freshly authenticated.

D) Allow broad internal access from managed laptops only when they use corporate DNS through the VPN.

Show Answer & Explanation

Correct Answer: B

Explanation:

Correct answer (B): Zero Trust endpoint strategy does not treat VPN connectivity or internal network presence as proof that a device should be trusted. The better design evaluates both identity and device posture and continuously revalidates access decisions. That directly addresses the risk shown here: a real user credential was used from an endpoint that should not have been granted broad trust.

Why the other options are wrong:
- Option A: Stronger passwords do not address the core architectural flaw of granting broad trust based on VPN presence rather than device posture and continuous verification.
- Option C: Reauthenticating the tunnel more often still leaves the organization relying on VPN presence as the trust boundary.
- Option D: Using corporate DNS does not provide meaningful assurance that the endpoint is appropriately patched or otherwise trustworthy.

Question 4

A company supports employees on managed laptops and contractors on unmanaged personal devices. Both groups need access to collaboration tools, but only employees should reach internal engineering applications that contain sensitive source code. Leadership wants a Zero Trust approach that reflects endpoint security state rather than network location. Which design is best?

A) Use identity plus device posture checks, granting broader access only to managed compliant devices

B) Require VPN and MFA for all users, then provide the same application access to both groups

C) Allow unmanaged devices onto the internal network after they complete a security awareness course

D) Grant access based mainly on source IP ranges because contractors usually connect from known regions

Show Answer & Explanation

Correct Answer: A

Explanation:

Correct answer (A): Zero Trust endpoint decisions should include both identity and device security posture. Managed devices provide greater confidence in patching, configuration, logging, and incident response support, so they can appropriately receive broader access. Unmanaged devices should not receive equivalent trust simply because the user authenticated successfully or came from an expected location.

Why the other options are wrong:
- Option B: VPN and MFA strengthen authentication and transport, but they do not establish equal device trust between managed and unmanaged endpoints.
- Option C: Awareness training does not provide assurance of patch status, configuration, logging coverage, or response capability on personal devices.
- Option D: Source location is not a reliable basis for endpoint trust and conflicts with Zero Trust principles described in the scenario.

Question 5

A security team is evaluating host-based intrusion controls for 20,000 endpoints. One proposed design emphasizes on-device detection and prevention, but provides no reliable way to centrally collect the resulting host events. The stated goal is to improve enterprise detection engineering, threat hunting, and incident scoping. Which design is best?

A) Choose a host-based design that includes centralized endpoint telemetry collection and analysis, not only on-device alerts

B) Choose a host-based design that prioritizes local blocking only, because enterprise hunting can rely on network data later

C) Choose a host-based design that skips telemetry and depends on monthly hardening reviews for assurance

D) Choose a host-based design that keeps alerts on each device and lets administrators review them during incidents

Show Answer & Explanation

Correct Answer: A

Explanation:

Correct answer (A): The best design is the one that combines host-based protection with centralized telemetry. HIDS/HIPS-style controls can prevent or detect suspicious behavior on the endpoint, but without enterprise collection and analysis of those events, the organization cannot effectively build detections, hunt across systems, or scope incidents at scale. Centralized endpoint visibility is not interchangeable with network telemetry because host data exposes process execution, privilege escalation, persistence, and user context that network tools often cannot see directly.

Why the other options are wrong:
- Option B: Network data is valuable, but it does not replace the host context needed for process execution, persistence, and local privilege abuse analysis.
- Option C: Monthly reviews are too slow and too indirect for detection engineering or incident scoping. They do not provide timely operational telemetry.
- Option D: Per-device review does not scale to 20,000 endpoints and would significantly hinder detection, triage, and organization-wide scoping.

Question 6

A security architect is reviewing a recent malware incident on corporate laptops. The malware was able to install a service, disable local security settings, and persist after reboot. Investigation shows most employees have local administrator rights because the help desk wanted to reduce software-installation tickets. The company wants the single best architecture change to reduce this risk across endpoints without relying on users to make better decisions. What should the architect recommend?

A) Remove unnecessary local administrator rights from users and require controlled elevation or approved software deployment for exceptions.

B) Keep local administrator rights in place and require employees to use MFA whenever they log on to their laptops.

C) Keep local administrator rights in place and increase the frequency of network vulnerability scans on user subnets.

D) Keep local administrator rights in place and send alerts to the help desk when users install new software.

Show Answer & Explanation

Correct Answer: A

Explanation:

Correct answer (A): Removing unnecessary local administrator rights is the best answer because it directly limits the ability of malware or users to install software, tamper with security settings, and establish durable persistence. In this scenario, the attack succeeded because excessive privileges allowed endpoint changes after compromise. A defensible endpoint architecture reduces default privilege and uses controlled elevation or approved software deployment for legitimate exceptions rather than trusting users to act safely.

Why the other options are wrong:
- Option B: MFA strengthens authentication, but it does not stop malware from abusing existing local administrator rights after the user is already logged in.
- Option C: Network vulnerability scanning may improve awareness, but it does not remove the endpoint privilege that enabled the malware to make local changes.
- Option D: Alerting on software installation is useful for detection, but it is weaker than preventing broad admin access in the first place.

Question 7

A financial firm has HIDS/HIPS capability on most endpoints, but each host stores its own alerts locally. During a recent intrusion, analysts could not reconstruct privilege abuse or persistence across the fleet because the host data was scattered and short-lived. Which architecture improvement is best?

A) Replace HIDS/HIPS with stricter operating system hardening and stop collecting endpoint alerts centrally.

B) Keep HIDS/HIPS and add centralized endpoint log forwarding with searchable retention and alerting for key host events.

C) Keep HIDS/HIPS and ask administrators to review local endpoint logs during weekly operations meetings.

D) Remove HIDS/HIPS and rely on network IDS because host events are too detailed for enterprise investigations.

Show Answer & Explanation

Correct Answer: B

Explanation:

Correct answer (B): HIDS/HIPS improves host-level prevention and visibility, but its value drops sharply at enterprise scale when alerts remain only on local systems. Centralized endpoint telemetry with retention and alerting gives analysts the ability to detect privilege abuse, suspicious processes, persistence, and post-compromise behavior across the environment. That is the specific gap described in the incident review.

Why the other options are wrong:
- Option A: Hardening is useful, but removing or ignoring centralized host visibility makes investigations and response weaker, not stronger.
- Option C: Manual weekly review is too slow and incomplete for active intrusions and does not solve the problem of fragmented, short-lived endpoint evidence.
- Option D: Network IDS can miss critical host events such as privilege abuse, process execution, and persistence that endpoint telemetry is designed to capture.

Question 8

A company has moved to a mostly remote workforce. Its security team relies heavily on internal network sensors and has discovered that several suspicious endpoint changes on remote laptops were never seen because the devices rarely traverse corporate network monitoring points. The architect needs the best improvement to increase detection and investigation quality for those endpoints. What should be implemented?

A) Increase the sensitivity of internal network IDS signatures and rely on VPN concentration points for visibility.

B) Deploy host-based telemetry with centralized endpoint log collection for process, authentication, and configuration events.

C) Require remote employees to reconnect to the office weekly so existing internal monitoring captures their activity.

D) Replace endpoint logging with more frequent asset inventory scans to identify devices that may be missing controls.

Show Answer & Explanation

Correct Answer: B

Explanation:

Correct answer (B): Remote endpoints often bypass internal monitoring, so network-only visibility is insufficient for defensible architecture. Host-based telemetry with centralized endpoint log collection provides direct evidence of process execution, authentication events, configuration changes, and persistence activity regardless of user location. This improves both detection and investigation quality and makes the environment more response-ready.

Why the other options are wrong:
- Option A: Tuning internal IDS may help some VPN traffic, but it still misses host events that occur off-network or are invisible to network-only monitoring.
- Option C: Forcing periodic office connectivity is not a scalable security architecture and does not provide continuous visibility.
- Option D: Asset inventory is useful, but it does not provide the event-level detection and investigation data needed for suspicious endpoint changes.

Question 9

A company relies heavily on office network firewalls, but most employees now work from home or travel. Security reviews found laptops were accepting unnecessary inbound connections on public and home networks, and east-west traffic between user devices was not consistently filtered. Which endpoint-focused architecture change best addresses this gap?

A) Enforce centrally managed host firewall policies on laptops for all network locations

B) Require users to connect to VPN before opening any corporate application each day

C) Deploy additional perimeter firewalls at headquarters to inspect more employee traffic

D) Increase vulnerability scanning frequency for remote laptops from monthly to weekly

Show Answer & Explanation

Correct Answer: A

Explanation:

Correct answer (A): Host firewalls provide local traffic enforcement wherever the device operates, including home, hotel, and other untrusted networks. They also help control east-west communication that may bypass traditional perimeter controls. In a hybrid workforce, centrally enforced host firewall policy is a direct answer to the problem of laptops accepting unnecessary connections outside corporate network boundaries.

Why the other options are wrong:
- Option B: VPN may route some corporate traffic, but it does not inherently block unnecessary local inbound traffic when the laptop is on untrusted networks.
- Option C: More perimeter firewalls help only when traffic crosses headquarters boundaries; they do not protect laptops operating away from the office.
- Option D: Scanning can identify weaknesses, but it does not provide the local traffic enforcement needed to reduce the current exposure.

Question 10

A global manufacturer lets all Windows users keep local administrator rights because the help desk is small. After several phishing incidents, attackers disabled endpoint tools and harvested credentials from compromised laptops. The architect can change one control first with minimal application disruption, and only 12 legacy applications truly need elevation for a small subset of users. Which design is best?

A) Remove broad local administrator rights, use standard user accounts, and allow controlled elevation only for approved applications with documented exceptions.

B) Keep local administrator rights, but require MFA for VPN and SaaS logins from all laptops.

C) Keep local administrator rights, but increase malware signature updates and run weekly endpoint scans on all laptops.

D) Keep local administrator rights, but place remote laptops into a more restricted VPN network segment when they connect.

Show Answer & Explanation

Correct Answer: A

Explanation:

Correct answer (A): Broad local administrator rights make it much easier for attackers to disable controls, dump credentials, install persistence, and move laterally after initial compromise. In this scenario, the best architectural improvement is to remove that broad privilege while preserving narrowly scoped elevation for the small number of real business exceptions. That reduces attacker capability without requiring the organization to wait for full application replacement.

Why the other options are wrong:
- Option B: MFA strengthens authentication, but it does not prevent malicious code on a compromised endpoint from abusing local administrator rights or disabling controls.
- Option C: Signature updates and scans are useful, but they do not address the core problem that excessive privilege allows attackers to tamper with defenses and escalate impact.
- Option D: A stricter VPN segment may reduce some exposure when devices are connected, but it does not solve the local privilege problem that enabled control tampering and credential theft.

Ready to Accelerate Your GDSA Preparation?

Join thousands of professionals who are advancing their careers through expert certification preparation with FlashGenius.

  • โœ… Unlimited practice questions across all GDSA domains
  • โœ… Full-length exam simulations with real-time scoring
  • โœ… AI-powered performance tracking and weak area identification
  • โœ… Personalized study plans with adaptive learning
  • โœ… Mobile-friendly platform for studying anywhere, anytime
  • โœ… Expert explanations and study resources
Start Free Practice Now

Already have an account? Sign in here

About GDSA Certification

The GDSA certification validates your expertise in zero trust endpoints and host hardening and other critical domains. Our comprehensive practice questions are carefully crafted to mirror the actual exam experience and help you identify knowledge gaps before test day.