AND ANSWERS WITH COMPLETE SOLUTIONS
VERIFIED BY EXPERT
What is the unique feature of service-oriented computing paradigm that does not exist in other
computing paradigms?
A. resource sharing
B. reasoning
C. platform-independent
D. stateless
C. Platform-Independent
What architecture is strictly a tiered architecture?
A. Client-server architecture
B. CORBA
C. DCOM
D. Enterprise Service Bus
E. Service-oriented architecture
A. Client-server architecture
,The design pattern specifically deals with the problems of
A. efficiency of algorithms.
B. programming language selection.
C. reusable solution at the level of software design.
D. architecture style of software development.
C. reusable solution at the level of software design.
Which of the following layers does not belong to the traditional three-tier architecture?
A. Service repository
B. Application processing
C. Data management
D. Presentation
A. Service repository
What is the common interface language used in CORBA to facilitate the communication among objects
written in different programming languages?
A. Java Script
B. OLE
C. IDL
D. C++
C. IDL
,What architecture model does not belong to the families of the distributed object architectures
implemented in CORBA or DCOM?
A. ORB (Object Request Broker)
B. ESB (Enterprise Service Bus)
C. Networked OLE (Object Linking and Embedding)
D. COM (Component Object Model)
B. ESB (Enterprise Service Bus)
XML is
A. a Meta language that can be used to define another language.
B. a database programming language.
C. a service-oriented programming language.
D. an object-oriented programming language.
A. a Meta language that can be used to define another language.
What entity does not belong to the three-party model of SOC software development?
A. application builder
B. End user of software
C. Service broker
D. Service provider
B. End user of software
, What protocol is normally used for transferring data between Web services?
A. UDDI
B. WSDL
C. SOAP
D. XML
C. SOAP
What does the "operation" in a WSDL file correspond to in object-oriented computing?
A. class
B. method
C. parameter
D. return value
B. method
In contrast to objects in object-oriented development, service-oriented development has these
distinct features: (Select all that apply.)
1. A service always resides in the service broker.
2. A service has language-independent interface.
3. A proxy to the service is created in the application.
4. The executable code of the service is integrated into the application.
2. A service has language-independent interface.
3. A proxy to the service is created in the application.