mediummultiple choiceObjective-mapped

A company uses a third-party expense application and wants employees to sign in with their corporate identity once, then automatically lose access in the expense app when they are terminated in the HR system. Which solution best meets both requirements?

Question 1mediummultiple choice
Full question →

A company uses a third-party expense application and wants employees to sign in with their corporate identity once, then automatically lose access in the expense app when they are terminated in the HR system. Which solution best meets both requirements?

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

Create separate local usernames in the expense app and synchronize passwords weekly.

Separate local accounts increase administrative work and delay access removal instead of automating it.

B

Best answer

Implement federated single sign-on and automated user provisioning and deprovisioning.

Federation provides single sign-on with corporate credentials, and automated lifecycle sync removes access promptly when status changes.

C

Distractor review

Require a VPN connection before users can open the expense app.

A VPN may protect traffic, but it does not solve identity federation or account lifecycle automation.

D

Distractor review

Use a shared generic account for all employees and rotate the password monthly.

Shared accounts destroy accountability and make termination, auditing, and least-privilege enforcement much harder.

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: Implement federated single sign-on and automated user provisioning and deprovisioning. — Federated single sign-on combined with automated provisioning and deprovisioning is the best answer because it solves both access convenience and account lifecycle control. Employees authenticate with the corporate identity provider, while identity synchronization ensures that when HR marks a user inactive, access is removed from the external application without manual cleanup. This reduces orphaned accounts, improves auditability, and supports consistent identity governance across cloud services. Why others are wrong: Local accounts and password synchronization are slow, error-prone, and do not provide real single sign-on. A VPN protects connectivity, not identity lifecycle. Shared generic accounts eliminate accountability and create major audit and security problems, especially for a cloud service tied to HR-based termination events.

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.