시험번호: EE0-011
Q&A: 87 Q&As
가격(달러):$ 29.00 USD
업그레이트: Jan-15-2010
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
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
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
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 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:AD
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 tables is reduced, simplifying queries.
C. Item descriptors can inherit properties from multiple parent sources.
D. Queries for items with common attributes can be created more easily.
Answer:AD