1.
Which two are primary concerns for a service-oriented architecture (SOA)?
2.
Your company is considering migrating a persistence module, originally implemented as CMP entity beans, to now use JPA. Which two statements are true?
3.
Your application produces messages by client applications. The number of clients interested in the messages varies continuously at run time. Any client can
process any message, but a message must be processed exactly once.
How should the messages be delivered to the clients?
4.
Which two security threats are negated by encrypting network transactions with Transport Layer Security (TLS)?
5.
Which two kinds of applications benefit from the adoption of service oriented architecture (SOA) inspired patterns and practices?
6.
Your company provides a marketplace for industrial chemicals. You are required to offer accurate pricing and quantities to all marketplace users.
Marketplace users are globally distributed.
What is the most appropriate technology to use to satisfy this requirement?
7.
Which two statements are true about delegation as an Object-Oriented Design technique?
8.
A company provides call center support for corporations world-wide. Each agent in the call center can be assigned to multiple call center customers. All the
company's customers use Windows based user interfaces and it has Just signed a new customer that uses a Java EE back end and wants a rich interface.
The company is developing a user interface for the new customer with the following requirements:
- Customer service representatives (CSRs) must be able to work with minimal training on the application.
- CSRs must be able to switch between call center systems quickly.
- Screens must have a windows look and feel.
- 2000 agents spread across four locations must be able to use the system.
Which recommendation would you make to this company about the user interface (UI)?
9.
Which two use cases are best suited to the RPC style of messaging using Simple Object Access Protocol (SOAP)?
10.
Your company has decided to expose a set of business operations through an API so that clients can access them remotely. These operations, which are modeled
as methods on a stateless session bean component, act as building blocks for complex state-changing activities that need to possess atomicity,, consistency,
isolation and durability (ACID) semantics.
Select the best technology to implement the API.