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?



A. Exhibit A
B. Exhibit B
C. Exhibit C
D. Exhibit D
Which of the following statements about aggregation in Cúram are correct? Which of the following statements about aggregation in Cúram are correct?
A. An entity may aggregate another entity.
B. A struct may aggregate an entity.
C. A struct may aggregate another struct.
D. An entity may aggregate a struct.
Review the following model:

Based on the model shown above, what will be the result of a build generated command?
A. Build Failed: The entity named TheEntity cannot have a non-default stereotyped operation
B. Build Successful (Warning: Unrecognized stereotype 'blank' in entity named TheEntity)
C. Build Failed: The entity named TheEntity defines an operation stereotyped using a reserved keyword 'blank'
D. Build Successful
Which of the following are valid non-key stereotypes for entity operations?
A. nkdelete
B. nkread
C. nkinsert
D. nkremove
E. nkreadmulti
this be replaced with a set of radio buttons?
A. Ensure that the underlying Domain Definition on the model resolves to SHORT_CODETABLE_CODE.
B. Set the SHORT attribute on the FIELD to true.
C. Set the Radio Button option on the Domain Definition to true.
D. Set the Radio Button option on the corresponding struct to true.
Which of the following are stored in the datamanager_config.xml file?
A. Database table names used by the application
B. Database type and port numbers
C. References to DMX files containing data to be inserted on a build
D. References to SQL scripts to be run on a build
E. References to CTX files containing code tables to be inserted on a build
Which of the following are valid ways to enforce that a value be mandatory for a given attribute?
A. Write custom logic at method level in the Java class
B. Configure the Require_Mandatory property of the entity's attribute to be set to true
C. Specify the name of the field in the Mandatory_Fields property of the modeled operation's argument struct
D. Write a custom Java function to check for a value being present and specify the function on the Custom_Validation_Function_Name property of the relevant Domain Definition
ADDRESS_DATA in Cúram client pages can be presented in a localized format.
ADDRESS_DATA in Cúram client pages can be presented in a localized format. Where is the format data
stored?
A. curam-config.xml and CDEJResources.properties
B. curam-config.xml, CDEJResources.properties and Application.prx
C. curam-config.xml and curam.css
D. curam-config.xml only
E. CDEJResources.properties only
When customizing a Codetable (CTX) file in Cúram, which of the following statements are true?
A. To add a new entry to a code table, create a new CTX file in the custom directory with the same name as the existing CTX and add the new entry
B. To change an entry in a code table, copy the existing file to the appropriate custom directory, append custom_ to the code name, and insert the new code value
C. To remove an entry from a code table, copy the existing file to the appropriate custom directory and remove the entry in question
D. To change an entry in a code table, create a new CTX file in the custom directory with the same name as the existing CTX, copy the code table item from the existing CTX, and make any required changes to the copy
E. Custom codes are appended to the end of the corresponding, existing code table
Which of the following statements about Multi-Select Lists are correct?
A. Domains that use multi-select lists must be specified within the MULTIPLE_SELECT section of the Application.prx file.
B. The property specified for the TARGET element must have a Domain Definition that ultimately unwinds to the String type because multiple user selections will be concatenated into a tab-delimited string.
C. The INITIAL element used should declare a MULTI-SELECT attribute with the value true.
D. If a SOURCE element is used within the MULTI_SELECT definition to pre-select items in the list, the Server Interface property it refers to should contain a tab-delimited string.