Tag Archives: ensure

Given this class: (Exhibit) Which two changes would encapsulate this class and ensure that the area field

Given this class:Which two changes would encapsulate this class and ensure that the area field is always equal to length * heightwhenever the Rectangle class is used? A. Call the setArea method at the beginning of the setLength method. B. Call the setArea method at the end of the setHeight method. C. Change the setArea method to private.… Read More »

Given the following class: (Exhibit) Which two changes would encapsulate this class and ensure that the

Given the following class:Which two changes would encapsulate this class and ensure that the area field is always equal to length* heightwhenever the Rectangle class is used? A. Call the setArea method at the beginning of the setHeight method. B. Change the area field to public. C. Call the setArea method at the end of the setHeight method.… Read More »

Given this class: (Exhibit) Which two changes would encapsulate this class and ensure that the area field

Given this class:Which two changes would encapsulate this class and ensure that the area field is always equal to length * height whenever the Rectangle class is used? A. Call the setArea method at the beginning of the setLength method. B. Call the setArea method at the end of the setHeight method. C. Change the setArea method to… Read More »

You have a number attribute "the child's age in years". In an interview, you want to ensure that the

You have a number attribute “the child’s age in years”. In an interview, you want to ensure that the user is only able to enter ages between 0 and 15.What are the three methods to achieve this? A. Write an error event rule. B. Use a regular expression within the Edit Attribute dialog box. C. Create a number… Read More »

Which two settings must be configured to ensure that an alert will display in the Dispatch Console when

Which two settings must be configured to ensure that an alert will display in the Dispatch Console when a resource does NOT activate their route on time? A. Configure a message associated with the “Route is not activated” launch condition within a Message Scenario. B. Create a resource filter that has an “Activated contains Activated” condition for use… Read More »

Which two settings are required to ensure that the "Not activated on time" alert is shown in the GUI

Which two settings are required to ensure that the “Not activated on time” alert is shown in the GUI for a resource in the system? A. Configure the “Route has not been started XX minutes after the start time of resource work day” Alert setting. B. Create a resource filter that has an “Activated contains Activated” condition. C.… Read More »

Which two commands ensure that DSW1 becomes the root bridge for VLAN 10 and 20? (Choose two.)

Refer to the exhibit. Which two commands ensure that DSW1 becomes the root bridge for VLAN 10 and 20? (Choose two.) A. spanning-tree mst 1 priority 4096 B. spanning-tree mst 1 root primary C. spanning-tree mst vlan 10,20 priority root D. spanning-tree mst 1 priority 1 E. spanning-tree mstp vlan 10,20 root primary Answer: Option A, B. Explanation: … Read More »

An engineer must ensure that all traffic entering AS 200 from AS 100 chooses Link 2 as an entry point. Assume that all BGP neighbor relationships have been formed and that the attributes have not been changed on any of the routers. Which configuration accomplishes this task?

Refer to the exhibit. An engineer must ensure that all traffic entering AS 200 from AS 100 chooses Link 2 as an entry point. Assume that all BGP neighbor relationships have been formed and that the attributes have not been changed on any of the routers. Which configuration accomplishes this task? A. R3(config)#route-map PREPEND permit 10 R3(config-route-map)#set as-path… Read More »

Which two commands ensure that DSW1 becomes root bridge for VLAN 10? (Choose two.)

Refer to the exhibit. Which two commands ensure that DSW1 becomes root bridge for VLAN 10? (Choose two.) A. DSW1(config)#spanning-tree vlan 10 priority 4096 B. DSW1(config)#spanning-tree vlan 10 priority root C. DSW2(config)#spanning-tree vlan 10 priority 61440 D. DSW1(config)#spanning-tree vlan 10 port-priority 0 E. DSW2(config)#spanning-tree vlan 20 priority 0 Answer: Option A, B. Explanation:  No answer description available for… Read More »

All switches are configured with the default port priority value. Which two commands ensure that traffic from PC1 is forwarded over the Gi1/3 trunk port between DSW11 and DSW2? (Choose two.)

Refer to the exhibit. All switches are configured with the default port priority value. Which two commands ensure that traffic from PC1 is forwarded over the Gi1/3 trunk port between DSW11 and DSW2? (Choose two.) A. DSW2(config)#interface gi1/3 B. DSW1(config-if)#spanning-tree port-priority 0 C. DSW2(config-if)#spanning-tree port-priority 128 D. DSW1(config)#interface gi1/3 E. DSW2(config-if)#spanning-tree port-priority 16 Answer: Option A, E. Explanation: … Read More »