easymultiple choiceObjective-mapped

A legacy application cannot be patched for two weeks, but the security team still wants to reduce risk in the meantime. What is the best temporary measure?

Question 1easymultiple choice
Full question →

A legacy application cannot be patched for two weeks, but the security team still wants to reduce risk in the meantime. What is the best temporary measure?

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

Distractor review

Do nothing until the patch window opens.

Leaving the issue unaddressed increases exposure during the delay.

B

Best answer

Add a compensating control such as restricting access to the system.

A compensating control lowers risk while the permanent fix is unavailable.

C

Distractor review

Disable all logging so the system runs faster.

Removing logging makes detection and troubleshooting worse, not better.

D

Distractor review

Rename the application so attackers cannot find it.

Security by obscurity does not meaningfully reduce vulnerability risk.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

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?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: Add a compensating control such as restricting access to the system. — A compensating control is the best temporary measure when patching is delayed. Examples include restricting access, segmenting the system, or placing it behind a stronger filter so fewer users and services can reach the vulnerable application. This does not fix the flaw, but it reduces the chance of exploitation until the patch can be applied. In operations, this is a practical way to manage risk without waiting idle. Why others are wrong: Option A leaves the organization exposed and ignores a chance to reduce risk. Option C harms monitoring and has no protective value. Option D is not a reliable safeguard because attackers can still discover the application through normal means.

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.