ServiceNow Certified System Administrator — Question 307

What contains the configuration changes made in an instance (i.e. changes in a form) and helps to implement the changes from the Dev environment to another environment?

Answer options

Correct answer: B

Explanation

The correct answer is B, Update sets, as they are specifically designed to capture configuration changes and allow for their migration between environments. Transform maps are used for data transformation, Import sets deal with importing data, and System dictionaries describe the structure of database tables, none of which function to transfer configuration changes like Update sets do.