Demo Edition
© 2007- 2008 Test Killer, LTD All Rights Reserved
Exam Express ATG Certified Relationship
Management Developer
Exam: EE0-011
EE0-011
1
http://www.testkiller.com
http://www.troytec.com
Question: 1
An online application requires that the value of a user's security privilege be inherited
from the privilege of its parent organization unless a value is specified on a per-user
basis. Which repository feature provides the quickest and easiest implementation?
A. RQL filter
B. derived property
C. custom property descriptor
D. item-descriptor inheritance
Answer: B
Question: 2
Which cache mode is most appropriate for repositories that are generally read-only,
but updated infrequently?
A. locked
B. simple
C. disabled
D. distributed
Answer: D
Question: 3
In which file is an application module's required classes specified?
A. the META.INF file
B. the module's .jar file
C. the application.xml file
D. the MANIFEST.MF file
E. the J2EEContainer.properties file
Answer: D
Question: 4
Which two statements are true if a repository item type T has a property P that has the
cascade="update" attribute set? (Choose two.)
A. Property P can be defined as either a repository item or a Collection of repository
items.
B. The cascade="update" attribute is applied recursively to any properties in the items
EE0-011
2
http://www.testkiller.com
http://www.troytec.com
referenced by property P.
C. Anytime that a repository item of type T is updated, all corresponding items
referenced by property P are updated.
D. Anytime that a repository item of type T is added to the repository, the
corresponding items referenced by property P are also added to the repository.
Answer: A, D
Question: 5
What are two advantages of using Item Descriptor Inheritance over independent item
descriptors in a repository definition? (Choose two.)
A. Duplicate data across different tables can be avoided.
B. The number of database tabl