1z0-462 | 100% Correct Oracle 1z0-462 practice test


Q1. Observe the following: 

What is the purpose of ModulePrefsin a gadget descriptor? 

A. ModuIePrefs defines properties and dependencies for a gadget. 

B. ModulePrefs defines styles for a gadget. 

C. ModuIePrefs defines data access URLs for a gadget. 

D. ModulePrefs defines user preferences for a gadget. 

Answer:

Q2. Your legal department hasinformed you thatthere is a newrequirement thatevery version of every webpage must bestored for sevenyears going forward.The site doesnot use Engagebutit does usetranslations.Currently, publishingis every 24 hours.What is the lowcost way to meet thisrequirement? 

A. configuring Site Capture on delivery to execute every 24 hours 

B. leveraging the built-in block-level mirroring of both the database and the shared file system in the enterprise storage area network to execute every 24 hours 

C. modifying publish to publish to two delivery destinations simultaneously 

D. running two shell scripts that tar the shared file system and the database, respectively, to execute every 24 hours 

Answer:

Q3. Which four are fundamental termsin WebCenter Sites thatare represented in the Contributor UI? 

A. asset 

B. page 

C. templates 

D. roles 

E. clickstream 

F. search engine optimization 

Answer: A,C,E,F 

Q4. Which two items does the searchengineintegrationframework work in conjunction with? 

A. Queue Management 

B. Mirror Publishing 

C. Event Management 

D. WSDT 

E. Cache Management 

Answer: B,E 

Q5. 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 

Answer:

Q6. If your solutionneeds to includeuser-generated content,you would most likely use the________toprovide the functionality. 

A. User Content WEM application 

B. Social WEM application 

C. Community WEM application 

D. Satellite Server 

E. Gadgets WEM application 

Answer:

Q7. 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 

Answer:

Q8. Your customer has given you the following requirements: 

.A single-level tabbed navigation bar of heterogeneous assets as part of a header 

.Tab styles defined in the CSS as classes of the <UL><LI> HTML tags 

.Dynamic tabs based on a user's profile, as indicated by the Marketing department Which one of the following best meets these requirements? 

A. creating an editable header asset with a CKeditor body attribute and allowing editors a free-form layout by using CKeditor's features and functions. In the rendering code, just stream the Header's body attribute "as is." 

B. using SitePlan and specifying a group of placed pages under "HEADER.” In your header template, use the site tags to “traverse” the children of the HEADER node. 

C. Creating a header asset definition with flex attributes for all times on the header: for example, the logo, background image, list of tab navigation links, and so on. 

D. Creating a page asset named Header and populating its named association with navigation tab assets 

E. Creating a recommendation asset named Header and creating a list of child nodes that represent the tabs. Use the commercecontext tags to render the list. 

Answer:

Q9. 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: 

.Individual list candidates are rarely updated, but new candidates are published every business hour of the day. 

.The frequency of publishing is every 15 minutes and the site has high traffic. 

.This template logic will be used on 25% of the other pages on the website. 

Which coding strategy would provide the most scalable solution, given the above requirements? 

A. Cache the entire template against the passed keywords. Your code will query the database using any Sites API to return a listobject consisting two columns: assettype and assetid. Iterate over the listobject that consists of 20 asset candidates, calling each using a RenderLink template whose calltemplate style = pagelet. 

B. Cache the entire template against the passed keywords. Your code will query the database using any Sites API to return a listobjectthat consiststwo columns: assettype and assetid. Iterate over the listobject that consists of 20 asset candidates, calling each using a RenderLink template whose calltemplate style =element. 

C. Cache the entire template against the passed keywords. Your code will query the database using any Sites API to return a listobjectthat consiststwo columns: assettype and assetid. Iterate over the listobject that consists of 20 asset candidates, calling each using a RenderLink template whose calltemplate style = embedded. 

D. Leave the template uncached. Your code will query the database using any Sites API to return a listobjectthatconsiststwo columns: assettype and assetid. Iterate over the listobject that consists of 20 asset candidates, calling each using a RenderLink template whose calltemplate style = pagelet. 

E. Leave the template uncached. Your code will query the database using any Sites API to return a listobjectthatconsists two columns: assettype and assetid. Iterate over the listobject that consists of 20 asset candidates, calling each using a RenderLink template whose calltemplate style =embedded. 

F. Leave the template uncached. Your code will query the database using any Sites API to return a listobject that consists two columns: assettype and assetid. Iterate over the listobject that consists of 20 asset candidates, calling each using a RenderLink template whose calltemplate style =element. 

Answer:

Q10. During a WebCenter Sites installation, the schema is not created and the following error appears in thefuturetense.txtlogs: 

What is the reason? 

A. The database is down. 

B. There is a mismatch between the database driver and the database server version. 

C. The connection string used for the data source is incorrect. 

D. The database user privileges are inadequate. 

Answer: