Download Oracle.1z0-462.CertKiller.2015-05-18.56q.vcex

Download Exam

File Info

Exam Oracle WebCenter Sites 11g Essentials
Number 1z0-462
File Name Oracle.1z0-462.CertKiller.2015-05-18.56q.vcex
Size 1 MB
Posted May 18, 2015
Download Oracle.1z0-462.CertKiller.2015-05-18.56q.vcex


How to open VCEX & EXAM Files?

Files with VCEX & EXAM extensions can be opened by ProfExam Simulator.

Purchase

Coupon: MASTEREXAM
With discount: 20%






Demo Questions

Question 1

Which two statements are true about the significance of any column starting with "URL" in a database table that is created using WebCenter Sites?


  1. The table column value is a reference to a record in the MungoBlobs database table.
  2. The table column value is a reference to a file on the file system.
  3. The table column value is the result of a binary field created in AssetMaker for a basic asset.
  4. The table column value represents a link to an image file stored in the database as a blob.
Correct answer: AC



Question 2

Which three statementsare true aboutflex assets?


  1. 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.
  2. A flex family can have only one flex asset type.
  3. 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.
  4. 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.
  5. Attribute editors and flex filters can be used but not named associations.
Correct answer: ACD



Question 3

In which environment do editorial users maintain their content?


  1. management
  2. development
  3. delivery
  4. disaster recovery
  5. quality assurance
Correct answer: E



Question 4

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 where the problem lies?


  1. the cache management tool. Launch this tool on the delivery server to see how many items are in the ContentServer cache.
  2. the web server logs. Use these logs to check the amount of public traffic on the delivery server.
  3. the resultset cache section of system tools. Check to see if there are any tables that are inefficiently cached.
  4. thread dumps. Take thread dumps to see where the WebCenter Sites server is spending its time.
Correct answer: BD



Question 5

In a default installation,which three users existin the SystemUsers table?


  1. Fwadmin
  2. csuser
  3. ContentServer
  4. DefaultReader
  5. SatelliteServer
Correct answer: BCE



Question 6

Which three characterscan be used ina template name?


  1. Underscore (_)
  2. hyphen (-)
  3. hash (#)
  4. any numeric value
  5. percent (%)
  6. colon (:)
Correct answer: BCF



Question 7

Which three items cannot be published using standard WebCenter Sites publishing mechanisms,from a source instance to a target instance?


  1. users, ACLs, and roles
  2. start menus
  3. workflow history
  4. revision tracking history
  5. asset subtypes
Correct answer: BDE



Question 8

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 <render:calltemplate> tag. The segment value of the current visitor will be passed to it. The rest of the page template consists of calls to additional cached pagelets that render the majority of the web page (for example, header, footer, navigation, and body). The total number of segments is 20 and each visitor can belong to only one segment. Which template caching strategy is the best solution from an efficiency point of view?


  1. using an uncached wrapper that calculates the visitor's segment, and then calls a cached page template by using the <render-.satellitepage> tag and passing in c and cid as cache arguments. This template, in turn, calls a cached pagelet by using the <render:calltemplate> tag, specifying style="pagelet" and passing the visitor's segment as cache criteria.
  2. using an uncached wrapper that calculates the visitor'ssegment, and then calls anuncached page template by using the<render:satellitepage>tag and passing incandcidas cache arguments. This template, in turn, calls a cached pagelet by using the<render:calltemplate>tag, specifying style = "pagelet" and passing the visitor's segment as cache criteria. __
  3. using an uncached wrapper that calculates the visitor's segment, and then calls a cached page template by using the<render:satellitepage>tag and passing incandcidas cache arguments. This template, in turn, calls a cached pagelet by using the<render:calltemplate>tag, specifying style = "embedded" and passing the visitor's segment as cache criteria.
  4. 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<render:calitemplate>tag, specifying style="pagelet" and passing the visitor's segment as cache criteria
  5. 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<render:calltemplate>tag, specifying style="embeddedn and passing the visitor's segment as cache criteria
  6. having no SiteEntry wrapper and using a cached page template that calculates the visitors segment, which then calls a cached pagelet by using the<render:calltemplate>tag, specifying style="embedded" and passing the visitor's segment as cache criteria
Correct answer: C



Question 9

You are creating a template that is tested 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?


  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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.
Correct answer: C



Question 10

Your client has an existingvideo streaming service thatis performing well. Videosare of high definitionand can measure ingigabytes of data each.The Marketing team wantsthe ability to allow itseditors to embed videos in the middle of their CKedit body attributes, with the stipulation that there is no need for any coding for the editors. Assume that the editors already know how to use all the OOTB features of CKedit. 
Additionally, the Marketing team wants video links to appear in lists with other heterogeneous assets throughout the website. 
Which solution will best meet these requirements?


  1. Create a basic asset that has several metadata attributes, one of which stores a reference to the video stream server URL. Create a typed template that builds the JavaScript code to render the video "in situ."
  2. Train the editors to simply type the URL of the video server in their CKedit body attribute by using the source code feature.
  3. Migrate the video blob data to the WebCenter Sites database as assets. Create a typed template that streams each video asset via blob server tags "in situ" just like any other blob asset.
  4. Create a flex video asset definition that has a single attributes that stores the JavaScript to embed the video player. Create a template that simply streams the JavaScript "in situ."
Correct answer: D









PROFEXAM WITH A 20% DISCOUNT

You can buy ProfExam with a 20% discount!



HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files