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.
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.
Which statement about domain definitions is true?
A. To customize a domain named MYDOMAIN, create a new domain definition named MYDOMAIN in your custom package.
B. Domain definitions are a UML concept.
C. All attributes and entities must be based on domain definitions.
D. A Domain may consist of a mixture of primitive types and other domain definitions.
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.
For which two associations can you specify the shadow class types? (Choose two.)
A. Subclassing.
B. Assignable.
C. Foreign Key.
D. Index.
E. Aggregation.
Examine the following piece of code:
curam.impl.MyProcess = curam.fact.MyProcessFactory.newInstance();
If curam.impl.MyProcess is defined as an abstract class as recommended, which statement is true?
A. The code is incorrect because MyProcess should be from the base package.
B. The code is incorrect because MyProcess should be from the intf package.
C. The code is incorrect because the class curam.fact.MyProcessFactory does not contain a static method newInstance ().
D. There is nothing wrong with this code.
Which two statements about configurable validations are true? (Choose two.)
A. All out-of-the-box validations are configurable.
B. Configurable validations are disabled by default.
C. Configurable validations are listed in the Analysis Documentation.
D. Configurable validations can be enabled and disabled by using the Administration Suite.
E. Configurable validation error messages are defined in the ValidationConfiguration.xml file.
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 of the following are valid subdirectories of a server component directory? (Choose two.)
A. configuration
B. codetable
C. database
D. EJBserver
E. message