COMPLETE SOLUTIONS VERIFIED LATEST UPDATE 2024/2025
What is the key feature of the blackboard architecture (a
software architecture)?
All components communicate through a
central component.
What is the common interface language used in CORBA
to facilitate the communication among objects written in
different programming languages?
IDL
The design pattern specifically deals with the problems of
reusable solution at the level of software design.
What architecture is strictly a tiered architecture?
Client-server architecture
Which of the following layers does not belong to the traditional three-tier
architecture?
Service repository
What architecture model does not belong to the families of the distributed object
architectures implemented in CORBA or DCOM?
ESB (Enterprise Service Bus)
What entity does not belong to the three-party model of SOC software
development?
,End user of software
What does the "operation" in a WSDL file correspond to in object-oriented
computing?
method
In contrast to Objects in Object-Oriented development, Service-Oriented
Development has these distinct features:
1. A service has language-independent interface.
2. A proxy to the service is created in the application.
What protocol is normally used for transferring data between Web services?
SOAP
XML is
1. a Meta language that can be used to define another language.
2. a standard for data representation
ebXML is a standard for
service registry and service repository.
BPEL is primarily
a specification language at a process/workflow level.
One of the impacts of SOA/SOC paradigm is that
more software engineer jobs will be available.
What steps is NOT in the process of application building in SOA style?
1.) Service Implementation
2.) Process Level Specification
3.) Code-level Assembling and Binding of Components
, 4.) Organizing Services for easy searching
5.) Developing the code of each service
1.) Service implementation.
2.) Process-level Specification
3.) Code-level Assembling and Binding Components
UDDI is primarily a standard for
service registry only.
Java Enterprise Edition (Java EE) applications are based on a 4-tier architecture,
which includes
1. Client tier
2. Business tier
What is a major difference between object-oriented development and service-
oriented development?
OO Development has One development cycle and SO Development has three
development parallel cycles
Where does the database normally reside in the fat-client (of client-server)
architecture?
in the server layer
The process of application building in SOA style includes:
1. process level specification
2. code-level assembling and binding of components
Which of the following are Software Architectures?