What are the basic required components to make the Contribution User Interface usable?
A. users (including their ACLs and roles) and the data model
B. users (including their ACLs and roles) and auxiliary user interfaces
C. a data model, auxiliary user interfaces, and a JSP page template
D. users, a data model, and a workflow
Your client wants to use Engage to render a dynamic recommendation on every page. The recommendation is to be rendered using a pagelet template that will be called by the outer page template using the
Which template caching strategy is the best solution from an efficiency point of view?
A. using an uncached wrapper that calculates the visitor's segment, and then calls a cached page template by using the
B. using an uncached wrapper that calculates the visitor'ssegment, and then calls anuncached page template by using the
C. using an uncached wrapper that calculates the visitor's segment, and then calls a cached page template by using the
D. having no SiteEntry wrapper and using an uncached page template that calculates the visitor's segment, which then calls a cached pagelet by using the
E. having no SiteEntry wrapper and using an uncached page template that calculates the visitor's segment, which then calls a cached pagelet by using the
F. having no SiteEntry wrapper and using a cached page template that calculates the visitors segment, which then calls a cached pagelet by using the
An Article asset has 12fields and mostof them are renderedon a detail template.
Which tag can beused to get allthe attributesina single call?
A. Asset:get
B. asset:loadall
C. asset:scatter
D. asset:list
Which three are key considerations when designing a template architecture?
A. a simple, clear, and consistent framework for development
B. support for implementation of asset security
C. reuse of page components to reduce development overhead
D. insight into database performance
E. risk reduction through knowledge of the site architecture
You are creating a template thatistested to render a dynamic list of 20 links to heterogenous flex asset types that share the same flex attribute family. The list is generated by creating a dynamic list through code by constraining it with one or more keywords that are passed into the template using cache parameters. The behavior of the potential list candidates is as follows:
In the following render tag, what does childpagename refer to?
A. childpagename refers to the value of the template that you want to render.
B. childpagename refers to the name of the child page asset that you want to render.
C. childpagename refers to the wrapper element that you want to render.
D. childpagename refers to the element associated with the current page name.
Which three statementsare true aboutflex assets?
A. Flex asset types are part of an asset type structure called a flex family and therefore, can be made up of a pool of attribute assets for that flex family.
B. A flex family can have only one flex asset type.
C. The parent asset values inherited by a flex asset are stored in one of the flex asset type tables instead of the parent asset type tables.
D. Attribute data is stored in records instead of columns in the database table so that they can be changed without editing the structure of the database table.
E. Attribute editors and flex filters can be used but not named associations.
To reproduce an environment, which two backups are required at a minimum?
A. cold backup of the database schema
B. backup of the WebCenter Sites shared file system
C. backup of the WebCenter Sites web applications
D. backup of the Webserver configuration files
Which statement accuratelydescribesthe dynamic publishing method of WebCenter Sites?
A. It leverages native Oracle Database data integration technology.
B. It is used to copy data from a WebCenter Sites source system to a target system.
C. It cannot publish pages containing Web 2.0 content.
D. It leverages Oracle GoldenGate.
Which three are necessary to make aWebCenter Sites deliveryenvironment highly available?
A. running WebCenter Sites in a cluster
B. a shared file system
C. a load balancer
D. a highly available asset model
E. restriction to three levels of parent hierarchy in an asset model
How can you specify where theGlobal Gadget CatalogInterface is to be enabled?
A. You can enable this during the Gadgets application installation process
B. By changing the cs_site property in GadgetsApplication.xml
C. By changing the cs_site property in futuretense_xcel.ini file
D. By defining/editing cs_site property from Admin application of Admin Site
In whichenvironment do editorialusers maintain their content?
A. management
B. development
C. delivery
D. disaster recovery
E. quality assurance
Where would youchange the defaultview mode to webmode for an asset typein a contentmanagement site?
A. Admin interface >StartMenu tab
B. WEM Admin interface > Sites > Manage Site
C. Admin interface > Site Admin tab
D. Shared File System > UI/Config/ConfigHTML. jsp, by adding or editing a property
In the ContributorUI, what must be doneifyouwantyour author to change the slotpresentation?
A. The usage property in the template needs to be set to "Element is used as layout."
B. The template needs to be coded with ICS tags.
C. The usage property in the template needs to be set to "Element defines a whole HTML page and can be called externally."
D. The template needs to be called with the render:layout tag.
E. The Use Slots check box should be selected to enable the slot.
Which three characterscan be used ina template name?
A. Underscore (_)
B. hyphen (-)
C. hash (#)
D. any numeric value
E. percent (%)
F. colon (:)