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.
You get the following error message while adding custom functionality:

What is the most likely cause of the error?
A. An artifact links to a page that does not exist.
B. The security for the UIM page is not defined.
C. A Page parameter is incorrectly specified.
D. A Server Interface has the wrong PHASE.
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.
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 the below message definition. What is the result when the runtime locale is set to fr_CA?

A. Washroom.
B. Lavatory.
C. Restroom.
D. An error is displayed.
A UIM page in the custom component contains the following SCRIPT element:

In the web client application is installed in
A.
B.
C.
D.
Which two tasks do you need to perform to ensure that the script loads the next time the database is built? (Choose two.)
A. Copy the IEG script into your custom DMX file.
B. Copy the IEG script to your custom DMX file to reference the script.
C. Modify the entry in the custom DMX file to reference the script.
D. Replace the IEG script in the OOTB folder with the custom script.
E. Load the IEG script to the APPRESOURCE folder.
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.
Which two class types can be modeled in IBM CĂșram SPM? (Choose two.)
A. default
B. rest
C. batch
D. inboundprocess
You want to define infrastructure validation for MYDOMAIN, which is based on SVR_INT64. Which validation property can you define for MYDOMAIN?
A. Pattern_Match.
B. Enable_Validation.
C. Maximum_Size.
D. Custom_Validation_Function_Name.