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.
Which documentation resource contains a list of allowed and discouraged overrides for domain definitions?
A. Modeling Reference Guide.
B. Server Developer's Guide.
C. Web Client Reference Guide.
D. Development Compliancy Guide.
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.
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.
The following ACTION_SET is defined at the page level in a UIM file: What is the output from this UIM fragment?

A. A page drop-down menu that contains two menu items and one separator.
B. Two buttons that display beside each other next to the page title.
C. Two button that display beside each other below the page title bar.
D. A page drop-down menu that contains two menu items and no separate.
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.
Which entity customization is compliant?
A. Override a stereotyped operation.
B. Enable an exit point.
C. Add an attribute by using subclassing.
D. Add an attribute by using aggregation.
An out-of-the-box (OOTB) application called Care Worker defines shortcuts in files called CWShortcuts.ssp, which are located in the tab folder of several OOTB components.
Which task will you perform to add a custom shortcut for the Care Worker application?
A. Copy CWShortcuts.ssp from the OOTB component that you are customizing to your custom clientapps folder and add the link.
B. Merge the CWShortcuts.ssp files from all of the OOTB components, copy the merged version to your custom clientapps folder, and add the link.
C. Copy CWShortcuts.ssp from the OOTB component that you are customizing to your custom PFMAppViews\tab folder, and add the link.
D. Merge the CWShortcuts.ssp files from all of the OOTB components, copy the merged version to your custom PFMAppViews\tab folder, and add the link.
Examine this UIM code snippet:

Which two missing elements are required for this FIELD element to compile successfully? (Choose two.)
A. A PAGE_PARAMETER with NAME="caseID".
B. A server interface with PHASE="DISPLAY".
C. A server interface with PHASE="ACTION".
D. A server interface call that returns an attribute called `type'.
E. An ACTION_CONTROL of type ACTION.