exam questions

Exam C_CPI_2404 All Questions

View all questions & answers for the C_CPI_2404 exam

Exam C_CPI_2404 topic 1 question 25 discussion

Actual exam question from SAP's C_CPI_2404
Question #: 25
Topic #: 1
[All C_CPI_2404 Questions]

You want to dispatch messages only when a child element “Product” exists.
Which condition do you set?

  • A. /ProductSet/count(Product)=0
  • B. /ProductSet/count(Product)<0
  • C. /ProductSet/count(Product)>0
  • D. /ProductSet/counter(Product)>0
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
07de0de
1 month, 2 weeks ago
Selected Answer: C
A. =0 → routes messages only when there are no <Product> elements. B. <0 → invalid, because count can't be negative. D. counter(Product) → incorrect function, the correct one is count()
upvoted 1 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 ...