Which two exceptions are checked exceptions in IBM Cúram SPM? (Choose two.)
Which two statements about page parameters are true? (Choose two.)
StructA aggregates two structs, namely, StructB and StructC.
Which statement about the aggregation is correct?
The code table file called MyCodetable.ctx is defined in the following components: core, custom, and mycomponent.
The SERVER_COMPONENT_ORDER variable is set as SERVER_COMPONENT_ORDER=custom,mycomponent.
Which will be the set of code\value pairs for MyCodetable?
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?
You have two structs, Struct A and Struct B. Struct A contains an attribute called att1 of type MYDOMAIN1, based on SVR_INT64. Struct B contains an attribute called att1 of type MYDOMAIN2, based on SVR_STRING.
What happens when the assignment statement structA.assign(structB) is executed?
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?
You want to define infrastructure validation for MYDOMAIN, which is based on SVR_INT64.
Which validation property can you define for MYDOMAIN?
Which documentation resource provides a list of configurable validation messages?