IBM
C2170-010 · Question #25
C2170-010 Question #25: Real Exam Question with Answer & Explanation
Sign in or unlock C2170-010 to reveal the answer and full explanation for question #25. The question stem and answer options stay visible for context.
Question
The Curam page shown here is configured to allow the developer to identify which action control was selected when the user clicks either button. Which of the following pieces of UIM could be used to do this?
Options
- A<xml version="1.0" encoding="UTF-8"?> <PAGE PAGE_ID="PersonDemo_agree" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file://Curam/UIMSchema.xsd"> <PAGE_TITLE> <CONNECT> <SOURCE NAME="TEXT" PROPERTY="PageTitle.StaticText"/> </CONNECT> </PAGE_TITLE> <SERVER_INTERFACE OPERATION="checkAgreement" CLASS="MaintainPerson" NAME="CheckAgreementYesN" PHASE="ACTION" ACTION_ID_PROPERTY="selection"/> <CLUSTER TITLE="Cluster.Title.Agreement"> <ACTION_SET TOP="false" ALIGNMENT="CENTER"> <ACTION_CONTROL LABEL="ActionControl.Label.Yes" TYPE="SUBMIT" ACTION_ID="agree"/> <ACTION_CONTROL LABEL="ActionControl.Label.No" TYPE="SUBMIT" ACTION_ID="disagree"/> </ACTION_SET> </CLUSTER> </PAGE>
- B<xml version="1.0" encoding="UTF-8"?> <PAGE PAGE_ID="PersonDemo_agree" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file://Curam/UIMSchema.xsd"> <PAGE_TITLE> <CONNECT> <SOURCE NAME="TEXT" PROPERTY="PageTitle.StaticText"/> </CONNECT> </PAGE_TITLE> <SERVER_INTERFACE OPERATION="checkAgreement" CLASS="MaintainPerson" NAME="CheckAgreementMean" PHASE="ACTION" ACTION_ID_PROPERTY="selection"/> <CLUSTER TITLE="Cluster.Title.Agreement"> <ACTION_SET TOP="false" ALIGNMENT="CENTER"> <ACTION_CONTROL LABEL="ActionControl.Label.Yes" TYPE="SUBMIT" ACTION_ID="agree"/> <ACTION_CONTROL LABEL="ActionControl.Label.No" TYPE="SUBMIT" ACTION_ID="disagree"/> </ACTION_SET> </CLUSTER> </PAGE>
- C<xml version="1.0" encoding="UTF-8"?> <PAGE PAGE_ID="PersonDemo_agree" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file://Curam/UIMSchema.xsd"> <PAGE_TITLE> <CONNECT> <SOURCE NAME="TEXT" PROPERTY="PageTitle.StaticText"/> </CONNECT> </PAGE_TITLE> <SERVER_INTERFACE OPERATION="checkAgreement" CLASS="MaintainPerson" NAME="CheckAgreementBean" PHASE="ACTION" /> <CLUSTER TITLE="Cluster.Title.Agreement"> <ACTION_SET TOP="false" ALIGNMENT="CENTER"> <ACTION_CONTROL LABEL="ActionControl.Label.Yes" TYPE="SUBMIT" ACTION_ID="agree"/> <ACTION_CONTROL LABEL="ActionControl.Label.No" TYPE="SUBMIT" ACTION_ID="disagree"/> </ACTION_SET> </CLUSTER> </PAGE>
- D<xml version="1.0" encoding="UTF-8"?> <PAGE PAGE_ID="PersonDemo_agree" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file://Curam/UIMSchema.xsd"> <PAGE_TITLE> <CONNECT> <SOURCE NAME="TEXT" PROPERTY="PageTitle.StaticText"/> </CONNECT> </PAGE_TITLE> <SERVER_INTERFACE OPERATION="checkAgreement" CLASS="MaintainPerson" NAME="CheckAgreementMean" PHASE="ACTION" ACTION_ID_PROPERTY="Property.Yes" NAME="CheckAgreementBean" PHASE="ACTION" ACTION_ID_PROPERTY="No"/> <CLUSTER TITLE="Cluster.Title.Agreement"> <ACTION_SET TOP="false" ALIGNMENT="CENTER"> <ACTION_CONTROL LABEL="ActionControl.Label.Yes" TYPE="SUBMIT" ACTION_ID="agree"/> <ACTION_CONTROL LABEL="ActionControl.Label.No" TYPE="SUBMIT" ACTION_ID="disagree"/> </ACTION_SET> </CLUSTER> </PAGE>
Unlock C2170-010 to see the answer
You've previewed enough free C2170-010 questions. Unlock C2170-010 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.