For which two of the following customizations is it compliant to subclass an entity? [Select 2]
A. Add a new attribute
B. Override an attribute
C. Override a database operation
D. Override a non-database (<
E. Enable an exit point for an operation
Which of the following are valid non-key stereotypes for entity operations?
A. nkdelete
B. nkread
C. nkinsert
D. nkremove
E. nkreadmulti
Which of the following scenarios would depend on using the MENU element?
A. Configuring a control at page-title level with 3 options for the user to select.
B. Defining a modal page that is part of a wizard.
C. Specifying that a field in a LIST should contain one or more ACTION_CONTROL elements.
D. Defining which sections users can navigate to in the Applications Section Bar.
E. Providing the user with in-page navigation links.
In which of the following files would a developer define the database name for his/her Cúram application?
A. datamanager_config.xml
B. Application.prx
C. Bootstrap.properties
D. ApplicationConfiguration.properties
Which two of the following statements about the CONNECT element are true? [Select 2]
A. When used inside a LIST, a CONNECT element can have a TARGET element as a child element
B. When used inside a FIELD, a CONNECT element must have at least one SOURCE, TARGET, or INITIAL as a child element
C. The CONNECT element can be used to indicate which SERVER_INTERFACE is related to which ACTION_CONTROL
D. The CONNECT element can have multiple TARGET elements
E. The CONNECT element is a valid child of the PAGE element
Review the following model:
Based on the model shown above, which table(s) will exist following a build generated database?
A. EntityOne and EntityOneExtension
B. EntityOne only
C. EntityOneExtension only
D. The build will fail because extending an entity is not allowed
If stereotyped methods were included in an entity class MyEntity, the implementation of these methods displays in which Java class?
A. curam.impl.MyEntity
B. curam.base.MyEntity
C. curam.fact.MyEntity
D. curam.intf.MyEntity
If a model contains a process class MyProcess, which two of the following class signatures are correct? [Select 2]
A. curam.impl.MyProcess implements curam.intf.MyProcess
B. curam.impl.MyProcess implements curam.base.MyProcess
C. curam.impl.MyProcess extends curam.base.MyProcess
D. curam.base.MyProcess extends curam.intf.MyProcess
E. curam.base.MyProcess implements curam.intf.MyProcess
For an entity named Sample, which of the following are shadow types that the generators may create?
A. SampleKeyDtls
B. SampleKeyList
C. SampleKey
D. SampleListDtls
Which of the following are fundamental data types in the Cúram model?
A. SVR_MONEY
B. SVR_LONG
C. SVR_DATE
D. SVR_CODE
E. SVR_BOOLEAN