Has-a relationships should never be encapsulated.
Has-a relationships should be implemented using inheritance.
Has-a relationships can be implemented using instance variables.
Is-a relationships can be implemented using the extends keyword.
Is-a relationships can be implemented using the implements keyword.
An array or a collection can be used to implement a one-to-many has-a relationship.
第1题:
Which statements concerning the correlation between the inner and outer instances of non-static inner classes are true?()
第2题:
When should traffic shaping be implemented on Frame Relay PVCs?()
第3题:
Which of the following is NOT true about XML columns?()
第4题:
How are RIP routing contexts implemented in MPLS VPN? ()
第5题:
What is the biggest advantage of using Web services to create SOA solutions?()
第6题:
Which four are true?()
第7题:
Which two statements are true about Block Media Recovery (BMR)?()
第8题:
NetFlow records bidirectional IP traffic flow.
NetFlow export can be implemented over IPv4.
NetFlow export can be implemented over IPv6.
NetFlow records multicast IP traffic flow.
NetFlow records ingress traffic.
NetFlow records egress traffic.
第9题:
Inheritance represents an is-a relationship.
Inheritance represents a has-a relationship.
Interfaces must be used when creating a has-a relationship.
Instance variables can be used when creating a has-a relationship.
第10题:
BMR increases the Mean Time To Recover (MTTR).
BMR can only be implemented using Recovery Manager (RMAN).
The blocks that need to be recovered are accessible during BMR.
BMR cannot be performed using cumulative incremental backups.
The datafile must be restored if most of the blocks in the datafile are corrupt.
第11题:
The BGP split - horizon rule specifies that routes learned via EBGP are never propagated to other IBGP peers.
The BGP split horizon rule specifies that routes learned via IBGP are never propagated to other IBGP peers.
A full - mesh IBGP requires that neighbor relationships be established between a ll BGP enabled routers in the autonomous system.
IBGP neighbors must be in different autonomous systems.
An EGP or static routing is required between IBGP neighbors.
第12题:
Has-a relationships should never be encapsulated.
Has-a relationships should be implemented using inheritance.
Has-a relationships can be implemented using instance variables.
Is-a relationships can be implemented using the extends keyword.
Is-a relationships can be implemented using the implements keyword.
An array or a collection can be used to implement a one-to-many has-a relationship.
第13题:
What is true about the Cisco SBR methodology?()
第14题:
Compare the features of the Cisco PIN architecture and Cisco validated Designs. Which two of the following statements are making sense?() (Choose two.)
第15题:
Which four statements about NetFlow are true?()
第16题:
An ISP is running a large IBPG network with 25 routers. The full mesh topology that is currently inplace is inefficiently using up bandwidth from all of the BGP traffic. What can the administratorconfigure to reduce the number of BGP neighbor relationships within the AS?()
第17题:
The TSO FCQUERY command displays available information about FlashCopy and other CopyServices relationships active on volumes. Which FlashCopy state should a volume be in todisplay the number of active FlashCopy relationships?()
第18题:
Which two are true about has-a and is-a relationships?()
第19题:
Which four statements are true?()
第20题:
Cisco validated Designs can be implemented quickly without customer input.
Cisco is focusing on the PIN architecture as a means to driving integrated networks.
The Cisco PIN architecture is a critical mechanism for supporting integrated markets because it can be implemented quickly.
The Cisco validated Designs program provides critical mechanisms for supporting integrated markets because the mechanisms can be implemented quickly.
第21题:
Both USING and ON clauses can be used for equijoins and nonequijoins
Amaximum of one pair of columns can be joined between two tables using the ON clause
The ON clause can be used to join tables on columns that have different names but compatible data types
The WHERE clause can be used to apply additional conditions in SELECT statements containing the ON or the USING clause
第22题:
Member variables of the outer instance are always accessible to inner instances, regardless of their accessibility modifiers.
Member variables of the outer instance can never be referred to using only the variable name within the inner instance.
More than one inner instance can be associated with the same outer instance.
All variables from the outer instance that should be accessible in the inner instance must be declared final.
A class that is declared final cannot have any inner classes.
第23题:
When you want to drop excess traffic above the CIR
When there is a speed mismatch between the central site and the remote site
When using Frame Relay SVCs
When over-subscribing the central site link
When LLQ is implemented on the Frame Relay PVC
When Multilink PPP LFI is implemented on the Frame Relay PVC
第24题:
Has-a relationships should never be encapsulated.
Has-a relationships should be implemented using inheritance.
Has-a relationships can be implemented using instance variables.
Is-a relationships can be implemented using the extends keyword.
Is-a relationships can be implemented using the implements keyword.
An array or a collection can be used to implement a one-to-many has-a relationship.
The relationship between Movie and Actress is an example of an is-a relationship.