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 22 discussion

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

You configured a content modifier as follows:

Action: Create -

Name: ProductID -

Source Type: XPath -

Source Value: //ProductID -

Data Type: java.lang.string -
After testing the content modifier, you receive an error message that contains the following fragment:
“java.lang.ClassNotFoundException:java.lang.string..”
What caused the error message?

  • A. Incorrect name
  • B. Incorrect source type
  • C. Incorrect data type
  • D. Incorrect source value
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 week, 1 day ago
Selected Answer: C
Data Type: java.lang.string (with a lowercase "s") But Java is case-sensitive, and the correct data type is: java.lang.String (with an uppercase S)
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 ...