It decreases complexity by removing a layer of proxy classes.
It reduces coupling between tiers by hiding implementation details.
It decreases performance due to the lack of caching of remote data.
It forces business-tier expectations to be dealt with in the presentation-tier.
第1题:
Which is characteristic of the Business Delegate pattern?()
第2题:
According to Ohm’s Law, which of the following is correct?()
第3题:
A developer is designing a web application which extensively uses EJBs and JMS. The developer finds thatthere is a lot of duplicated code to build the JNDI contexts to access the beans and queues. Further,because of the complexity, there are numerous errors in the code. Which J2EE design pattern provides asolution for this problem?()
第4题:
Which the two are characteristics of the Service Locator pattern?()
第5题:
Which two are characteristics of the Front Controller pattern?()
第6题:
Immediately after adding a new disk to or removing an existing disk from an Automatic Storage Management (ASM) instance, you find that the performance of the database decreases initially, until the addition or removal process is completed. Performance then gradually returns to normal levels. Which two activities could you perform to maintain a consistent performance of the database while adding or removing disks?()
第7题:
it provides centralized request handling for incoming requests.
It forces resource authentication to be distributed across web components.
It reduces coupling between presentation-tier clients and underlying business services.
It can be added and removed unobtrusively, without requiring changes to existing code.
It allows preprocessing and postprocessing on the incoming requests and outgoing responses.
第8题:
ease of IP address assignment versus use of external routers
redundancy from trunking between distribution layer switches
provides first-hop redundancy to clients
allows inter-VLAN communication without requiring complexity of routing protocols
第9题:
It reduces network traffic by collapsing multiple remote requests into one.
It increases the complexity of the remote interface by removing coarse-grained methods.
It increases the complexity of the design due to remote synchronization and version control issues.
It increases network performance introducing multiple fine-grained remote requests which return verysmall amounts of data.
第10题:
As voltage increases, resistance decreases
As amperage decreases, resistance decreases
As resistance decreases, amperage increases
As resistance increases, voltage increases
第11题:
It decreases complexity by removing a layer of proxy classes.
It reduces coupling between tiers by hiding implementation details.
It decreases performance due to the lack of caching of remote data.
It forces business-tier expectations to be dealt with in the presentation-tier.
第12题:
It simplifies remote interfaces to distributed objects.
It promotes cleaner application partitioning and encourages reuse.
It provides an initial point of contact for handling all related requests.
It reduces maintainability due to the increased complexity of the design.
It provides loosely coupled handlers that can be combined in various permutations.
第13题:
Which two are characteristics of the Service Locator pattern?()
第14题:
Prioritizing traffic between data and voice is defined as which of the following?()
第15题:
Which two are characteristics of the Intercepting Filter pattern?()
第16题:
A developer is designing the presentation tier for a web application which requires a centralized requesthandling to complete common processing required by each request. Which design pattern provides asolution to this problem?()
第17题:
Which two are characteristics of the Transfer Object design pattern?()
第18题:
vessel's horsepower
sea state
number of propellers
vessel's displacement
第19题:
It encapsulates component lookup procedures
It increases source code duplication and decreases reuse
It improves client performance by caching context and factory objects
It degrades network performance due to increased access to distributed lookup services
第20题:
Command
Transfer Object
Service Locator
Session Facade
Business Delegate
第21题:
It encapsulates component lookup procedures.
It increases source code duplication and decreases reuse.
It improves client performance by caching context and factory objects.
It degrades network performance due to increased access to distributed lookup services.
第22题:
As pressure decreases, volume increases
As volume increases, pressure increases
As volume decreases, pressure decreases
As pressure increases, volume increases
第23题:
RPO
RTO
backup window
deduplication ratio
第24题:
Front Controller and Transfer Object
Front Controller and Service Locator
Business Delegate and Transfer Object
Business delegate and Intercepting Filter
Model-View-Controller and Intercepting Filter