Content editors are reporting that the Contributor interface in WebCenter Sites slows down at certain times during the day when they enter and edit content. Which two tools can be used todiagnose wherethe problem lies?
A. the cache management tool. Launch this tool on the delivery server to see how many items are in the ContentServer cache.
B. the web server logs. Use these logs to check the amount of public traffic on the delivery server.
C. the resultset cache section of system tools. Check to see if there are any tables that are inefficiently cached.
D. thread dumps. Take thread dumps to see where the WebCenter Sites server is spending its time.
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
Which set of asset typescan be managed only throughthe Admin UI withthe defaultsettings after aninstallation?
A. flex filter, recommendation, and flex definition
B. query, flex definition, and recommendation
C. SiteEntry, flex parent definition, and flex attributes
D. flex parent definition, SiteEntry, and query
When creating a flex asset through WebCenter Sites UI, saving the asset takes a long time. After reviewing the logs, you see:
Given this situation what could be the possible reason for this?
A. WebCenter Sites is waiting on a Satellite Server to flush cache that it cannot reach
B. WebCenter Sites is taking time on the save action due to incorrect flex asset model
C. WebCenter Sites is taking time because the flex parent contains too many children causing delay in saving the asset
D. WebCenter Sites is waiting on the publishing queue to clear cache
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
What is wrong with the following code fragment?
A. Nothing. This code fragment will work as expected.
B. The slot name HelloSlot cannot be repeated for any given content management site.
C. The template name Detail cannot be repeated for any given content management site.
D. Theinsite:calltemplatetag has a syntax error. The Argument field, which is a required argument, is missing.
What would you needto set to participatein aworkflow that providesan email notificationfor users?
A. user account
B. user profile
C. be a part of the workflowuser role
D. LDAP account
In whichenvironment do editorialusers maintain their content?
A. management
B. development
C. delivery
D. disaster recovery
E. quality assurance