• 0B0-102题库demo免费下载

    Filed under BEA
    Aug 3

    BEA认证0B0-102考试题库介绍

    考试代号: 0B0-102
    问题数量:69 Q&As

    更新时间: 2009-09-12
    注册地点: Prometric/Pearson VUE
    题库全称:BEA8.1 Certified Developer:Portal Solutions

    免费0B0-102题库Demo赏析

     
     
    Exam : BEA Systems 0B0-102
    Title : BEA8.1 Certified Developer:Portal Solutions

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

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

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

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

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

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

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

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

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

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

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

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

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

    15. On which component can you change the layout type?
    A. Book
    B. Page
    C. Portlet
    D. Desktop
    E. Application
    Answer: B

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

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

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

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

    免费下载0B0-102题库Demo

    Examsoon提供最新的8.1 Certified Developer认证 0B0-102题库,其全名为:(BEA8.1 Certified Developer:Portal Solutions). 在您决定是否购买之前 可以先下载0B0-102题库的部分演示. Examsoon是全球唯一提供所有IT认证考试题库demo免费下载的厂商 ,以下为免费0B0-102模拟测试题的下载链接

    免费的0B0-102题库PDF下载链接

    BEA 0B0-102学习指南

    8.1 Certified Developer认证 0B0-102考试已经证明了它在全世界的广泛性和重要性,因此明白这项认证考试的世界各地的人必须具备与认证考试相关领域所需的技能和知识。BEA认证 0B0-102学习指南的目的是检查考生的能力和他对概念的意识。很多时候练习测试0B0-102考试都已经被修改过了,删掉了许多过时的东西,而那些需求是在考试课程。当应用到时候你所学的知识的时候,就会鉴定出你所学到的东西以及对所学知识的应用是多么的恰到好处。BEA认证 0B0-102是在IT行业的知名品牌,所以如果您通过了这样一个知名公司举行的一次考试,你可以想象你将来的事业会做的多么好。

    想要通过这个考试当然存在很多困难。你所要做的就是准备好充足的勇气和信心,而这些都来源与你平时训练的好坏.建议大家可以去Examsoon这个网站看一下,它的0B0-102考试是为了测试您在这方面的知识的掌握程度,最好的部分是它可以使你不断更新你所学的知识,不断进步。如果你知道所有的概念和如何使用他们的时候才是你真正掌握了Examsoon的用意。这门考试检查了您的能力和一旦你通过这次考验你将成为最优秀的人才,其他0B0-102考试的Examsoon结算值得注意的影响就是你的薪水将直线上升这大概也是每个人都希望获得的,所以要找一些好的资源才行。

    Examsoon考题大师0B0-102试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用Examsoon的考试题库参加0B0-102考试,保证您一次轻松通过考试;

    售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,才能发展。客户至上是Examsoon考题大师的一贯宗旨;

Leave a Reply

You must be logged in to post a comment.

 

友情链接 | Examsoon IT 认证考试网 思科认证资源网 思科微軟考古題 IT證照模擬試題 考古題考試模擬軟件 70-649 70-643 70-646 640-802 640-863 e20-340 HP0-085 HP0-A25