1Z0-430 | All About Simulation 1Z0-430 practice test


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

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

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

C. Add the dt:contentTemplateDef tag to the display template. 

D. Add dt:contentTemplate to the display template. 

Answer: B,C 

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

Answer: B,C,D 

Reference: 

http://docs.oracle.com/cd/E29542_01/webcenter.1111/e27738/wcadm_search.htm 

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

Answer:

Reference: 

http://docs.oracle.com/cd/E14571_01/web.1111/b31973/af_orgpage.htm 

Q24. What are the three ways to integrate and interact with WebCenter Content from WebCenter Portal? 

A. wikis and blogs 

B. discussions 

C. the Content Presenter 

D. polls and surveys 

E. the Document Library 

Answer: B,C,E 

Q25. The WebCenter Portal WLS managed server intermittently becomes unresponsive to page requests. 

Which two steps should you take to diagnose this issue? 

A. Look for clues in the WLS diagnostic log file. 

B. Monitor memory and CPU graphs in Jconsole. 

C. Take the thread dump for the WLS and look for STUCK threads and deadlock. 

D. Review the lok file. 

Answer: B,D 

Q26. When developing custom task flows for a Portal application, you should ensure that ______. 

A. no custom task flow contains any JavaScript 

B. the correct ADF version is used for your version of Portal environment 

C. the Content Repository is running, because this is where the task flows are stored 

D. all CSS styling of the task flows is kept within the taskflow, because Portal Skins cannot change the look and feel of a custom task flow 

Answer:

Reference: 

http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/uicust.htm 

Q27. While creating a Portal Template, you add a content facet and a panelCustomizable component into the template. 

What impact does this have during run time? 

A. The content facet is required to hold content, and panelCustomizable is used to allow runtime editing. 

B. The template is missing the pageCustomizable component, which allows runtime editing. 

C. The content facet is optional, whereas panelCustomizable must be added to the template to allow editing. 

D. The panelCustomizable component is not required for editing, but only to allow drag and drop. This component is mandatory. 

Answer:

Reference: 

http://docs.oracle.com/cd/E16340_01/webcenter.1111/e10148/jpsdg_page_editor.htm 

Q28. What are the steps for adding a component to the current page at run time? 

A. Click the Settings tab, click the New/Edit Component, and then click the Add New button. 

B. Click the Edit Page icon and drag the component from the resource catalog to the desired spot on the page. 

C. Click the Settings tab, click the View Resource link, and then Click the New Component button. 

D. Open the ComposerContent.xml file from Portal Builder and add an entry into the [New Component] section. 

Answer:

Reference: 

http://docs.oracle.com/cd/E29542_01/doc.1111/e27603/portadv_pgs.htm 

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

Answer:

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

Answer: