exam questions

Exam CAS-PA All Questions

View all questions & answers for the CAS-PA exam

Exam CAS-PA topic 1 question 55 discussion

Actual exam question from ServiceNow's CAS-PA
Question #: 55
Topic #: 1
[All CAS-PA Questions]

Select the syntactically INCORRECT formula, assuming that all Indicators names are valid.

  • A. ((Number of new critical incidents)) / ((Number of new incidents)) * 100
  • B. 100 - ((([[Average resolution time of resolved incidents]] - 17.5) / 17.5) * 100)
  • C. if ([[Number of resolved incidents]] == 0) {0} else ([[Number of resolved incidents]])
  • D. [[Number of new incidents]] / {{Number of new incidents}} * 100
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
cnilashis
1 week, 2 days ago
Selected Answer: A
A is the only syntactically incorrect formula, first bracket is NOT used in the formula ever. You can select contributing indicators in a formula to not be broken down. When a user applies a breakdown to the formula indicator, the breakdown does not apply to these indicators. When you apply a breakdown to a formula indicator, such as on a breakdown dashboard, the breakdown applies to all contributing indicators. You prevent a contributing indicator from being broken down using the syntax {{Indicator}}. You can also prevent a contributing indicator from following breakdowns by clearing the Allow breakdowns check box in the Browse for an indicator dialog.
upvoted 1 times
...
xheniinehx
4 months, 4 weeks ago
Selected Answer: A
A is correct, check this Formula indicator in a PDI Instance: % new high risk changes
upvoted 1 times
...
NGomesGW
9 months, 1 week ago
Selected Answer: A
Given answer is correct. Accordingly to the documentation (https://docs.servicenow.com/bundle/washingtondc-now-intelligence/page/use/performance-analytics/concept/c_ExcludingBreakdownsFromFormulas.html) it is possible to use curly brackets, which will not follow breakdowns for the whole formula indicator. Example given on docs: 'You can still specify a breakdown and element for a contributing indicator that does not follow breakdowns for the whole formula indicator. Consider the formula [[Incidents]] / {{Customers > importance = high}}. In this example, the formula denominator is always broken down to include only the high-importance customers. Any breakdown applied to the formula indicator, such as the region breakdown, does not apply to the Customers indicator.'
upvoted 1 times
...
b3de868
10 months, 1 week ago
The syntactically incorrect formula, given that all indicator names are valid, is: D. [[Number of new incidents]] / {{Number of new incidents}} * 100 The use of double curly braces {{}} is incorrect syntax for referencing indicators or constants in Performance Analytics formulas. Indicators should be referenced with double square brackets [[]], and constants don't typically require any special brackets in this context.
upvoted 2 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 ...