1.
The Service Statelessness principle is focused on the design of the service contract because that's where state data is defined and deferred.
2.
Project Team A delivered 3 services and a month later Project Team B delivered 5 services. After an audit of the services delivered by these two project teams, it was determined that 3 of the services delivered by Project Team B contained redundant logic that already resides in 2 of the services originally delivered by Project
Team A. The audit results are negative because it is considered undesirable to have redundant logic among services. Which service-orientation principle could have been applied to help avoid this result?
3.
I was discussing my new service with a client who told me that my technical service contract revealed too much information about the underlying service design. For example, based only on the names of my service capabilities, my client could determine that the service was using an Oracle database. What service-orientation principle should I apply to address this problem?
4.
The Service Composability principle is solely dedicated to making services effective composition controllers.
5.
The __________________ principle is primarily concerned with ensuring that services exercise a high level of control over their underlying runtime execution environment.
6.
I built Service Composition A, which is comprised of 4 services. It was very successful in that it fulfilled all of its expected business requirements. I was then assigned a new project that required me to deliver a new service composition called Service Composition B. After studying the new business requirements, I realized that one of the services in Service Composition A could be reused "as is" in Service Composition B. However, when I tried to make it part of Service
Composition B, I ran into a number of problems. In the end, it turned out that even though the service was reusable, it was simply not designed to participate in more than one service composition. Which service-orientation principle would have addressed this issue if I would have applied it to the service prior to completing Service Composition A?
7.
Which service-orientation principle influences the content published about services and further helps avoid the misinterpretation of service contracts?
8.
The scope of a typical SOA initiative is application-specific, thereby fostering reuse primarily within application boundaries.
9.
Fill the blank for the following definition of the Service Statelessness design principle: "Services minimize resource consumption by __________________ the management of state information when necessary."
10.
Common problems associated with silo-based application design include: SELECT ALL THAT APPLY