Which two are characteristics of the Transfer Object design pattern?()A、It reduces network traffic by collapsing multiple remote requests into one.B、It increases the complexity of the remote interface by removing coarse-grained methods.C、It increases the 

题目

Which two are characteristics of the Transfer Object design pattern?()

  • A、It reduces network traffic by collapsing multiple remote requests into one.
  • B、It increases the complexity of the remote interface by removing coarse-grained methods.
  • C、It increases the complexity of the design due to remote synchronization and version control issues.
  • D、It increases network performance introducing multiple fine-grained remote requests which return verysmall amounts of data.

相似考题
更多“Which two are characteristics of the Transfer Object design pattern?()A、It reduces network traffic by collapsing multiple remote requests into one.B、It increases the complexity of the remote interface by removing coarse-grained methods.C、It increases the ”相关问题
  • 第1题:

    Which two of these are characteristics of an IDS sensor?()

    • A、passively listens to network traffic
    • B、is an active device in the traffic path
    • C、has a permissive interface that is used to monitor networks
    • D、traffic arrives on one IDS interface and exits on another
    • E、has a promiscuous interface that is used to monitor the network

    正确答案:A,E

  • 第2题:

    Which is characteristic of the Business Delegate pattern?()

    • A、 It decreases complexity by removing a layer of proxy classes.
    • B、 It reduces coupling between tiers by hiding implementation details.
    • C、 It decreases performance due to the lack of caching of remote data.
    • D、 It forces business-tier expectations to be dealt with in the presentation-tier.

    正确答案:B

  • 第3题:

    Which two are characteristics of the Service Locator pattern?()

    • A、It encapsulates component lookup procedures.
    • B、It increases source code duplication and decreases reuse.
    • C、It improves client performance by caching context and factory objects.
    • D、It degrades network performance due to increased access to distributed lookup services.

    正确答案:A,C

  • 第4题:

    Which two are advantages of static routing when compared to dynamic routing?()

    • A、Security increases because only the network administrator may change the routing tables.
    • B、Configuration complexity decreases as network size increases.
    • C、Routing updates are automatically sent to neighbors.
    • D、Route summarization iscompued automatically by the router.
    • E、Routing traffic load is reduced when used in stub network links
    • F、An efficient algorithm is used to build routing tables,using automatic updates.
    • G、Routing tables adapt automatically to topology changes.

    正确答案:A,E

  • 第5题:

    Which two are advantages of static routing when compared to dynamic routing?()

    • A、Security increases because only the network administrator may change the routing tables.
    • B、Configuration complexity decreases as network size increases.
    • C、Routing updates are automatically sent to neighbors.
    • D、Route summarization iscompued automatically by the router.
    • E、Routing traffic load is reduced when used in stub network links.
    • F、An efficient algorithm is used to build routing tables,using automatic updates.
    • G、Routing tables adapt automatically to topology changes.

    正确答案:A,E

  • 第6题:

    A developer is designing a web application that makes many fine-grained remote data requests for eachclient request. During testing, the developer discovers that the volume of remote requests significantlydegrades performance of the application. Which design pattern provides a solution for this problem?()

    • A、Flyweight
    • B、Transfer Object
    • C、Service Locator
    • D、Dispatcher View
    • E、Business Delegate
    • F、Model-View-Controller

    正确答案:B

  • 第7题:

    Which two are characteristics of the Front Controller pattern?()

    • A、It simplifies remote interfaces to distributed objects.
    • B、It promotes cleaner application partitioning and encourages reuse.
    • C、It provides an initial point of contact for handling all related requests.
    • D、It reduces maintainability due to the increased complexity of the design.
    • E、It provides loosely coupled handlers that can be combined in various permutations.

    正确答案:B,C

  • 第8题:

    多选题
    Which two of these are characteristics of an IDS sensor?()
    A

    passively listens to network traffic

    B

    is an active device in the traffic path

    C

    has a permissive interface that is used to monitor networks

    D

    traffic arrives on one IDS interface and exits on another

    E

    has a promiscuous interface that is used to monitor the network


    正确答案: D,E
    解析: 暂无解析

  • 第9题:

    多选题
    In an n-tier application, which two invocations are typically remote, not local?()
    A

    JSP to Transfer Object

    B

    Service Locator to JNDI

    C

    Controller to request object

    D

    Transfer Object to Entity Bean

    E

    Controller to Business Delegate


    正确答案: B,A
    解析: 暂无解析

  • 第10题:

    多选题
    Which two are characteristics of the Service Locator pattern?()
    A

    It encapsulates component lookup procedures.

    B

    It increases source code duplication and decreases reuse.

    C

    It improves client performance by caching context and factory objects.

    D

    It degrades network performance due to increased access to distributed lookup services.


    正确答案: B,D
    解析: 暂无解析

  • 第11题:

    单选题
    Which is characteristic of the Business Delegate pattern?()
    A

     It decreases complexity by removing a layer of proxy classes.

    B

     It reduces coupling between tiers by hiding implementation details.

    C

     It decreases performance due to the lack of caching of remote data.

    D

     It forces business-tier expectations to be dealt with in the presentation-tier.


    正确答案: D
    解析: 暂无解析

  • 第12题:

    多选题
    Which two are characteristics of the Front Controller pattern?()
    A

    It simplifies remote interfaces to distributed objects.

    B

    It promotes cleaner application partitioning and encourages reuse.

    C

    It provides an initial point of contact for handling all related requests.

    D

    It reduces maintainability due to the increased complexity of the design.

    E

    It provides loosely coupled handlers that can be combined in various permutations.


    正确答案: C,B
    解析: 暂无解析

  • 第13题:

    What are two benefits of using a single OSPF area network design?()

    • A、it reduces the number of required OSPF neighbor adjacencies
    • B、It reduces the types of LSAs that are generated
    • C、It is less CPU intensive for routers in the single area
    • D、It increases LSA response times.
    • E、It removes the need for virtual links

    正确答案:B,E

  • 第14题:

    In an n-tier application, which two invocations are typically remote, not local?()

    • A、JSP to Transfer Object
    • B、Service Locator to JNDI
    • C、Controller to request object
    • D、Transfer Object to Entity Bean
    • E、Controller to Business Delegate

    正确答案:B,D

  • 第15题:

    A Company.com developer is designing a multi-tier web application and discovers a need to hide the details of establishing and maintaining remote communications from the client. In addition, because the business and resource tiers are distributed, the application needs to minimize the inter-tier network traffic related to servicing client requests.  Which design patterns, working together, address these issues?()

    • A、 Front Controller and Transfer Object
    • B、 Front Controller and Service Locator
    • C、 Business Delegate and Transfer Object
    • D、 Business delegate and Intercepting Filter
    • E、 Model-View-Controller and Intercepting Filter

    正确答案:C

  • 第16题:

    Which two are NOT characteristics of the OSPF routing protocol?()

    • A、It confines network instability to a single area of network.
    • B、It increases the routing overhead of the network
    • C、It supports VLSM
    • D、It routes between Autonomous Systems.
    • E、It allows extensive control of routing updates

    正确答案:B,D

  • 第17题:

    A developer is designing a web application that makes many fine-grained remote data requests for each client request. During testing, the developer discovers that the volume of remote requests significantly degrades performance of the application. Which design pattern provides a solution for this problem?()

    • A、 Flyweight
    • B、 Transfer Object
    • C、 Service Locator
    • D、 Dispatcher View
    • E、 Business Delegate
    • F、 Model-View-Controller

    正确答案:B

  • 第18题:

    Which the two are characteristics of the Service Locator pattern?()

    • A、 It encapsulates component lookup procedures
    • B、 It increases source code duplication and decreases reuse
    • C、 It improves client performance by caching context and factory objects
    • D、 It degrades network performance due to increased access to distributed lookup services

    正确答案:A,C

  • 第19题:

    单选题
    A developer is designing a web application that makes many fine-grained remote data requests for each client request. During testing, the developer discovers that the volume of remote requests significantly degrades performance of the application. Which design pattern provides a solution for this problem?()
    A

     Flyweight

    B

     Transfer Object

    C

     Service Locator

    D

     Dispatcher View

    E

     Business Delegate

    F

     Model-View-Controller


    正确答案: C
    解析: 暂无解析

  • 第20题:

    多选题
    Which the two are characteristics of the Service Locator pattern?()
    A

    It encapsulates component lookup procedures

    B

    It increases source code duplication and decreases reuse

    C

    It improves client performance by caching context and factory objects

    D

    It degrades network performance due to increased access to distributed lookup services


    正确答案: C,A
    解析: 暂无解析

  • 第21题:

    多选题
    Which two are characteristics of the Transfer Object design pattern?()
    A

    It reduces network traffic by collapsing multiple remote requests into one.

    B

    It increases the complexity of the remote interface by removing coarse-grained methods.

    C

    It increases the complexity of the design due to remote synchronization and version control issues.

    D

    It increases network performance introducing multiple fine-grained remote requests which return verysmall amounts of data.


    正确答案: C,A
    解析: 暂无解析

  • 第22题:

    多选题
    Which two of these are characteristics of an IPS device?()
    A

    passively listens to network traffic

    B

    is an active device in the traffic path

    C

    has a permissive interface that is used to monitor networks

    D

    traffic arrives on one IPS interface and exits on another


    正确答案: D,C
    解析: 暂无解析

  • 第23题:

    单选题
    A developer is designing a web application that makes many fine-grained remote data requests for eachclient request. During testing, the developer discovers that the volume of remote requests significantlydegrades performance of the application. Which design pattern provides a solution for this problem?()
    A

    Flyweight

    B

    Transfer Object

    C

    Service Locator

    D

    Dispatcher View

    E

    Business Delegate

    F

    Model-View-Controller


    正确答案: B
    解析: 暂无解析