In WebCenter Portal server, how do you definitively disable the ability to create a portal?
A. Edit your page template and remove the "Create Portal" links.
B. This feature cannot be disabled because it is an integral part of WebCenter Portal.
C. Revoke the Create Portal application permission from authenticated users.
D. You can disable the portal creation feature by using a system parameter.
Your customer has configured Oracle Secure Enterprise Search (SES) with Oracle WebCenter Portal. The
customer is complaining about the search results not including secured resources. The WebCenter
Diagnostic log file indicates the below error:
Received status "failed" during proxy login with application entity "weblogic" to Oracle SES at http://
host:port/search/query/OracleSearch, as search user "vicki". Defaulting to public. Which three actions are
necessary to resolve the issue?
A. Confirm that Oracle SES is configured with an identity management system to validate and authenticate users.
B. Confirm that WebCenter Portal and Oracle SES use different identity management systems (Active Directory or Oracle Internet Directory).
C. All repositories (such as WebCenter Portal, WebCenter Content Server, and Oracle WebCenter Portal Discussions Server) must share the same user base as Oracle SES.
D. Oracle SES must have a trusted entity for allowing WebCenter Portal end users to be securely propagated at search time.
After a task flow has been deployed as a new shared library, which step is required in the portal extension project to make this task flow visible from WebCenter Portal?
A. Update only weblogic.xml.
B. Update only MANIFEST.MF.
C. Update both files.
D. None, because a shared library is used.
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 happens when you turn on ADF skin compression?
A. It enables ADF to shorten the names of style classes, thereby reducing the file download size.
B. It enables ADF to compress the generated CSS files, thereby reducing the file download size.
C. It enables ADF to use sprites instead of images for skins, thereby reducing the number of files downloaded.
D. It enables ADF to compress the icons and images within the CSS.
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.
A customer has a requirement to display BI reports on portal pages. What approach would you suggest?
A. Develop a custom task flow to render BI data similar to an existing BI report.
B. Add a BI folder that contains these reports to the Resource Catalog.
C. Use a report URL in iFrame.
D. Use Pagelet Producer to register a pagelet for each report.
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
Which two skinable components are WebCenter specific (as against basic ADF)?
A. showDetailFrame
B. showDetailItem
C. panelCustomizable
D. decorativeBox
After deploying WebCenter Portal for an enterprise, you can optionally register a connection to Portlet
producers.
Which three mechanisms allow you to accomplish this?
A. Portlet producers can be registered with WebCenter Portal using the WLST (WebLogic Scripting Tool) command.
B. Portlet producers can be registered by using Fusion Middleware Control (Enterprise Manager).
C. Portlet producers can be registered via SQL.
D. Portlet producers can be registered using Portlet Producer Registration Task Flow from within WebCenter Portal.