Given:http://host:port/servlet_context_path/ContentServer?pagename=name_of_page
In the preceding URL, which two legal values does name_of_page represent?
A. externally callable name of a template
B. SiteEntry
C. CSElement name
D. fully qualified page asset name with URL encoding
You are deployingWebCenter Sites usingOracle technology.Which two componentsare required for aSites installation?
A. Oracle Database
B. Oracle WebLogic Server
C. Oracle Coherence
D. Oracle Identity Manager
E. Oracle WebCenter Content
Given this scenario:A flex family iscreated with twoflex asset types,one parent assettype, oneparent definition assettype,and oneflex definition asset type.
Which statement is true?
A. For every flex definition, you must create a corresponding start menu.
B. It is possible to assign a specific flex definition asset type to a specific flex asset type within the flex family creation wizard forms.
C. A flex definition asset can be assigned to a particular flex asset type within the flex definition asset creation form.
D. By default, any flex definition can be assigned to a flex asset within a specific flex family at the time of creation.
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 toembed 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 alreadyknow 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?
A. 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."
B. Train the editors to simply type the URL of the video server in their CKedit body attribute by using the source code feature.
C. 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.
D. 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."
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.
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 trying to accessAdminSite via theWEM Framework,the following erroris displayed:"You do nothave permission to access this application. Please contact your system administrator." The same user can access AdminSite in the Admin interface; that is, the user has the required roles to access AdminSite. Which security group is missing?
A. SiteGod
B. SitesAdmin
C. RestAdmin
D. Visitor
E. Browser
You are responsible for a small marketing website that was built WebCenter Sites that consists of page assets and page templates. The site is fully cachaed and does not use an uncachedSiteEntry wrapper. The Marketing department has requested that you make the site responsive such that visitor experience is good even when you web pages are viewed on other devices, including tablets and mobile phones. You are tasked with designing an inexpensive solution that does not impact performance,add more hardware, change the asset model, or impact the contributor's current workload or the process that creates the web pages.
What would you do to address their requirements?
A. Refactor your page templates to use a third party JavaScript or CSS framework such as Foundation 3 or CSS3 media queries.
B. Add browser detection logic to an uncached JSP SiteEntry wrapper, which then dispatches to one of three different page templates: one designed specifically for computers, one for tablets, and one for mobile phones. No third party framework is used.
C. Create three different contribution sites, one for each device, and map them to a specific subdomain, such that all "mobile.xxx.com" requests get forwarded to the mobile site, all "tablet.xxx.com" requests get forwarded to the tablet site, and so on. No third party framework is used.
D. Install an additional WebCenter Sites mobility server environment.
Which two statements are true about the significance of any column starting with "URL"in adatabase table that is created using WebCenter Sites?
A. The table column value is a reference to a record in the MungoBlobs database table.
B. The table column value is a reference to a file on the file system.
C. The table column value is the result of a binary field created in AssetMaker for a basic asset.
D. The table column value represents a link to an image file stored in the database as a blob.