BEA 8.1 Certified Developer: Portal Solutions Mock Exam
- Tuesday, September 2, 2008, 18:20
- Exam Details
- 38 views
- Add a comment
This mock exam is designed to help candidates make a better assessment of their exam readiness. This mock exam includes 40 practice questions which mimic actual questions on the
BEA 8.1 Certified Developer: Portal Solutions exam (0B0-102). Each question is related back to the objectives of the exam to allow the candidate to properly assess their preparedness of the topics covered in the exam. Please refer to the Exam Objectives document available on the Requirements & Preparation page here: http://certification.bea.com/certification/certification_reqs.jsp for further details. Answers are
provided at the end of the mock exam documents. Mock exams are not available for all
certification exams at this time. Results from the mock exam do not guarantee success/failure
on the actual exam. However, they allow candidates to understand what types of questions are asked and to assess their readiness to take the official exam. If after completing the mock
exam results show that the candidate requires additional preparation, BEA highly encourages the candidate to participate in the relevant training applicable to the certification exams.
Relevant training for each certification path can be found within the Requirements & Preparation
page.
BEA continues to encourage all candidates to review the exam objectives documents available within the pages below. Please note only the preparatory materials provided on this website are validated against actual BEA Certification material and proprietary content.
As means of certification preparation, BEA highly encourages individuals to attend suggested BEA Education courses since they provide preparations to relevant content in the exams. However, to successfully pass the exams, you are additionally expected to draw on your own practical and implementation experience. The exam objectives outlined on this page http://certification.bea.com/certification/certification_reqs.jsp will provide you with a better understanding of what BEA tests you on for each certification role.
Question 1 – Objective 17 - Application Deployment
Which process or processes are executed when WebLogic is started? A. weblogic.exe
B. weblogic.Server
C. weblogic.bin
D. weblogic.Server and a web server process
E. weblogic.Server and a EJB container process
Question 2 - Objective 17 - Application Deployment
Which defines the servers contained in a cluster? A. machine
B. application deployment descriptor file
C. cluster deployment descriptor file
D. node manager properties file
E. domain
Question 3 - Objective 17 - Application Deployment
Which is used to package a Workshop Application? A. a JAR
B. a WAR C. an EJB D. an EAR E. a Project
Question 4 – Objective 2 - Build a Portal Application
Which Portal element defines the collection of services in a portal?
A. a desktop
B. a book C. a page D. a portlet E. a layout
Question 5 – Objective 8 - Portal Security
Which Portal tool is used to configure a desktop? A. the Workshop IDE
B. the Admin console
C. the Builder tool
D. the Admin Portal
E. the Configuration Wizard
Question 6 – Objective 3 - Develop a Portlet
Which Portal element displays portlets? A. a book
B. a desktop C. a portlet D. a page
E. a layout
Question 7 – Objective 2 - Build a Portal Application
Which Portal element controls menus? A. a book
B. a page
C. a desktop D. a portlet E. a layout
Question 8 – Objective 14 - Project Setup
From which project type are Portal projects derived? A. EJB projects
B. Web projects
C. Java projects
D. Portlet projects
E. data projects
Question 9 – Objective 14 - Project Setup
Which is the first item to be added to a portal project when creating a portal application?
A. a portal
B. a portlet
C. a page
D. a desktop
E. a placeholder
Question 10 – Objective 3 - Develop a Portlet
Which project type is automatically created when a portal project is created? A. EJB
B. java
C. web service
D. control
E. data
Question 11 – Objective 10 - Customize the Look and Feel of a Portal
Which controls the layout positioning of elements? A. placeholders
B. portlets
C. pages
D. segments
E. menus
Question 12 – Objective 3 - Develop a Portlet
Which element frames a portlet? A. segment
B. menus
C. book
D. placeholder
E. layout
Question 13 – Objective 2 - Build a Portal Application
For which is a backing file often used? A. perform authentication B. back-up a portal context
C. load resources into the JNDI
D. initialize a database connection
E. manage anonymous user profiles
Question 14 – Objective 10 - Customize the Look and Feel of a Portal
Which element directly wraps a portal? A. desktop
B. layout
C. placeholder
D. shell
E. application
Question 15 – Objective 10 - Customize the Look and Feel of a Portal
To customize the skeleton of a portal, which type of resource would need to be created?
A. JavaScript
B. JSP C. CSS
D. control
E. XML
Question 16 – Objective 10 - Customize the Look and Feel of a Portal
To customize the skin of a portal, which type of resource would be created? A. JavaScript script
B. CSS file
C. JSP page D. control file E. XML file
Question 17 – Objective 10 - Customize the Look and Feel of a Portal
Which is used for providing the context for implementing layouts?
A. JavaScript script
B. global application
C. skeleton file
D. control file
E. XML file
Question 18 – Objective 2 - Build a Portal Application
Which is used to define a shell?
A. a JavaScript script B. a global application C. a control file
D. a skeleton file
E. an XML file
Question 19 – Objective 2 - Build a Portal Application
Which includes Custom CSS and JavaScript resources? A. skeleton.properties file
B. web.xml file
C. skin.properties file
D. weblogic.xml file
E. wlw-manifest.xml file
Question 20 – Objective 12 - Debugging, Unit Testing
Which window contains the editable style classes? A. Property Editor
B. Document Structure
C. LAF editor
D. Palette
E. Data Palette
Question 21 – Objective 2 - Build a Portal Application
Which mechanism provides access to overriding style definitions? A. Property Editor
B. Document Structure
C. skin.properties file
D. Palette
Donwload Free Certbible, The Most Realistic Practice Questions and Answers,Help You Pass any Exams
E. control window
Question 22 – Objective 2 - Build a Portal Application
Which, along with a .layout file and a .html.txt file, is used to define a custom layout?
A. CSS
B. custom JavaScript
C. .laf file
D. custom JSP code
E. custom control
Question 23 – Objective 3 - Develop a Portlet
A JPF file corresponds to which architectural component? A. model
B. view
C. controller
D. control
E. action
Question 24 – Objective 3 - Develop a Portlet
The Java objects of which type specify JPF navigation behavior? A. Action
B. Forward
C. Netuix
D. Route
E. PageRoute
Question 25 – Objective 3 - Develop a Portlet
A JSP can invoke an action in a JPF with which JSP tag?
A. NetUI:Base
B. NetUI:Connect C. NetUI:Anchor D. NetUI:Forward E. NetUI:Route
Question 26 – Objective 2 - Build a Portal Application
Which syntactic element combination is used to access data in a NetUI tag? A. /**@context.variable*/
B. {context.variable}
C.
< %= context.variable
%>
D.
E. this.getData(context.variable);
Question 27 – Objective 3 - Develop a Portlet
If JPF variables are stored as session attributes, how do Portal applications prevent namespace collisions among portlets sharing one session context?
A. portlet attributes are not accessible in a shared session
B. portlet attributes are written to unique records in a database
C. the unique name of each portlet is prefixed to that portlet’s attributes names
D. a unique session ID is generated and prefixed to a portlet’s attribute names
E. portlet attributes are written to unique records in the server’s pstore directory
Question 28 – Objective 3 - Develop a Portlet
In which two ways do Java portlets differ from JPF portlets? Choose two. A. custom look and feel properties cannot be applied to them
B. they cannot be assembled graphically in Workshop
C. they cannot use controls
D. they are not portable to other portal servers
E. they cannot use title bars or modes (view, edit or help)
Question 29 – Objective 3 - Develop a Portlet
Which is the preferred mechanism for implementing Inter-portlet communications? A. Event Handlers
B. Backing files
C. onRefresh method
D. listenTo portlet property
E. there is no preferred option
Question 30 – Objective 2 - Build a Portal Application
Access to portlet states are available through backing contexts subclassed from which class?
A. PortalBackingContext
B. DesktopBackingContext
C. ApplicationBackingContext
D. WindowBackingContext
E. SessionContext
Question 31 – Objective 2 - Build a Portal Application
If Portlets are synchronous, which can be used to receive a Callback for a Portlet? A. the portal application uses the syncAsyncServlet
B. a wrapper control receives and stores the callback
C. the listenTo property targets the source of the callback
D. an EventHandler receives the callback
E. a backing file receives the callback
Question 32 – Objective 3 - Develop a Portlet
Which provides a mechanism for providing resource information to Federated Portlets?
A. a UDDI entry
B. a WSRP properties file
C. a WSDL file
D. a wsrp-producer.xml file
E. a wsrp-portlet.xml file
Question 33 – Objective 3 - Develop a Portlet
User Profiles are created in which type of project? A. Web Services
B. Data
C. Control D. Portal E. EJB
Question 34 – Objective 3 - Develop a Portlet
Which resource is available for access to user profile data from within a JPF? A. UserManagement taglib
B. ProfileControl
C. Personalization taglib
D. UserManagement EJB
E. UserManagement Control
Question 35 – Objective 3 - Develop a Portlet
Which is used to implement property managers for accessing UUP data? A. JSPs
B. controls
C. POJOs
D. JavaScripts
E. EJBs
Question 36 – Objective 3 - Develop a Portlet
Which does a content repository contain? A. segments and profiles
B. components and property sheets
C. elements and nodes D. nodes and resources E. types and content
Question 37 – Objective 3 - Develop a Portlet
Metadata for content loaded with the BulkLoader utility is added with which two? Choose two
A. an md.properties file for each content element
B. meta data tags for HTML pages
C. a content-properties.xml file for each content element
D. a resource fork file for each content element
E. a MetadataLoad utility.
Question 38 – Objective 6 - Personalization
To determine if a user has certain characteristics, use which tag?
A.
E. Question 39 – Objective 7 - Campaigns Which can trigger Portal events? A. EventSession control B. EventMangement control C. CampaignService control D. EventService control Question 40 – Objective 8 - Portal Security Which resource type allows the “remove” entitlement? A. Desktop C. Book D. Page E. Look and Feel Answers - Question 1 - B
E. CampaignSession control
B. Portlet
Question 2 - E Question 3 - D Question 4 - A Question 5 - D Question 6 - D Question 7 - A
Question 8 - B
Question 9 - D Question 10 - E Question 11 - C Question 12 - D Question 13 - A Question 14 - D Question 15 - B Question 16 - B Question 17 - C Question 18 - E Question 19 - C Question 20 - B Question 21 - A Question 22 - D Question 23 - C Question 24 - B Question 25 - C Question 26 - B Question 27 - C Question 28 - B, C Question 29 - A Question 30 - D Question 31 - B Question 32 - C Question 33 - B Question 34 - B Question 35 - E Question 36 - E Question 37 - A, B Question 38 - C Question 39 - D Question 40 - B
| certification braindumps |
|
Type |
Exam Bible | New Questions & Answers |
Latest Updated |
Download link |
![]() |
All Certbible 's Exam Pack |
597 |
1 days ago | Available |
Realted Post
Top Posts for Today
- Packet Tracer 5.0 Full Version (14 views)
- How to Open VCE Files (12 views)
- CBT Nuggets CCNA ICND1 & ICND2 (12 views)
- All crack Pass4sure Exams (11 views)
- Cisco Packet Tracer 5.0 Beta4 (10 views)
- Packet Tracer 5.1 for Windows with Cisco Official tutorials (9 views)
- SCJP 1.6 (9 views)
- Free Certification Bible Dumps and IT eBooks (9 views)
- Ec-council CEH 6 (8 views)
- [offer] CBT Nuggets - CCNA, CCNP, CCIE, Simulators (7 views)
Visited 171 times, 1 so far today
About the Author
Write a Comment
Gravatars are small images that can show your personality. You can get your gravatar for free today!
















