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.
Which of the following statements about SQL host variables in Cúram are true? Which of the following statements about SQL host variables in Cúram are true?
A. All parameter host variables must be included in the argument struct.
B. All host variables must be prefixed by a colon.
C. All return host variables must be included in the return struct.
D. Host variables are not case sensitive.
E. In custom entity SQL, each host variable should consist of the data type plus variable name.
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 entity stereotypes require the user to specify input parameters when modeling?
A. nkread
B. nkmodify
C. readmulti
D. nsinsert
E. nsremove
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
Examine the following UIM code:

Which of the following statements are true?
A. The Page Title is read from a properties file.
B. The modifyPersonBean is invoked when the page loads.
C. A CONNECT element at the page level is used to pass a page parameter into a display phase SERVER_INTERFACE.
D. The UIM page is called PersonDemo_modifyPersonPage.uim.
E. The cluster value Cluster.Title.PersonDetails is read from a SERVER_INTERFACE.
ADDRESS_DATA in Cúram client pages can be presented in a localized format.
ADDRESS_DATA in Cúram client pages can be presented in a localized format. Where is the format data
stored?
A. curam-config.xml and CDEJResources.properties
B. curam-config.xml, CDEJResources.properties and Application.prx
C. curam-config.xml and curam.css
D. curam-config.xml only
E. CDEJResources.properties only
Which of the following represents the correct approach for customizing curam-config.xml compliantly?
A. Create a file ending in config.xml in the custom folder containing the changes
B. Create a file ending in -config.xml in the custom folder containing the changes
C. Create a file ending in Config.xml in the custom folder containing the changes
D. Change curam-config.xml in place
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
What are three effects of running a build clean server command? [Select 3]
A. All database tables are dropped and rebuilt
B. All generated artifacts are deleted
C. All code table files are recompiled
D. All application navigation files are checked and loaded
E. All client pages that have changed since the last build are regenerated
F. All generated and handcrafted code is compiled