Which two options are required when configuring Portal in a clustered environment?
A. ensuring each Portal server has its own content server
B. enforcing Sticky Sessions on the Load Balancer, which handles the requests for the Portal application
C. hosting all portal instances on the same server
D. configuring session replication between the Portal cluster nodes
You create a Content Presenter Template with the following source code:
styleClass="bodyText"/> What does this code mean? A. This template will render a single Site Studio file. It includes a Region Definition called RD_NEWS, and the following attributes: Title, Lead, and Image. B. This template will render multiple Site Studio files. It is a list (static or dynamic) of elements of a Region Definition called RD_NEWS, which has the following attributes: Title, Lead, and Image. C. This template retrieves a document with the RD_NEWS Content Type, and renders the following metadata fields: Title, Lead, and Image. D. This code is wrong. The Region Definition name should be declared in the node variable, not in the propertyMap method.
What is the role of ADF Business Components in the development of a custom taskflow?
A. It handles communication with data sources, such as a database and data persistence. It's also responsible to handle data validation.
B. In an MVC model, it represents the Controller layer, handling navigation between pages or page fragments, and session information.
C. It's a set of visual components aimed for business users. Graphs, Charts, and Reports are examples of Business Components.
D. It's a set of faŠ·ade classes that abstract the complexity of handling visual components in the UI layer. Users can add Business Components to the Portal page by using the drag-and-drop functionality.
You have users' profile information distributed across LDAP servers. Identify two methods to aggregate and display user attributes from these LDAP servers.
A. Use Oracle Virtual Directory.
B. Use libOVD with join adapter configuration.
C. Extend user profile.
D. This is not feasible in Portal.
What cannot be done in the page editor?
A. copying a page with its page variants
B. previewing a page in different devices
C. adding a page parameter for just one page variant but not its base page
D. filtering the pages by device group
What are the steps for adding a component to the current page at run time?
A. Click the Settings tab, click the New/Edit Component, and then click the Add New button.
B. Click the Edit Page icon and drag the component from the resource catalog to the desired spot on the page.
C. Click the Settings tab, click the View Resource link, and then Click the New Component button.
D. Open the ComposerContent.xml file from Portal Builder and add an entry into the [New Component] section.
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
Which two options correctly describe how you can add Oracle BPM task flows to a portal page?
A. You can add BPM task flows to any page if the portal contains BPM task flows in its resource catalog.
B. You can add BPM task flows to the pages of a Process Space that was created by extending the domain with the Process Spaces domain extension templates.
C. You can add BPM task flows to any page that you have customized to include BPM attributes.
D. You can add BPM task flows to any page in a portal, if the portal server is installed in a SOA domain.
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.