CIS-VR Exam QuestionsBrowse all questions from this exam

CIS-VR Exam - Question 3


Changes made within a named Update Set in a different application scope:

Show Answer
Correct Answer: C

Changes made within a named Update Set in a different application scope will not be captured. An update set only captures changes made within the same application scope and cannot capture changes that cross different scopes. This ensures that each application scope remains isolated from others, maintaining the integrity of the application.

Discussion

5 comments
Sign in to comment
zensailorman
Jun 6, 2024

C is the correct answer. Customizations captured in update sets are restricted to the scope for the application being changed. A scope may contain several update sets, but an update set cannot cross application scopes. Consequently, an update set name could appear identical in more than one scope, but is actually different (due to the namespace), a consideration for the naming policy.

doode
Jul 12, 2024

This seems very logical, will test it out

3bfb6dfOption: A
Sep 17, 2024

A is the correct answer. The change is indeed captured by ServiceNow, even though it may be in a separate Update Set due to scope differences. The question likely aims to assess whether the change is tracked at all, rather than the specifics of how it's managed across scopes (batches and children)

Ravn888Option: C
Nov 17, 2024

"1. Limitations of update sets: The biggest limitation is that an update set cannot capture updates across the different application scopes. In order to capture updates across different application scopes, you need to create multiple update sets catering to each application scope."

AlexA1457Option: C
Nov 27, 2024

Changes made within a named Update Set in a different application scope are not captured because each application scope in ServiceNow is designed to be a separate and isolated environment.

JBurns1979Option: B
Mar 3, 2025

I actually think this is B. The updates will be captured but will throw errors when promoting. I have seen this happen multiple times in code promotion.

JBurns1979
Mar 3, 2025

Actually, I tested this in my PDI and it does not allow you to have an update set for another application open in a separate scope, so I agree with the others who said C.