What is an Update Set used for?
[Exam Weight: 10%] Move configuration changes between instances
What type of changes are captured in Update Sets?
[Exam Weight: 10%] Configuration changes
Which Update Set should NOT be used for migrations?
[Exam Weight: 10%] Default Update Set
When should a new Update Set be created?
[Exam Weight: 10%] Before starting development
What must be done before exporting an Update Set?
[Exam Weight: 10%] Mark it as Complete
Can a completed Update Set be reopened safely?
[Exam Weight: 10%] No
What happens if an Update Set is applied twice?
[Exam Weight: 10%] Changes are not duplicated
What instance order is recommended for Update Sets?
[Exam Weight: 10%] Development → Test → Production
Should instances be on the same version?
[Exam Weight: 10%] Yes
What record tracks Update Set preview errors?
[Exam Weight: 10%] Update Set Preview Problems
What is a system property?
[Exam Weight: 10%] A value that controls system behavior
Where are system properties stored?
[Exam Weight: 10%] sys_properties table
What are system properties commonly used for?
[Exam Weight: 10%] Enable or disable features
What happens when a system property changes?
[Exam Weight: 10%] System behavior updates
What CSA mistake is common with Update Sets?
[Exam Weight: 10%] Using Default Update Set
What is a plugin?
[Exam Weight: 10%] A package that adds functionality to an instance
Who can activate plugins?
[Exam Weight: 10%] System administrators
Can plugins always be uninstalled cleanly?
[Exam Weight: 10%] No
What should be considered before activating a plugin?
[Exam Weight: 10%] It may add permanent data and tables
What is the purpose of roles?
[Exam Weight: 10%] Control access to features and data
Where should roles be assigned as best practice?
[Exam Weight: 10%] Through groups
What table stores role definitions?
[Exam Weight: 10%] sys_user_role
What feature allows admins to act as another user?
[Exam Weight: 10%] Impersonate User
Can impersonation bypass ACLs?
[Exam Weight: 10%] No