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
When creating a user in the WEMinterface, what are theminimum fields that are required?
A. Name
B. Email
C. ACLs
D. Groups
E. Password
F. Assign user to a site
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
Which three are asset types?
A. Page
B. Attribute Editor
C. Start Menu
D. Page Definition
E. Workflow Process
F. Role
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.
Identify two features that Global Site Foundation provides.
A. Pagelet authentication
B. Support for vanity URLs
C. Detailed page fragment analytics
D. Built-in 404 response for deleted assets
You observe the followingerror in the applicationserver logs during installationof WebCenter Sites,when startingup the application: A. by ensuring that the [webcenter_sites_ installation_directory] /bin directory is added to the application's classpath

B. by ensuring that the [webcenter_sites_ installation_directory] /lib directory is added to the application's classpath
C. by ensuring that the [webcenter_sites_ installation_directory] /classes directory is added to the application's classpath
D. by ensuring that the [webcenter_sites_ installation_directory] /shared/bin directory is added to the application's classpath
The WebCenter Sites installation process reports that it has completed installation successfully.But a number of database tables are missing.
What could be the possible cause here?
A. WebCenter Sites is installed as a cluster member without being installed first as a single server.
B. The database user is not given the "unlimited space" privilege, which prevents the creation of big system tables.
C. An incorrect database driver is used, which prevents creation of tables with unsupported data types.
D. The maximum capacity for the connection pool is configured incorrectly.
Which functionality doesWebCenter SitesPublishing use to ensure thatthere are no broken linksorcontent?
A. It can obtain workflow approval automatically prior to publishing.
B. It evaluates asset dependencies before publishing.
C. It copies asset information without the need for SQL queries to the publishing destination.
D. It publishes code as well as content.
What two arecharacteristics of basic assets?
A. can be rated for use with recommendations and promotions
B. are simple data structures with a single storage table
C. support a fixed, predictable design with a moderate number of attributes
D. do not work with static publishing
E. do not allow for subtypes
F. inlcude main tag families such as ASSETSET, SEARCHSTATE, and RENDER