Consider the following assignable relationship:
Which statement about the modeling is true?
A. You cannot assign an entity to a struct.
B. You cannot assign an entity to a struct that aggregates other structs.
C. You cannot assign an entity to a list struct.
D. There is nothing wrong with the modeling.
Which statement about UIM pages is correct?
A. A UIM page can appear in more than one component, and the version displayed at runtime depends on which components the user is allowed to access.
B. A UIM page cannot appear in more than one component.
C. UIM pages appear in more than one component will be merged.
D. If a UIM page appears in more than one component, only the page from the highest priority component will be displayed at runtime.
You want to add a custom attribute to an out-of-the-box (OOTB) struct called CaseDetails. You create a custom struct called CustomCaseDetails. Both structs are shown in the diagram.
Which association should you model next?
A. CustomCaseDetails subclasses CaseDetails.
B. CustomCaseDetails aggregates CaseDetails.
C. CaseDetails is assigned to CustomCaseDetails.
D. CaseDetails aggregates CustomCaseDetails.
You want to make a field on a page mandatory.
Which task is valid?
A. Configure the Allow_Nulls property of the entity's attribute to be set to false.
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.
Which three of the following are Application Tier Layers in the IBM Cúram SPM application? (Choose three.)
A. Remote Interface Layer.
B. Session Layer.
C. Data Control Layer.
D. Business Object Layer.
E. Access Control Layer.
F. Data Access Layer.
Consider this out-of-the-box (OOTB) façade: Which statement represents a compliant approach when customizing the mandatory fields of the createAccount() operation?
A. Change the Mandatory Field option for create createAccount() in a custom façade that subclasses AccountFaçade and set Replace_Superclass=No.
B. Change the Mandatory Field option for create createAccount() in a custom façade that does not subclass AccountFaçade.
C. Change the Mandatory Field option for create createAccount() in a custom façade that subclasses AccountFaçade and set Replace_Superclass=Yes.
D. It is not possible a Mandatory field option, so a support case should be raised if the developer thinks it needs to be changed.
Which statement about customizing code table items in a way that avoids conflicts during future upgrade is true?
A. Continue the sequential names for the code items that already have been chosen by IBM.
B. Update the code table item in the out-of-the-box (OOTB) file.
C. Choose code item names that have different letter prefixes to any existing names.
D. There is no limit to the length of the table item name.
You can localize custom validations that are written in Java by using an external locale-specific properties file.
Which two of the following are correct locale-specific properties files for such validations? (Choose two.)
A. ErrorMessages_fr.properties
B. ErrorMessages_US_en.properties
C. ErrorMessages.properties_fr
D. ErrorMessages_en_US.properties
E. en_ErrorMessages.propereties
Which two statements about dynamic conditional clusters are true? (Choose two.)
A. A dynamic cluster will always be displayed when the page initially loads.
B. The implementation of dynamic conditional clusters uses JavaScript.
C. Dynamic conditional clusters cannot be nested for performance reasons.
D. If a cluster is hidden when the data is submitted, default data is sent to the server.
E. If there are mandatory fields in a hidden cluster, default values are sent to the server when the data is submitted.
Which two class types can be modeled in IBM Cúram SPM? (Choose two.)
A. default
B. rest
C. batch
D. inboundprocess