exam questions

Exam CIS-VR All Questions

View all questions & answers for the CIS-VR exam

Exam CIS-VR topic 1 question 4 discussion

Actual exam question from ServiceNow's CIS-VR
Question #: 4
Topic #: 1
[All CIS-VR Questions]

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

  • A. Will be captured
  • B. Will throw errors
  • C. Will not be captured
  • D. Will be partially captured
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
zensailorman
Highly Voted 1 year, 1 month ago
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.
upvoted 7 times
doode
12 months ago
This seems very logical, will test it out
upvoted 1 times
...
...
Robert_Vo
Most Recent 1 week, 1 day ago
Selected Answer: C
C is the correct answer. If you are in an update set (named XYZ) of scope like Global, but you are trying to update record in another scope like Portfolio Strategy, then the updated records will be captured in the default update set of Portfolio Strategy, not be captured in XYZ
upvoted 1 times
...
3bfb6df
1 month ago
Selected Answer: A
The question is a bit of a gotcha. It says, "Named update set within a different application scope." It doesn't say that you've got one update set in one scope and a change in another.
upvoted 1 times
...
JBurns1979
4 months, 1 week ago
Selected Answer: B
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.
upvoted 1 times
JBurns1979
4 months, 1 week ago
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.
upvoted 1 times
...
...
AlexA1457
7 months, 2 weeks ago
Selected Answer: C
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.
upvoted 2 times
...
Ravn888
7 months, 3 weeks ago
Selected Answer: C
"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."
upvoted 2 times
...
3bfb6df
9 months, 3 weeks ago
Selected Answer: A
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)
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...