IBM Related Exams
C1000-004 Exam

You want to define infrastructure validation for MYDOMAIN, which is based on SVR_INT64.
Which validation property can you define for MYDOMAIN?
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?
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?