The hard set (3 questions)
The hardest SharePoint questions this guide publishes, none of them repeated from the placement quiz above: the answer first, why every other option is wrong, and the Microsoft Learn page behind it. The practice book for this exam holds the full bank.
A user's Microsoft 365 account is deleted. By default, how long are that user's OneDrive files preserved, and who automatically receives access to them?
Correct answer: A. Files are preserved for 30 days and the user's manager automatically receives access
Microsoft Learn states that when a user's Microsoft 365 account is deleted, their OneDrive files are preserved for 30 days. By default, the deleted user's manager is automatically given access to the user's OneDrive. Both the retention period and the manager access behavior can be changed by the administrator.
Why the other options are wrong:
- B. The default preservation period is 30 days, not 90, and access defaults to the manager, not the IT administrator.
- C. Files are not deleted immediately upon account deletion. The 30-day preservation window applies before any deletion.
- D. The default period is 30 days, not 180, and the manager does receive automatic access by default.
Memory hook: OneDrive orphan rule: 30 days, manager gets the keys. Both numbers are configurable, but 30 and manager are the out-of-box defaults.
Microsoft Learn: Compliant environment
An administrator applies a sensitivity label to a SharePoint team site. The label is configured with the 'Private' privacy setting and the 'Only people in your organization' external sharing option. A site owner later tries to change the site privacy from Private to Public in SharePoint settings. What happens?
Correct answer: C. The privacy setting is locked by the sensitivity label; the site owner must remove or change the label before altering privacy
Microsoft Learn states that when a sensitivity label sets privacy to Public or Private on a container (site or group), that setting is locked. Users cannot change the privacy setting while the label is applied. To change privacy, the site owner (or administrator) must first remove or change the sensitivity label from the site.
Why the other options are wrong:
- A. The premise fails at the first step: the label locks the privacy setting, so the site owner cannot change it to Public at all while the label is applied. There is no partial change that flips privacy while leaving only the sharing control enforced.
- B. Site owners cannot override the privacy setting enforced by a sensitivity label. The label locks the value until removed.
- D. There is no 24-hour revert mechanism. The label continuously enforces the privacy setting; once changed via the label, the privacy follows the label.
Memory hook: Label = lock. Once a sensitivity label sets privacy, only removing or swapping the label unlocks the dial.
Microsoft Learn: Sensitivity labels Teams groups sites
A SharePoint document has a retention label that marks it as a record, and record versioning is enabled. The record is currently Locked. A user sets the Record status to Unlocked to make an update. What happens at the moment of unlocking?
Correct answer: C. A Copy to action copies only the latest version of the document into the Records folder of the site's Preservation Hold library, and the document becomes editable but still cannot be deleted.
When a locked record is unlocked, SharePoint performs a Copy to that stores ONLY the latest version (no prior versions) in the Records folder of the site's Preservation Hold library; that copy is flagged 'Record' in version history. The original then becomes editable but still can't be deleted, and 'Item is a Record' stays Yes. A retained record version is captured each time you unlock.
Why the other options are wrong:
- A. Unlocking doesn't remove the record label; the item remains a record ('Item is a Record' = Yes) and merely becomes editable.
- B. Only the latest version is copied (not all prior versions), and the document is not removed from the library.
- D. It is the unlock action itself that copies the version to the Records folder; preservation happens at unlock, not at re-lock.
Memory hook: Unlock = snapshot: the LATEST version is copied to the Records folder; still a record, still undeletable.
Microsoft Learn: Record versioning