While creating a Portal Template, you add a content facet and a panelCustomizable component into the
template.
What impact does this have during run time?
A. The content facet is required to hold content, and panelCustomizable is used to allow runtime editing.
B. The template is missing the pageCustomizable component, which allows runtime editing.
C. The content facet is optional, whereas panelCustomizable must be added to the template to allow editing.
D. The panelCustomizable component is not required for editing, but only to allow drag and drop. This component is mandatory.
On a normally well-performing environment, you are experiencing unexpected slow response times, or no
server response, for some page requests in WebCenter Portal? You are attempting to debug this issue
starting at WLS.
Which two diagnostic steps should you take to resolve this issue?
A. Submit more requests to the server to see if it responds.
B. Check the WLS admin console to see the status of the managed server.
C. Check the diagnostic log file for the managed server to see if there are STUCK threads.
D. Perform a cold restart of the server.
Which is true for portals created in the WebCenter Portal 11.1.1.8 version?
A. A new portal created in 11.1.1.8.0 references a global default navigation model.
B. A new portal created in 11.1.1.8.0 contains a local navigation model.
C. A new portal created in 11.1.1.8.0 contains a local read-only navigation model.
D. A new portal created in 11.1.1.8.0 does not contain any navigation model.
You take a backup of a portal and then delete it.Another administrator then creates a new portal with same name as the portal you deleted. If you attempt to re-import the original portal that was backed up, what happens?
A. The portal is imported, overwriting the portal with the same name in the target.
B. There is a conflict warning, but you can override it and then import the portal.
C. The portal is renamed post import.
D. The portal cannot be imported.
Identify two actions that are performed when you connect WebCenter Portal with WebCenter Content.
A. A new folder is created in WebCenter Content, with the name of the connection.
B. New Security Group and Accounts are created. All Portal documents use the Security Group and Accounts.
C. The Content Presenter and other task flows are deployed to the Portal once you create the connection.
D. Portal will start indexing WebCenter Content documents to enable full-text searching in the Portal.
A custom portal template contains discussions, documents, lists, members and roles, pages, task flows,
and page templates. You want to create a portal using this custom portal template.
Which data will be included in the new portal?
A. only task flows, page templates, discussions, documents, lists, roles and members, and pages
B. only task flows, discussions, documents, lists, roles and members, and pages
C. only task flows, page templates, documents, and pages
D. only task flows, page templates, documents, and roles and members
As an ADF Developer, you define a managed bean for a bounded task flow. Identify two valid scopes for that managed bean.
A. BackingBean Scope
B. View Scope
C. ManagedBean Scope
D. ServerBean Scope
Identify the skin that was released with WebCenter Portal 11.1.1.8 and should not be used with older templates.
A. Skyros
B. Fusion FX
C. Spaces FX
D. FASkin
What are the three capabilities provided by the Document Explorer taskflow?
A. It allows users with the appropriate privileges to create folders in WebCenter Content.
B. It shows version histories of files.
C. It allows users to save a filtered view of the folder being viewed.
D. It allows users to synchronize files to their local file systems.
E. It allows users to customize which document properties to show in the columns of the view.
Can a BI report on the portal page participate in the master-detail interaction with a custom task flow on the portal page?
A. Yes, by leveraging ADF contextual events.
B. No, this is not possible.
C. Only if BI data is rendered in the custom task flow.
D. Yes, you can do that using custom JavaScript.
Which configuration step is performed in an OBIEE (Oracle Business Intelligence Enterprise Edition) environment?
A. adding the BI (Business Intelligence) folder to the portal resource catalog
B. configuring BI connection
C. deploying WCP (WebCenter Portal) extensions for OBIEE
D. creating the BI Impersonate User
What technology is used for writing Content Presenter display templates?
A. HTML
B. ADF
C. PHP
D. JavaScript
When developing custom task flows for a Portal application, you should ensure that ______.
A. no custom task flow contains any JavaScript
B. the correct ADF version is used for your version of Portal environment
C. the Content Repository is running, because this is where the task flows are stored
D. all CSS styling of the task flows is kept within the taskflow, because Portal Skins cannot change the look and feel of a custom task flow
You need to allow users to create pages with two or three columns of content. What component should you use to allow it, and why?
A. Page Styles. That way, existing templates could be leveraged, and different styles could be created, with variable number of columns.
B. Page Templates, with PanelGroupLayout components that can be used to create pages with two or three columns.
C. ADF Taskflows. Each column would be represented by a taskflow. Users could then drag content into the taskflows.
D. ADF Page Fragments. Each fragment could contain one of the columns. These fragments could be added to the resource catalog.
Your customer requires that a particular user, Scott.Tiger, be a member of every portal created in
WebCenter Portal.
How do you achieve this?
A. Plug in additional code to add the user during portal creation.
B. You should not do this. This is a security breach and only moderators should add members.
C. Uses WebCenter Portal REST or Web Services to achieve this.
D. Use a portal template that contains the user as the member.