exam questions

Exam C9550-412 All Questions

View all questions & answers for the C9550-412 exam

Exam C9550-412 topic 1 question 29 discussion

Actual exam question from IBM's C9550-412
Question #: 29
Topic #: 1
[All C9550-412 Questions]

A corporation has an existing user portal and would like to keep the same look and feel when using IBM business process manager. The corporation wants to access their own portal to initiate tasks and work on them instead of the BPM process portal. The corporation has decided to address this requirement by using
BPM REST APIs to access BPM resources.
When the BPM application developer is testing an API call similar to the one below, it sometimes fails, because the URI is too long.
PUT http://host1.company.com:9080/rest/bpm/wle/v1/task/3?
action=finish¶ms={"empid":"5", "empname":
{"firstName":"John","lastName":"Kramer"}}
Headers:

Accept application/json -

  • A. POST http://host1.company.com:9080/rest/bpm/wle/v1/task/3 Headers: Accept application/json Content-Type: application/x-www-form-urlencoded X-Method-Override: PUT Request Body: action=finish¶ms={"empid":"5", "empname": {"firstName":"John","lastName":"Kramer"}}
  • B. POST http://host1.company.com:9080/rest/bpm/wle/v1/task/3? action=finish¶ms={"empid":"5", "empname": {"firstName":"John","lastName":"Kramer"}} Headers: Accept application/json Content-Type: application/x-www-form-urlencoded X-Method-Override: PUT
  • C. PUT http://host1.company.com:9080/rest/bpm/wle/v1/task/3 Headers: Accept application/json Content-Type: application/x-www-form-urlencoded Request Body: action=finish¶ms={"empid":"5", "empname": {"firstName":"John","lastName":"Kramer"}}
  • D. PUT http://host1.company.com:9080/rest/bpm/wle/v1/task/3 Headers: Accept application/json Content-Type: application/x-www-form-urlencoded X-Method-Override: PUT Request Body: action=finish¶ms={"empid":"5", "empname":
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Currently there are no comments in this discussion, be the first to comment!
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 ...