mediummultiple choiceObjective-mapped

Exhibit

Identity integration status:
- Corporate IdP SAML SSO: Enabled
- SaaS local accounts: Still manually managed
- HR termination event: User disabled in the IdP
- SaaS access after termination: Still active until help desk removes account
Requirement: access changes must flow to the app within minutes without manual ticket handling.

Based on the exhibit, which capability should be added so the SaaS app automatically creates, updates, and disables user accounts as directory changes occur?

Question 1mediummultiple choice
Full question →

Based on the exhibit, which capability should be added so the SaaS app automatically creates, updates, and disables user accounts as directory changes occur?

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

Require MFA on the SaaS login page and leave account provisioning manual.

MFA improves sign-in security, but it does not automate account creation or deactivation.

B

Best answer

Add SCIM provisioning between the directory and the SaaS application.

SCIM automates user lifecycle events so account changes in the directory propagate to the application quickly.

C

Distractor review

Change the password rotation interval to every 30 days for all users.

Password rotation does not disable accounts or synchronize lifecycle events across systems.

D

Distractor review

Store credentials in a shared spreadsheet so the help desk can disable access faster.

A shared spreadsheet is insecure and still requires manual intervention for every lifecycle change.

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 SCIM provisioning between the directory and the SaaS application. — SCIM provisioning is the correct addition because it automates identity lifecycle management between the directory and the SaaS application. When HR disables a user in the IdP, SCIM can create, update, or deactivate the matching SaaS account without waiting for a help desk ticket. That closes the gap shown in the exhibit, where SAML SSO is already in place but local application accounts remain active after termination. Why others are wrong: MFA protects authentication, not account lifecycle management. Password rotation changes credentials, but it does not synchronize disable events. A shared spreadsheet is both insecure and operationally weak, and it does not provide automated provisioning.

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.