StructA aggregates two structs, namely, StructB and StructC.
Which statement about the aggregation is correct?
A. No two structs in the aggregation can have attributes with the same name.
B. Unique role names must be specified for the aggregations.
C. Unique labels must be specified for the aggregations.
D. Other aggregations cannot include StructA, StructB, or StructC.
What is specified in the .app file for application-wide searching?
A. References to search pages.
B. The name of the parameter that stores the search input value.
C. The name of the server interface that is called to perform the search.
D. A default search input value.
Examine this fragment of UIM code:

Which two statements about the UIM code are true? (Choose two.)
A. Curamlogo.jpg corresponds to the name of an image file under the WebContent/Images directory.
B. There can be no other UIM elements declared inside the CLUSTER.
C. The IMAGE attribute can be specified as part of the CLUSTER element.
D. The text associated with Image.Label.Logo is used as text for the image.
E. A build client will fail because the IMAGE element should be declared inside a CONTAINER.
You want to execute a custom SQL script called MyChanges.sql.
Which statement describes how to execute MyChanges.sql when the database is built?
A. Add MyChanges.sql to your custom data\test folder, from where it loads automatically.
B. Add MyChanges.sql to your custom data\test folder and reference it from a DMX file.
C. Add MyChanges.sql to your custom folder and reference it from datamanager_config.xml.
D. Add MyChanges.sql to your custom folder and reference if from the database ANT script.
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.
Examine this UIM code snippet: How will the field element be displayed in the list?

A. As an editable text field.
B. As a non-editable text field.
C. As a text field hyperlink.
D. As a drop-down list field.
Which statement about handcrafted service layer classes is true?
A. The generators create the intf, base, and factory classes, while the developer provides the impl class.
B. Entity classes are not modeled, as they are provided by the Entity Interface.
C. The DAO Interface provides search (readmulti) operations.
D. Handcrafted service layer classes do not use structs.
You need to return the total number of people who are under 21 and not studying or in employment. Which operation is the most suitable to define for the Person Entity?
A. readmulti
B. nsreadmulti
C. nkreadmulti
D. ns.
When customizing out-of-the-box (OOTB) artifacts in RSA, which customization is compliant?
A. Modifying relationships in place between OOTB classes.
B. Assigning OOTB structs to other OOTB structs.
C. Creating a new foreign key where the OOTB Entity is the child.
D. Assigning a custom struct to an OOTB struct or entity.
Which two class types can be modeled in IBM Cúram SPM? (Choose two.)
A. default
B. rest
C. batch
D. inboundprocess