hardmulti selectObjective-mapped

A manufacturing floor uses barcode scanners and a kiosk terminal that cannot support full endpoint agents or frequent manual patching. USB storage has previously introduced malware, and the devices only need to run one approved application and reach a backend system. Which two controls best reduce risk while preserving function? Select two.

Question 1hardmulti select
Full question →

A manufacturing floor uses barcode scanners and a kiosk terminal that cannot support full endpoint agents or frequent manual patching. USB storage has previously introduced malware, and the devices only need to run one approved application and reach a backend system. Which two controls best reduce risk while preserving function? Select two.

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

Isolate the scanners and kiosk terminal on a dedicated VLAN that allows only the required backend ports.

A dedicated VLAN reduces exposure to user traffic and limits what the devices can reach if one is compromised. Allowing only the required backend ports enforces a narrow communication path and supports least privilege at the network layer. This is a practical compensating control for constrained endpoints that cannot run full enterprise security agents.

B

Distractor review

Place the devices on the user VLAN so patching and support tools can reach them easily.

Putting constrained devices on the user VLAN increases exposure to unrelated systems and makes lateral movement easier. Convenience for support does not justify broader trust when the devices have known limitations. A separate segment with narrow access rules is more appropriate for production-floor endpoints.

C

Best answer

Enforce kiosk mode or application allowlisting so only the approved application can run.

Kiosk mode and application allowlisting limit execution to the intended workflow, which is especially important when the endpoint cannot support robust traditional security tooling. This reduces malware execution risk and blocks users from launching unauthorized software or scripts. It also helps preserve a stable, predictable device posture.

D

Distractor review

Allow USB storage so updates can be installed manually whenever needed.

Allowing removable media reintroduces the exact infection path described in the scenario. Even if updates are sometimes needed, unrestricted USB use is not a safe default. A controlled update process or signed package workflow is better than permitting arbitrary removable devices.

E

Distractor review

Use local administrator accounts with shared passwords to reduce support calls.

Shared local administrator passwords weaken accountability, make credential theft more damaging, and violate least privilege principles. They also create a persistence path for malware or insiders. Support efficiency is not a valid reason to sacrifice identity traceability and privilege control on production devices.

Common exam trap

Common exam trap: authentication is not authorization

Logging in proves the user can authenticate. It does not automatically mean the user is allowed to enter privileged or configuration mode. Watch for AAA authorization, privilege level and command authorization details.

Technical deep dive

How to think about this question

This kind of question is testing the difference between identity and permission. A user may successfully log in to a router because authentication is working, but still fail to enter configuration mode because authorization is missing, misconfigured or mapped to a lower privilege level.

KKey Concepts to Remember

  • Authentication checks who the user is.
  • Authorization controls what the user is allowed to do after login.
  • Privilege levels affect access to EXEC and configuration commands.
  • AAA, TACACS+ and RADIUS can separate login success from command access.

TExam Day Tips

  • Do not assume successful login means full administrative access.
  • Look for words such as cannot enter configuration mode, privilege level, authorization or command access.
  • Separate login problems from permission problems before choosing the answer.

Related practice questions

Related SY0-701 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this SY0-701 question test?

Authentication checks who the user is.

What is the correct answer to this question?

The correct answer is: Isolate the scanners and kiosk terminal on a dedicated VLAN that allows only the required backend ports. — The safest solution for constrained manufacturing devices is to reduce both network exposure and execution freedom. A dedicated VLAN with only required backend ports limits what the devices can reach, and kiosk mode or application allowlisting ensures they can only run the approved software. Together, these controls compensate for the devices' inability to support full endpoint security stacks. Why others are wrong: The user VLAN exposes the devices to unnecessary traffic and potential lateral movement. USB storage is a direct malware path and should not be allowed as a convenience measure. Shared local administrator passwords create weak accountability and can be abused for persistence or privilege escalation. None of those choices reduce risk while preserving function as well as segmentation plus allowlisting.

What should I do if I get this SY0-701 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.