WebCenter Portal supports any mail server with IMAP4 and SMTP protocol support. Which server distribution, however, has specific integration support within WebCenter Portal?
A. IBM Lotus Notes
B. MS Exchange
C. UNIX Mail Server
D. Google Mail Server
E. Oracle Beehive
Which three statements are true in the context of WebCenter Portal customizations?
A. WebCenter Portal Administrator changes the logo of the WebCenter Portal. This is an application customization.
B. A moderator of a specific portal grants rights to create, view, and delete discussions. This is a user customization.
C. A user changes the attributes of the task flow, to minimize it by default. This is a user customization.
D. An application specialist edits a portal to hide a task flow. This is an application customization.
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.
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.
In which two files is the design-time configuration information for services such as discussions, mail, or content stored?
A. adf-config.xml
B. connections.xml
C. web.xml
D. webcenter-config.xml
The Personalization engine within WebCenter Portal allows implementing features such as _______.
A. having banners or other content areas that will change according to a user's profile
B. managing user profile information and updating profile picture
C. uploading pictures and videos and displaying them on a user's home page
D. setting security information for a portal in order to decide which pages a user should have access to
You want to develop Portal assets in JDeveloper. Which version of JDeveloper should you use?
A. 11.1.1.7 with the Portal 11.1.1.8 extension
B. 11.1.1.8 with the Portal 11.1.1.8 extension
C. 11.1.2.4 with the Portal 11.1.1.8 extension
D. any version with the Portal 11.1.1.8 extension
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.
A page template design is being used by all the authenticated pages. The template is designed in such a
manner that all the errors arising from the back end or model layer are being displayed in the template
facet.
There is a requirement that some of the pages do not show error messages such as in the above scenario,
rather they need to show messages in a pop-up window. How should you design the page template to take
care of both types of page requirements?
A. Create different page templates for both kinds of pages to have different behavior to show error messages.
B. Keep the template as it is and let developers write their own logic to show the error messages.
C. Create an attribute in page template. Let developers set it to true from their page if they need to display it on the template or false if they want to show it in a pop-up window. Use this attribute as rendered property for error messages.
D. Extend the existing page template and add the logic to show the error message on the template and pop-up window based on view ID.
What are the two recommended ways to perform configuration changes post deployment of WebCenter Portal applications for repeated deployments?
A. using Fusion Middleware Enterprise Manager Control
B. using WLST
C. using deployment descriptors
D. modifying the files for every deployment