BEA 8.1 Certified Architect: Enterprise Architecture Mock Exam

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 7 - Network
Your various WebLogic domains contain numerous application server clusters providing high
availability and reliability. Which statement below will reduce the likelihood of multicast storms
on the network segments hosting your clusters?
a) Ensure any firewall sitting between the managed servers in the clusters are configured
to permit the T3 protocol on port 7001.
b) Configure the TTL value of all multicast packets sent by WebLogic to be one greater
than the total number of segments used by all WebLogic servers.
c) Take care in providing each cluster a unique Multicast Address and Multicast port.
d) Increase Multicast Send Delay attribute and the Multicast Buffer Size Attribute to values
directly proportional to the number of managed servers in each cluster.
e) Configure each managed server in every cluster to use multicast only for cluster-wide
heartbeat messages.
Question 2 – Objective 7 - Network
The services and applications in your enterprise will utilize Transport Layer security extensively.
In order to more efficiently utilize your WebLogic Server assets, which option best allows for
optimum processing of both secure and non-secure network requests?
a) Create two WebLogic Network Channels, one listening for non-SSL traffic, the other
listening for SSL traffic. Deploy both the standard and secure channels to a WebLogic
Server.
b) Configuring each managed server with a unique listen port and SSL listen port will
suffice.
c) Configure an edge server between end points utilizing Message Level Security and
Transport Layer Security.
d) Configure an edge server between end points and use SSL on the external channel.
e) Configure an edge server between end points and use SSL on the internal channel.
Question 3 – Objective 6 - Security
Your security architecture is built around intelligent, pragmatic security design principles. You
would now like to harden security to WebLogic Server so that application requests not
originating from security gateways are ignored. What is the best way to accomplish this using
the networking capabilities built in to WebLogic Server?
a) Place a firewall directly in front of your WebLogic Server and configure it disallow
requests not coming from the security gateway.
b) Use a network channel configured to filter out traffic not originating from the secure
gateway.
c) WebLogic Server doesn’t provide a built-in mechanism to accomplish this.
d) Use a custom authentication provider configured to reject requests coming from the
secure gateway.
e) Use either a custom or default connection filter class configured to deny traffic not
coming from the secure gateway.
Question 4 – Objective 6 - Security
You have implemented an enterprise wide user authentications using LDAP. All of your
business users are defined in this global store. WebLogic Server must seamlessly use this
global store for authentication requests. What is the best way to accomplish this?
a) Synchronize WebLogic’s embedded LDAP server with the corporate LDAP store.
b) Copy all the user, group, policy and role definitions stored in WebLogic over to the
corporate LDAP store.
c) Import all the user, group, policy and role definitions stored in WebLogic into the LDAP
store.
d) Create a custom authentication provider configured to authenticate to the LDAP store
and set the providers control flag to required.
e) Create a custom authentication provider configured to authenticate to the LDAP store
and set the providers control flag to optional.
Question 5 – Objective 6 - Security
What is the best way to create role based access for the business users of your multiple
Enterprise Portal Desktops?
a) Role definitions and entitlements.
b) Server scoped role definitions.
c) Application scope role definitions.
d) Custom security role providers.
e) WS-Policy.
Question 6 – Objective 6 - Security
Although you have created a number of new web services with WebLogic Workshop 8.1 you
must integrate them with the security models of services created on other platforms. What is the
best way to accomplish this?
a) Append @WS-Security attributes in the source of the new services and link them to a
server scoped policy file.
b) Append @WS-Policy attributes in the source of the new services and link them to a
application scoped policy file.
c) Create a new WSSE file using wsSecurityIn and wsSecurityOut to define security
constraints and link them in the web service’s property editor.
d) Create a new WSSE file using wsSecurityIn and wsSecurityOut to define security
constraints and link them in the web service’s deployment descriptor.
Question 7 – Objective 6 - Security
Which selection below best describes the advantage of Message Level Security over Transport
Layer Security when invoking web services?
a) Message Level Security provides the option of selectively encrypting or signing SOAP
messages whereas Transport Layer Security does not provide this granularity.
b) Message Level Security utilizes more secure key sizes than traditional Transport Layer
Security using SSL.
c) Message Level Security can be configured using Java Keystores where Transport Layer
Security must use unpacked digital certificates.
d) Message Level Security attaches the sender’s digital certificate and other pertinent meta
data as a SOAP attachment.
e) Transport Layer Security requires offloading encryption to a third party tool.
Question 8 – Objective 8 - Implementation and Migration
You have a requirement to support ad hoc marketing campaigns in your customer facing portal
applications. Which option below best allows for the quick creation and management of
campaigns to a portal application that is already deployed?
a) Use WebLogic Workshop to create the campaign, rebuild the portal application and
redeploy to your production cluster.
b) Create a new .cam file, deploy the new file to the existing portal application.
c) Create the new campaign in a DataSync project from within WebLogic Workshop, use
the DataSync web application to update the existing portal application.
d) Create the new campaign in a DataSync project from within WebLogic Workshop, use
the portal propagation application to update the existing portal application.
e) Use the portal administration portal to define and synchronize the new campaign,
propagate the scenario and action data to the production portal database.
Question 9 – Objective 8 - Implementation and Migration
You have many composite applications implemented with WebLogic Portal 8.1. You have
multiple internal and external business users that will use these applications. It is imperative that
you provide more limited access of these applications to your external business users (trading
partners). Which item below best reflects the best role out strategy to accomplish this?
a) Create two portal applications, one for internal users and another for external users.
Place a firewall between the external network and the portal application.
b) Create a single portal application and limit access to books, pages and portlets using
entitlements and roles.
c) Create two portal applications, one for internal users and another for external users.
Limit access to books, pages and porlets using entitlements and roles.
d) Use SAML assertions to identify and tag your external users. Use the built-in security
APIs to limit access to books, pages and portlets.
e) Create a single portal application and define separate desktops for both the internal and
external users which will be identified by roles. Further restrict access using entitlements
and roles.
Question 10 – Objective 2 - Business Architecture
You foresee a need to create many new business services in your SOA implementation
strategy. Each of these business services represents a discrete, complete business process.
You would like to implement the service with automated business process management and
deploy it as a web service quickly as per your new RAD process guidelines. Which is the best
way to accomplish this?
a) Implement the process as a Java Process Definition.
b) Implement the process as a Session EJB.
c) Implement the process as a Web Service built from a Session Bean
d) Implement the process as a Web Service built from a Java Object
e) Import a new WS-BPEL file as a web service and access it from a Web Service control
Question 11 – Objective 2 - Business Architecture
One of the benefits of SOA is the ability to define service granularity and quickly recombine
existing services to create new business services. Using WebLogic Workshop, which is the best
way to recombine existing service assets into a new business service?
a) Create two nested process definitions to access the existing services. Coordinate the
nested processes from a parent process definition. Access the parent process through
its web service interface.
b) Create a process definition that coordinates using custom controls accessing the
existing services. Access the process definition through its web service interface.
c) Create a custom control in WebLogic Workshop. The interface of the custom control
coordinates the invocation of the existing service through the appropriate controls.
Create a web service wrapper for the custom control.
d) Create a new web service control in WebLogic Workshop. The interface of the web
service coordinates the invocation of the existing service.
e) Refactor the two services together into a single, new web service.
Question 12 – Objective 2 - Business Architecture
You have an SLA in place with a business partner that you supply parts quotes for. The SLA
states, among other obligations, that your business system will provide a price quote for parts
within five business hours after receiving the request. What is the best way to ensure that your
business services will be able to guarantee this SLA?
a) Deploy your business services on a WebLogic Application Server Cluster.
b) Use a third party enterprise tool that will monitor and enforce SLA requirements.
c) Set an SNMP trap on application response time for the business service.
d) Set an SNMP trap for an application server that shuts down.
e) Configure the SLA response time in a global server policy and assign the policy to the
business service.
Question 13 – Objective 2 - Business Architecture
Which is the most correct way to modularize business process definitions and leverage
reusability of your process definitions across the enterprise?
a) Call each process definition through a JPD control.
b) Call each process definition through a Message Broker channel.
c) Break the process into separate web services.
d) Refactor the process definitions into sub-processes and call them from a parent JPD.
e) Export each JPD as a jar file then copy the jar file to every other process definition
project that needs to use it.
Question 14 – Objective 2 - Business Architecture
You have a business requirement to pull detailed customer data from both a legacy CRM
application and a legacy EJB application. You would like to implement a service that seamlessly
integrates these applications and can be easily consumed from within other process driven
services implemented with WebLogic Integration. Additionally you would like to enforce a
separate XA transaction boundary around both the invocation of the CRM application and the
EJB. Which option below allows this?
a) Create a custom control that calls methods of both the EJB and legacy CRM application.
b) Use an EJB control to consume the legacy EJB application and an application view
control to consume the CRM application.
c) Create a new pass-through web service that invokes methods from both the legacy EJB
application and CRM application.
d) Create a custom control to invoke the legacy EJB application and use JCA through an
application view control to access the CRM application.
e) Create a Message Driven EJB to send messages to the legacy EJB application, create
an application view control to invoke methods on the CRM application. Call both through
the Message Broker.
Question 15 – Objective 4 - Information Systems Architecture–Data
You have a business requirement to pull detailed customer data from both a legacy CRM
application and a legacy EJB application. The data models for both applications are well
defined; however there is some disparity between the data elements used by each application.
You are required to provide a solution that utilizes the necessary data required by each
application yet is still flexible enough to use additional data that may be needed by either
application at a later date. What is the best way to complete this requirement?
a) Create a secondary data model that is a union of the data models currently used by both
applications. Make changes to each application using the new, standardized data model.
b) Pass the complete data from one application to the next in XML format then use XSLT to
transform the data model to the target application.
c) Pass the complete data from one application to the next in XML format then use XQuery
to transform the data model to the target application.
d) Analyze the data passed between these two applications and all related applications.
Build a universal data model for these applications and apply either XSLT or XQuery to
transform the data for each application.
e) Analyze the data passed between these two applications and all related applications.
Define the data model as an XML Schema and use XML Beans to represent each
application’s data model.
Question 16 – Objective 4 - Information Systems Architecture–Data
You want to provide access to important, yet less frequently used operational support data and
Business Intelligence data to increase the agility of your data processes. The problem you are
facing is that some of the data in these stores aren’t currently replicated to your data
warehouse. You realize that changing the necessary data warehouse schema to collect this
additional data could up to a year. The fact that these systems aren’t used frequently doesn’t
really justify the extra development time and expense. What is one way you can include this
data, along with data in your existing warehouse into you data services tier?
a) Write a synchronization service that extract data from the data warehouse and combines
it with data extracted from the other data stores.
b) Employ a third part tool allowing you to create a virtual data warehouse representing the
non-replicated data stores.
c) Use Liquid Data to create a Unified Data Model containing the data from the data
warehouse and the non-replicated stores.
d) Create a separate off line data mart that extracts and synchronizes the data from the
data warehouse and non-replicated stores.
e) Create a separate data access service for the data warehouse and non-replicated stores
and synchronize them through a custom control.
Use the following scenario to answer the next four questions:
You have been given a requirement to create a nightly report showing total daily sales stats
from all of your company’s retail outlets. This report must be created by a service running as a
nightly batch process. The service must interface with the custom, legacy inventory system
running on your mainframe as well as a custom catalog application. The data in each of these
systems are stored in disparate formats, for example the mainframe application uses COBOL
copy books where the catalog application uses delimited data. Once the report is complete, it
must be sent via FTP to the inventory update service which will use the data to determine stock
levels and new shipments for each retail store.
Question 17 – Objective 5 - Infrastructure/Technology Architecture
What is the best approach for starting the service as a batch process?
a) Implement the service as a JPD and configure the start node to respond to a timer
event.
b) Implement the service as a cron job.
c) Implement the service as a JMS subscriber.
d) Implement the service as a JPD and configure the start node to respond to a Message
Broker channel.
e) Implement the service as a JPD. Configure the service’s SLA to the time you want the
batch job to run. Use the overdue node to catch the SLA violation and start the process.
Question 18 – Objective 4 - Information Systems Architecture–Data
Given the complexity and incompatibility of the data from the COBOL application what is the
best choice to transform this data?
a) Using XQuery from a transformation control.
b) Using XSLT from a transformation control.
c) Using an XMLObject created from an MFL file generated by Format Builder.
d) Using an XMLBean generated from a schema defining the copybook data.
e) Using a copybook to XML converter.
Question 19 – Objective 4 - Information Systems Architecture–Data
Which option below best describes how to combine the data from the inventory system
and catalog application?
a) Convert both data models to XML Schemas and use WebLogic Workshop’s visual data
mapper to define the transformation.
b) Convert both data models to a binary stream, parse the stream and convert into an MFL
file.
c) Create two separate MFL files for each application. Import the XML documents
generated from the MFL files into a schema project.
d) Create two separate MFL files for each application. Import the XML documents
generated from the MFL files into a schema project. Create an XMLBean for each
document and use them to define the transformation using WebLogic Workshop’s visual
data mapper.
e) Create two separate MFL files for each application. Import the MFL documents into a
schema project. Create an XMLObject for each document. Create an XMLBean from
each XMLObject and use them to define the transformation using WebLogic Workshop’s
visual data mapper.

Donwload Free Certbible, The Most Realistic Practice Questions and Answers,Help You Pass any Exams

Bookmark and Share
certification braindumps

Type

Exam Bible New Questions & Answers

Latest Updated

Download link
Testking torrent All Certbible 's Exam Pack

597

1 days ago Available
Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • StumbleUpon
  • Technorati
  • blogmarks
  • De.lirio.us
  • IndiaGram
  • Reddit
  • e-mail
  • IndianPad
  • laaik.it
  • Yahoo! Bookmarks
  • Yigg

Realted Post

free it certification

Top Posts for Today

free braindumps
Tags:

Visited 251 times, 1 so far today

About the Author

certificate has written 9258 stories on this site.

If you have any doubts about legality of content or you have another suspicions, feel free to contact us:CertGuard@gmail.com

One Comment on “BEA 8.1 Certified Architect: Enterprise Architecture Mock Exam”

  • mixtura wrote on 4 September, 2008, 0:26

    Someone made a pretty awesome list of web hosting FAIL.

Write a Comment

Gravatars are small images that can show your personality. You can get your gravatar for free today!

Copyright © 2009 CertBible - IT certifications Training and Preparation Tests. All rights reserved.
Cisco microsoft Comptia CCNA CCIE MCSE Oracle