Skip to main content

1Z0-430 Real Exam Questions

Oracle WebCenter Portal 11.1.1.8 Essentials

80 questions available · Page 1 of 8

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Multiple choice

Which two statements are true about the relationship between ADF Faces and JSF?

  1. A

    ADF Faces is based on JSF.

  2. B

    ADF Faces is a set of visual components built using JSF.

  3. C

    JSF is loosely based on ADF Faces.

  4. D

    ADF Faces uses Trinidad components to render visual components using a JSF-like syntax.

Show answer and explanation

Correct answers: B, D

Question 2 Single choice

A customer has a requirement to display BI reports on portal pages.

What approach would you suggest?

  1. A

    Develop a custom task flow to render BI data similar to an existing BI report.

  2. B

    Add a BI folder that contains these reports to the Resource Catalog.

  3. C

    Use a report URL in iFrame.

  4. D

    Use Pagelet Producer to register a pagelet for each report.

Show answer and explanation

Correct answer: B

Question 3 Multiple choice

Which two options for managing security policies in a production environment are supported?

  1. A

    storing in a file system

  2. B

    storing in a database

  3. C

    storing in the content server

  4. D

    storing in an external LDAP server

Show answer and explanation

Correct answers: B, D

Question 4 Single choice

What component should you use to display recent blog posts in a Portal?

  1. A

    Recent Documents

  2. B

    Recent Posts

  3. C

    Lists

  4. D

    Blog Viewer

Show answer and explanation

Correct answer: B

Question 5 Multiple choice

To create a new Page Template, you go to the Portal Builder Administration page and click Shared Assets.
You then select an existing Page Template, click the Copy button and define a new name.
Identify three options that describe what the next steps could be, to customize the new page template and enable it for use.

  1. A

    You can download the page template, edit in JDeveloper, and upload it back to the portal.

  2. B

    You can connect JDeveloper to the Portal, import the new template into JDeveloper, edit and export it back to the portal.

  3. C

    You can edit the template source code from the Portal interface, and make the necessary changes to it.

  4. D

    You can download the page template to JDeveloper, and deploy the custom version as a WAR file using WSLT.

Show answer and explanation

Correct answers: A, C, D

Question 6 Single choice

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?

  1. A

    Update only weblogic.xml.

  2. B

    Update only MANIFEST.MF.

  3. C

    Update both files.

  4. D

    None, because a shared library is used.

Show answer and explanation

Correct answer: C

Question 7 Multiple choice

Users Lucy and Tom are editing a page or task flow simultaneously using Page Composer. Lucy deletes a component while Tom is trying to personalize (for example, move) that same component in View mode.

What three things happen?

  1. A

    A WebCenter error page is displayed to Tom.

  2. B

    Tom cannot perform any action while Lucy is editing the page.

  3. C

    The deleted component does not appear, and Tom can continue working on other components.

  4. D

    Tom has to simply navigate back to the original page.

Show answer and explanation

Correct answers: A, B, D

Question 8 Multiple choice

Which two steps should you perform to begin developing a single item Content Presenter display template in JDeveloper?

  1. A

    Create a new Content Presenter template from the JDeveloper New Gallery.

  2. B

    Create a new JSF Page Fragment from the JDeveloper New Gallery.

  3. C

    Add the dt:contentTemplateDef tag to the display template.

  4. D

    Add dt:contentTemplate to the display template.

Show answer and explanation

Correct answers: B, C

Question 9 Single choice

You create a Content Presenter Template with the following source code:
<dt:contentTemplateDefvar="node">
<af:panelGroupLayout layout="vertical" id="pgl2" valign="top">
<af:goLink text="#{node.propertyMap[`RD_NEWS:TITLE'].asTextHtml}" id="gil1" destination="#{`/faces/
home/news-viewer?
news_id='}#{node.propertyMap[`dDocName'].value}" styleClass="newstitle"/>
<af:outputText value="#{node.propertyMap[`RD_NEWS:LEAD'].asTextHtml}" id="ot2"
styleClass="bodyText"/>
<af:outputText value="#{node.propertyMap[`RD_NEWS:IMAGE'].asTextHtml}" escape="false" id="ot1"/>
</af:panelGroupLayout>

</dt:contentTemplateDef>

What does this code mean?

  1. 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.

  2. 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.

  3. C

    This template retrieves a document with the RD_NEWS Content Type, and renders the following metadata fields: Title, Lead, and Image.

  4. D

    This code is wrong. The Region Definition name should be declared in the node variable, not in the propertyMap method.

Show answer and explanation

Correct answer: B

Question 10 Multiple choice

Which three steps are needed for using custom task flows with business components in multiple portals?

  1. A

    Create the task flow in each portal.

  2. B

    Create the task flow once in JDeveloper.

  3. C

    Deploy it once as a portal shared library to WebCenter Portal server.

  4. D

    Import the task flow in each portal.

  5. E

    Add the task flow to the desired resource catalogs.

  6. F

    Download and update portal MDS (metadata data services) customizations for each portal.

Show answer and explanation

Correct answers: B, D, E