- A requirement states: A customer can update an address at any point during case processing by performing the following steps.
- The customer submits the new address.
- The application verifies that the address matches postal service requirements.
- The customer then approves the corrected address.
How do you configure this requirement?
A. Add an alternate stage to the case life cycle to change the address.
B. Add a case-wide optional process to the case workflow to perform the address change.
C. Add a case-wide optional action to the workflow for the address submission.
D. Add a button to each assignment to present the custoemer with a form to submit a new address.
I believe answer is C since we are not deviating from the original happy path flow. Am i Wrong? There are websites listed B as an answer but i am little confused on why C is incorrect. Any explanation is appreciated. Thanks in advance!
- A hotel booking application allows customers to change rooms after making a reservation. Each room’s status in each hotel is stored on a data page sourced from an external database table.
Which two configuration options, when applied in combination, do you use to update the database table when a customer changes rooms? (Choose Two)
A. An editable data page that contains the room information
B. A savable data page that contains the room information
C. A when rule to trigger the database update
D. A data transform to copy updates to the data page.
Answers: I am little confused because the question wording is little tricky here. I am thinking it could be A and D, correct? Because it can’t be C obviously for all known reasons about when conditions and not B due to the fact that savable data page already saves the info to a data page and you dont require data transform. So i am going with A and D. Is my understanding correct?