Which two statements are true about the relationship between ADF Faces and JSF?
Show answer and explanation
Correct answers: B, D
1Z0-430 Real Exam Questions
80 questions available · Page 1 of 8
Updated Exam DumpsVerified AnswersPass Guarantee
Which two statements are true about the relationship between ADF Faces and JSF?
Correct answers: B, D
A customer has a requirement to display BI reports on portal pages.
What approach would you suggest?
Correct answer: B
Which two options for managing security policies in a production environment are supported?
Correct answers: B, D
What component should you use to display recent blog posts in a Portal?
Correct answer: B
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.
Correct answers: A, C, D
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?
Correct answer: C
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?
Correct answers: A, B, D
Which two steps should you perform to begin developing a single item Content Presenter display template in JDeveloper?
Correct answers: B, C
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?
Correct answer: B
Which three steps are needed for using custom task flows with business components in multiple portals?
Correct answers: B, D, E