Which of the following statements about aggregation in Cúram are correct? Which of the following statements about aggregation in Cúram are correct?
A. An entity may aggregate another entity.
B. A struct may aggregate an entity.
C. A struct may aggregate another struct.
D. An entity may aggregate a struct.
Which of the following entity method stereotypes require SQL to be provided?
A. nsread
B. ns
C. nsmulti
D. batch
E. nsmodify
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
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
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 two of the following statements about Façade and Process classes are true? [Select 2]
A. Façade classes may only have public methods, whereas Process classes can also have protected methods
B. Façade classes have methods that can be invoked by the client application, whereas Process classes do not
C. A Process class can be configured as visible to the client application if the SetClientVisible property is set to true
D. The same operation stereotypes can be used in Façade and Process classes
E. Façade classes form part of the Service Layer
The variable project.package stores the root name of a Cúram application, for example, project.package=serverworkshop. The variable project.package stores the root name of a Cúram application, for example, project.package=serverworkshop. This variable is stored in which file?
A. curam-config.xml
B. Application.prx
C. Bootstrap.properties
D. datamanager_config.xml
E. Curam.properties
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
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