mediummultiple choiceObjective-mapped

A team moved a Linux VM to IaaS. They need OS login events, process activity, and network flow metadata sent to one central platform for alerting. What is the best first step?

Question 1mediummultiple choice
Full question →

A team moved a Linux VM to IaaS. They need OS login events, process activity, and network flow metadata sent to one central platform for alerting. What is the best first step?

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

Store the VM snapshots in object storage and review them manually during incidents.

Snapshots are useful for recovery, but they are not a substitute for continuous telemetry and alerting.

B

Distractor review

Enable only perimeter security groups and assume the cloud provider will collect all host telemetry.

Security groups control traffic, but they do not gather detailed OS activity or host-level process events.

C

Best answer

Deploy an endpoint logging agent and enable cloud-native flow logs to a centralized logging service.

This gives visibility into both host activity and network metadata, which is needed for practical monitoring and investigation.

D

Distractor review

Rely on the hypervisor console and disable guest-level logging to reduce overhead.

Guest logging is often required for detailed visibility, and the hypervisor console is not enough for security operations.

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: Deploy an endpoint logging agent and enable cloud-native flow logs to a centralized logging service. — The best first step is to deploy a logging agent on the VM and enable the provider's native flow logs, then forward both sources to a central logging platform. That combination provides the host-level details needed to see logon activity and process execution, while flow logs provide network context. Together, they support correlation and alerting without requiring the team to build telemetry from scratch. Why others are wrong: A focuses only on traffic control and misses the OS and process visibility the question requires. C is more useful for restoration than for ongoing monitoring, so it does not meet the operational goal. D assumes the hypervisor alone provides enough security detail, but host telemetry is still necessary for meaningful investigation and detection in a cloud instance.

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.