0B0-102 Free download
Free 0B0-102 Practice Exams
Free TestInside 0B0-102 Certification Braindumps
Free Pass4Sure 0B0-102 Certification Braindumps
Free CertInside 0B0-102 Certification Braindumps
Free Testking 0B0-102 Certification Braindumps
Free Pass4Side 0B0-102 Certification Braindumps
Free Actualtest 0B0-102 Certification Braindumps
Exam : BEA Systems 0B0-102
Title : BEA8.1 Certified Developer:Portal Solutions
1. What determines the header and footer content of a portal desktop?
A. The desktop
B. The shell file
C. The portal file
D. The Look and Feel file
Answer: B
2. Which statement is true about applying entitlements to a desktop portlet?
A. Entitlements cannot be applied to a portlet.
B. The administrator can set only the View check box.
C. Only portlet titlebar options that are enabled by the developer can be set.
D. The administrator can set only the View, Edit, Remove, Maximize and Minimize check boxes.
Answer: D
3. A JSP contains this line: <render:writeAttribute name="id" value="<%= button.getPresentationId() %>"/> Which statement is true about render ?
A. render is a prefix.
B. render is the name of a TLD file.
C. render is the name of a tag handler.
D. render is an alias, set previously in a page import directive.
E. render is a Java object, defined previously in a declaration or scriptlet.
Answer: A
4. On which component can you change the layout type?
A. Book
B. Page
C. Portlet
D. Desktop
E. Application
Answer: B
5. When using the <um:getProperty> tag in a JSP, to avoid retrieving the specified property value from the Anonymous User Profile, what must be done?
A. Ensure that the visitor is authenticated.
B. Ensure that the visitor is authorized to access the JSP.
C. Use the <um:getProfile> tag before using the <um:getProperty> tag.
D. Ensure that the visitor has a value set for that property, so that no default value is used.
Answer: C
6. Using Workshop’s interactive debugging windows, how can you evaluate expressions, dynamically?
A. Open the Watch window, enter the expression, and select Evaluate
B. Open the Locals window, enter the expression, and select Evaluate
C. Open the Streams window, enter the expression, and select Evaluate
D. Open the Immediate window, enter the expression, and select Evaluate
E. Open the Expressions window, enter the expression, and select Evaluate
Answer: D
7. When using the WebLogic Administration Console, which of the following actions would result in a deployed and activated Portal application? (Choose two.)
A. Uploading the .ear file through the WebLogic Administration Console
B. Turning on auto-deployment and copying your .ear file to the administration server’s stage folder
C. Using the location directory navigator select your .ear file, followed by targeting and naming the application.
D. Using the location directory navigator, select the portal application root folder, followed by targeting and naming the application.
Answer: CD
8. Which two are child tags of the <netui-template:template /> tag? (Choose two.)
A. name
B. section
C. setAttribute
D. defaultPage
E. parameterName
Answer: BC
9. What are two purposes of creating a desktop? (Choose two.)
A. to provide a deployable enterprise application
B. to provide a specific access point for entitled users
C. to provide a Web application development package
D. to provide a visual development area for Workshop composition
E. to provide an administrative mechanism for controlling resources
Answer: BE
10. You created a page flow in which the flow enters an action method, then is forwarded to a JSP. What are two ways to bind information into this flow, so that the JSP can access the data using XScript? (Choose two.)
A. The action method adds information to the request object.
B. The JSP method reads a value from a pageContext variable.
C. The JSP contains a form for which the action is bound to an action Form Bean.
D. The action method calls a private method in the page flow class; the method initializes a public member variable.
E. The action method increments a private member variable for which two private accessor methods are provided.
Answer: AD
11. Which tag allows in-line content to be displayed if a user belongs to a specified user segment?
A. <pz:div>
B. <pz:showDoc>
C. <pz:contentQuery>
D. <pz:contentSelector>
Answer: A
12. A developer imports an existing database control (a .jcx file) by right clicking a folder in the Application window and selecting Import. The developer drags the database control from the Application window onto the Flow View canvas of a page flow. What happens?
A. A new page is created on the canvas.
B. A new action is created on the canvas.
C. A new control displays in the Data Palette.
D. A wizard prompts the developer for the SQL command to be used by the control.
E. A wizard prompts the developer for the name of the datasource used by the control.
Answer: C
13. Click the Exhibit button. How does WebLogic Portal find the SMTP host for outgoing mail?
A. It is set as a request parameter in thankYou.jsp .
B. It is set as a session parameter in thankYou.jsp .
C. It is configured using the SMTP Manager in the WebLogic Console.
D. It is configured using the Mail Service in the Portal Administration tools.
Answer: D
14. Which three session tracking events might an application consume? (Choose three.)
A. An event that is generated when the user logs in
B. An event that is generated when the session is replicated
C. An event that is generated when the session is invalidated
D. An event that is generated when the user first starts interacting with the site
E. An event that is generated when a specified number of session properties is exceeded
Answer: ACD
15. When developing custom skins, which action prevents the loss of changes during product upgrades?
A. Add new entries anywhere in the skin.properties file.
B. Add new entries at the end of the skin.properties file.
C. Create a skin_custom.properties file in the same directory as the skin.properties file.
D. Create a new skin_custom.properties file, under a new directory, for your skin.properties file.
Answer: C
16. Consider the following code: <render:????? var="maxhelpurl" windowLabel="helpwindow" state="MAXIMIZED" mode="HELP" /> To create a URL to a help window in a maximized display, with which tag should you replace the " ????? " string?
A. pageUrl
B. windowUrl
C. renderChild
D. jspContentUrl
Answer: B
17. Consider the following JSP code section: <utility:uriContent id="data" uri="<%=uri%>"> <%=data%> </utility:uriContent> A portlet is created from the JSP and added to a page placeholder. Assume that the URI is a valid address and it is accessible. Wiith respect to the resulting display of this page, which statement is true?
A. The data variable is the wrong type.
B. The data stream causes a JSP runtime error.
C. The data is surfaced without any problem.
D. Any embedded links in the data will have no side effects.
Answer: A
18. Which three are valid entries for the "empty content search" part of a content selector when comparing with document type properties? (Choose three.)
A. Events
B. Behavior
C. A Literal value
D. An HTTP request property
E. A User Profile Property Set value
Answer: CDE
19. When creating a Database control, how does the developer ensure that database connection pooling will be used?
A. When creating the control, the developer is prompted to choose a connection pool.
B. Connection pooling must be enabled for each control individually through the Portal Administration console.
C. The developer must specify that a connection pool (rather than a dataSource) is used, when the control is created in Workshop.
D. When creating the control, the developer must select a dataSource that is already associated with a connection pool.
E. The developer must click on the Database control and select a connection pool from a pull-down menu in the Property Editor.
Answer: D
20. What are three ways to enable error pages within Portal applications? (Choose three.)
A. Associate a JSP page with an error page, through a JSP directive
B. Associate HTTP error codes with error pages, in the deployment descriptor
C. Associate Java exception classes with error pages, in the deployment descriptor
D. Associate a JSP page with an error page, through a JavaDocs documentation comment
Answer: ABC
Actualtest Exam 0B0-102 Test Engine Description
Free Actualtest 0B0-102 Practice Engine Demo Download
If you want to try Actualtest 0B0-102 certification test questions:
Download Actualtest 0B0-102 Test Engine Here ?
Actualtest offers free Actualtests demo for 0B0-102 exam .
You can check out the interface,
question quality and usability of Actualtest 0B0-102 practice exams before you decide to buy it.
We are the only one site can offer demo for almost all products.
Recommended about 0B0-102 PDF:
The following courses are the recommended training for 0B0-102 vce exam.
0B0-102 Q & A with Explanations
0B0-102 Audio video materials
0B0-102 Study Guide
0B0-102 Preparation Labs rapidshare sadikhov 4shared megaupload links
Related posts:
- 190-959 Free download Free 190-959 Practice Exams Free TestInside 190-959 Certification Braindumps...
- Pass4Side 000-399 Certification Braindumps 000-399 Practice Exams Test399.IBM WebSphere Portal V5.1 Application Development...
- 000-347 Free download Free 000-347 Practice Exams Free TestInside 000-347 Certification Braindumps...
- 190-829 Free download Free 190-829 Practice Exams Free TestInside 190-829 Certification Braindumps...
- 190-801 Free download Free 190-801 Practice Exams Free TestInside 190-801 Certification Braindumps...
Related posts brought to you by Yet Another Related Posts Plugin.