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 statements about the different approaches to generating unique IDs are true?
A. A dedicated BPO should be used to generate readable keys.
B. A programmatic or model-based approach can be used when the key needs to be returned for further processing.
C. The model-based approach should be used to generate keys from the Default KeySet.
D. The model-based approach reduces the chance of key conflict.
E. A key set must be specified when using the programmatic approach.
An application's Server Components folder contains the following components: Appeals, core, custom, ISScreening, and ServicePlanning. The SERVER_COMPONENT_ORDER variable is set as follows: SERVER_COMPONENT_ORDER=custom, ServicePlanning.
Which of the following statements BEST reflects the order of priority (decreasing priority left to right) in which the generators will process the components?
A. custom, ServicePlanning, core
B. custom, ServicePlanning
C. custom, ServicePlanning, Appeals, core, ISScreening
D. custom, ServicePlanning, Appeals, ISScreening, core
E. Appeals, custom, ISScreening, ServicePlanning, core
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
this be replaced with a set of radio buttons?
A. Ensure that the underlying Domain Definition on the model resolves to SHORT_CODETABLE_CODE.
B. Set the SHORT attribute on the FIELD to true.
C. Set the Radio Button option on the Domain Definition to true.
D. Set the Radio Button option on the corresponding struct to true.
Which of the following are stored in the datamanager_config.xml file?
A. Database table names used by the application
B. Database type and port numbers
C. References to DMX files containing data to be inserted on a build
D. References to SQL scripts to be run on a build
E. References to CTX files containing code tables to be inserted on a build

Which of the following pieces of UIM could be used to create this page section?




A. Exhibit A
B. Exhibit B
C. Exhibit C
D. Exhibit D
If a change is made to a UIM page, what are the minimum steps required to make the new page visible to the client browser?
A. Restart the server and Tomcat and refresh the page.
B. Stop the server and Tomcat, build a clean client, refresh in Eclipse, and restart the server and Tomcat.
C. Stop Tomcat, do a build client, refresh in Eclipse, and restart Tomcat.
D. Build a clean client and refresh in Eclipse.
E. Build the client.
Examine the following piece of code:

Which of the following statements about this piece of code is true?
A. It does not compile because an import statement is missing
B. It does not compile because the PersonDtls object must be obtained from a factory class
C. It does not compile because the MaintainPerson should not extend the class serverworkshop.intf.MaintainPerson
D. It compiles without errors
Review the Screenshot presented.

What type of application navigation element can be expected to correspond with the element highlighted by the red box?
A. Selection
B. Menu
C. Tab
D. Navigation
E. Shortcut-Tab