Oracle WebCenter Portal 11.1.1.8 Essentials - 1z1-430 Exam Practice Test

Question 1
What are the steps for adding a component to the current page at run time?

Correct Answer: C
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 2
Which option best describes the resource catalog?

Correct Answer: C
Question 3
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: C
Question 4
What happens when you turn on ADF skin compression?

Correct Answer: C
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 5
In which file should customization classes be specified in the cust-config section (under mdsconfig)?

Correct Answer: D
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 6
You have a Portal with a page and a subpage. Examine these properties:
Portal name: Demo
A page in portal Demo:
-ID: page0
-External ID: 123
-Name: Home A sub page of the parent page Home:
-ID: page1
-External ID: abc
-Name: UX Which three are correct pretty URLs to display the subpage named UX?

Correct Answer: C,D,E
Question 7
Which two statements are true about the relationship between ADF Faces and JSF?

Correct Answer: C,D
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 8
You created a portlet, and you need to get the user role inside one of the beans for the portlet. Users and roles are fetched from Lightweight Directory Access Protocol (LDAP).
Which command should you use to check the role for a particular user?

Correct Answer: B