Pass4sure bea 0B0-105

BEA8.1 Certified Architect:Enterprise Architecture : 0B0-105 Exam
Question 20 – Objective 4 – Information Systems Architecture–Data
You are looking for a solution the offers the quickest development time to the scenario
described above. Which option below represents the quickest, most direct way to implement the
requirements mentioned above.
a) Create a new process definition, create two message broker controls to talk to the order
inventory system and catalog application. Use a custom transformation control to create
the report data. Configure a file control to FTP the completed report to the inventory
update service.
b) Create a new process definition, create two application view controls to talk to the order
inventory system and catalog application. Use a custom transformation control to create
the report data. Configure an FTP event generator to FTP the completed report to the
inventory update service.
c) Create a new process definition, create two application view controls to talk to the order
inventory system and catalog application. Use a custom transformation control to create
the report data. Configure a file control to FTP the completed report to the inventory
update service.
d) Create a new process definition, create two application view controls to talk to the order
inventory system and catalog application. Use a custom transformation control to create
the report data. Configure a message broker channel to FTP the completed report to the
inventory update service.
e) Create a new process definition, create two application view controls to talk to the order
inventory system and catalog application. Use a custom transformation control to create
the report data. Configure a JMS event generator to FTP the completed report to the
inventory update service.
Question 21 – Objective 5 – Infrastructure/Technology Architecture
As part of your high availability non functional requirements you must ensure that all in-flight XA
transactions can be recovered in the event of a server failure. What is the best way to ensure
that every server’s transaction log will be recoverable?
a) Ensure that each server’s transaction log is stored on a RAID drive.
b) Ensure that each server’s transaction log prefix points to a location on a shared SAN.
c) Make sure that each server is a member of a migratable target.
d) Make sure that each server is a member of a cluster.
e) In flight transactions can not be recovered on WebLogic Server.
Question 22 – Objective 5 – Infrastructure/Technology Architecture
Consistent monitoring and administration of your WebLogic Server assets are key requirements
of your operations process. What technology best allows for consistent management and
monitoring of your WebLogic Servers?
a) SNMP
b) Tivoli
c) HP Openview
d) Java Management Extensions
e) Java Monitoring Extensions
Question 23 – Objective 5 – Infrastructure/Technology Architecture
You have a number of credit card processing services that must be available during operating
hours for all your retail stores. In addition to these requirements you must also guarantee
complete transport layer security while minimizing access time and overhead. What solution
below best allows you to achieve this?
a) Deploy the credit card processing services to a WebLogic Server configured with an SSL
listen port. Ensure the servers trusted host file and trusted certificate chain are
configured properly for the cluster.
b) Deploy the credit card processing services to a WebLogic Server cluster and configure a
hardware load balancer with an SSL accelerator as a proxy to the cluster.
c) Deploy the credit card processing services to a WebLogic Server configured with an SSL
listen port. Ensure the servers trusted certificate chain is configured properly for the
cluster. Disable host verification.
d) Deploy the credit card processing services to a WebLogic Server configured with an SSL
listen port. Ensure the servers trusted certificate chain is configured properly for the
cluster. Enable host verification.
e) Deploy the credit card processing services to a WebLogic Server configured with an SSL
listen port. Ensure the servers trusted certificate chain is configured properly for the
cluster. Enable symmetric key exchange.
Question 24 – Objective 5 – Infrastructure/Technology Architecture
You have many services that use JMS as their messaging protocol. Specifically a number of
these services are JMS Message Listeners. You must ensure the same guarantees of load
balancing and failover as you do for your web tier services. How would you define your
messaging architecture to accomplish this?
a) Configure distributed destinations with transaction affinity. Code the Message Listener to
look up the distributed destination on a remote server and attach to the distributed
destination.
b) Configure distributed destinations with server affinity. Code the Message Listener to look
up the distributed destination on the local server and attach to the distributed destination.
c) Configure distributed destinations with server affinity. Code the Message Listener to look
up the distributed destination on a remote server and attach to the distributed
destination.
d) Configure distributed destinations with random affinity. Code the Message Listener to
look up the distributed destination on the local server and attach to the distributed
destination.
e) Configure distributed destinations with transaction affinity. Code the Message Listener to
look up the distributed destination on the local server and attach to the distributed
destination.
Question 25 – Objective 5 – Infrastructure/Technology Architecture
Scalability is an important part of your clustering architecture design. You want to ensure that
EJB method calls made from your clustered web applications to your clustered EJB components
are evenly load balanced across all available members. Which architecture design below
describes how this is accomplished?
a) Use a single tier cluster architecture where both you clustered web applications and
clustered EJB components are co-located on the same server. Use the
HTTPClusterServlet for even load balancing and failover of EJB calls.
b) Use a single tier cluster architecture where both you clustered web applications and
clustered EJB components are co-located on the same server. Use the EJB’s replica
aware stub for even load balancing and failover of EJB calls.
c) Split your cluster into two separate tiers, one tier for your clustered web applications, and
the other tier for your clustered EJB components. Use the EJB’s replica aware stub for
even load balancing and failover of EJB calls.
d) Use a single tier cluster architecture where both you clustered web applications and
clustered EJB components are co-located on the same server. Use a web server plugin
for even load balancing and failover of EJB calls.
e) Split your cluster into two separate tiers, one tier for your clustered web applications, and
the other tier for your clustered EJB components. Use a web server plugin for even load
balancing and failover of EJB calls.
Question 26 – Objective 5 – Infrastructure/Technology Architecture
You are using a JMS file store as your persistent message store. It is critical that transactional
safety and reliability be maintained for your persistent store as other components of your
architecture depend upon this. You must also ensure that the JMS persistent mechanism scal
well. Knowing this, what synchronous write policy attribute value will you specify for the file store
configuration?
a) Disabled
b) Cache-flush
c) Direct-write
d) Flush on commit
e) Write on commit
Question 27 – Objective 5 – Infrastructure/Technology Architecture
You use many enterprise portal desktops as the composite applications tier of your architecture.
You have determined that the best way to scale these applications and handle increasing
capacity demands is to cluster them. Given the current tools available for portal replication in a
cluster and your architectural layout, what is the best option for propagating portal data
throughout your cluster when moving the portal application from QA to production?
a) Propagate data from the source server in QA to the admin server in the production
cluster. Let the admin server propagate the data to each managed server.
b) Propagate data from the source server in QA to each managed server in the cluster
since the admin server will not propagate portal data.
c) Use the provided database scripts to copy data from the QA portal database to the
database that will be used by the production portal application.
d) Write a custom database script to copy data from the QA portal database to the
database that will be used by the production portal application.
e) Use JMX to copy the portal application data from the QA domain directly to the
production domain than synchronize the data and redeploy the portal application.
Question 28 – Objective 1 – Architectural Vision
Which description below best defines the purpose of the presentation services layer of SOA?
a) The layer providing access to services combining diverse and disparate enterprise data
from multiple sources throughout the enterprise.
b) Provides the orchestration an assembly of services into application components or entire
applications.
c) Consists of reusable interface components that can provide a process driven user
interface.
d) Implements orchestration and coordination logic.
e) Provides a uniform, coupled API.
Question 29 – Objective 1 – Architectural Vision
As you begin to plan your SOA implementation it becomes clear to you that governance is going
to be a big concern. Specifically you must decide who will be responsible for the development,
design and equally as important, funding of services and service infrastructure. You need to
minimize issues or ownership, access, buy in and not maintaining architectural standards. What
is the most appropriate governance model to use in accomplishing this?
a) Federated model
b) Partially federated model
c) Hierarchical model
d) Federated hierarchy model
e) Centralized model
Question 30 – Objective 1 – Architectural Vision
In order to meet a consistent look and feel requirement for all web applications you have
decided to surface existing and new web applications as portlets. Upon further analyses you
realize that there is a high reusability requirement for these web applications from many J2EE
and non-J2EE platforms. You wish to avoid the code duplication required to deploy these
portlets on multiple platforms. Which technology below will allow you to do this while allowing
the portlets to integrate with the host platform at the application level?
a) WS-I
b) WSRP
c) Java Portlet API
d) WS-Portlet
e) Screen scraper utilities
Question 31 – Objective 3 – Information Systems Architecture–Applications
When sending a message to multiple end points the decision on when to apply the data
transformation is crucial. If you transform too early you possibly waste time transforming a
message that didn’t need it. If you transform too late you run the risk of service failure when
sending a message. What SOA design pattern ensures that message transformation is done at
the correct time?
a) Basic Asynchronous Stateless 2 Way design pattern.
b) Basic Asynchronous Stateful 2 Way design pattern.
c) Message Fan Out design pattern.
d) Message Broker design pattern.
e) Desynchronizer design pattern.
Question 32 – Objective 3 – Information Systems Architecture–Applications
You must create a centralized, consistent login module. The application logic behind this
module will be responsible for authenticating and authorizing users against you corporate LDAP
system. The module will also manage tokens and handle single sign-on across multiple pages.
This module must be used in stand alone web applications and portlets. You must make the
module as cohesive and reusable as possible. What is the best way to accomplish this?
a) Implement the login module logic as a Custom Control.
b) Implement the login module logic using a built in login control.
c) Implement the login module logic using a portlet backing file.
d) Implement the login module logic using a nested page flow.
e) Use the user login design pattern.
Question 33 – Objective 3 – Information Systems Architecture–Applications
Which statement below is not true about WebLogic Application View controls?
a) The Schema definitions defining the request and response messages used for calling
services are not automatically available to the JPD using the application view control.
b) An application view control provides a Java method for each service configured in the
application view.
c) An application view control receives and returns XML in its interface.
d) An application view control receives and returns XMLBeans with built in support.
e) An application control is a type of extensible control.
Question 34 – Objective 3 – Information Systems Architecture–Applications
Which design pattern provides better for concurrent application development, modularity and
makes SCM easier among other things?
a) Visitor design pattern
b) Synchronous Stateless 1 way design pattern
c) Synchronous Stateless 2 way design pattern
d) Model View Controller design pattern
e) Composite View design pattern
Question 35 – Objective 3 – Information Systems Architecture–Applications
You have many services that utilize an asynchronous calling model. The problem is that a few
of your application clients can not invoke services in an asynchronous manner. You do not want
to create additional service architecture to handle synchronous clients. What design pattern
could you implement that would allow you to support asynchronous calls by synchronous clients
without designing additional infrastructure?
a) Desynchronizer design pattern
b) Asynchronous Stateless 2 way design pattern
c) Asynchronous Stateless 1 way design pattern
d) Composite Asynchronous Stateless 2 way design pattern
e) Synchronizer design pattern

Donwload Free PassGuide Braindumps-The Most Realistic Practice Questions and Answers,Help You Pass any Exams

Exam Number/Code: 0B0-105
Exam Name: BEA8.1 Certified Architect:Enterprise Architecture
Questions Type: Single choice,

“BEA8.1 Certified Architect:Enterprise Architecture”, also known as 0B0-105 exam, is a BEA certification.
Preparing for the 0B0-105 exam? Searching 0B0-105 Test Questions, 0B0-105 Practice Exam, 0B0-105 Dumps?

With the complete collection of questions and answers, Pass4sure has assembled to take you through 68 questions to your 0B0-105 Exam preparation. In the 0B0-105 exam resources, you will cover every field and category in 8.1 Certified Architect helping to ready you for your successful BEA Certification.
Questions and Answers : 68 questions
Updated: March 22nd , 2008
Market Price: $159.99
Member Price: $125.99
Free Down:Testking 0B0-105
pass4sure bea 0b0-105 v2.93
password:www.certbible.org
password:www.certbible.org

High quality IT Certification Training Exam Questions, Study Guides and Practice Tests are in Downloadable PassGuide Testing Engine,Successful for IT Certification or Full Refund for you.Contact Us:Sales@PassGuide.com

Type

Exam Bible New Questions & Answers

Latest Updated

Download link
PDF All Certbible 's Exam Dumps

597

1 days ago Available
Free PassGuide

PassGuide Training Materials & Practice Tests

free certification guide
Tags: ,

About the Author

Free Certification Exam Download has written 10018 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

Write a Comment

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

Copyright © 2010 CertBible – IT certifications Exams,Study Guide,Practice Test,Training Materials.. PassGuide,Pass4sure,Testking,Testinside,Pass4side,Certifyme,Transcender,Examworx,Topcerts,Actualtests. Cisco microsoft Comptia CCNA CCIE MCSE Oracle ccnp hp ibm citrix Sitemap