Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

[Jan 20, 2022] 200-101 PDF Questions and Testing Engine With 60 Questions [Q35-Q55]

Share

[Jan 20, 2022] 200-101 PDF Questions and Testing Engine With 60 Questions

Updated Exam Engine for 200-101 Exam Free Demo & 365 Day Updates

NEW QUESTION 35
A router is running three routing processes: RIP, OSPF, and EIGRP, each configured with default characteristics. Each process learns a route to the same remote network.
If there are no static routes to the destination and none of the routes were redistributed, which route will be placed in the IP routing table?

  • A. all three routes with the router load balancing
  • B. the route learned through RIP
  • C. the route learned through EIGRP
  • D. the route with the lowest metric
  • E. the route learned through OSPF

Answer: C

Explanation:
Reference:
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094195.shtml
Administrative distance is the feature that routers use in order to select the best path. Administrative distance defines the reliability of a routing protocol. Each routing protocol is prioritized in order of most to least reliable (believable) with the help of an administrative distance value. Lowest Administrative distance will be chosen first.

 

NEW QUESTION 36
A marketing effectiveness analyst based in an emerging market obtains the following multiple linear regression output for predicting sales as function of price (Price), distribution (Distribution) and advertising (Ads). Some issues occurred with the software, and some of the regression results are corrupted on the output.

What interpretation should be made from the output?

  • A. The adjusted R square is between 0.81 and 1.00
  • B. The t-stat for distribution variable is approximately 2.0
  • C. Intercept is not statistically significant at 0.05 level
  • D. The coefficient for the price has a positive sign

Answer: D

 

NEW QUESTION 37
The internetwork infrastructure of company XYZ consists of a single OSPF area as shown in the graphic. There is concern that a lack of router resources is impeding internetwork performance. As part of examining the router resources, the OSPF DRs need to be known. All the router OSPF priorities are at the default and the router IDs are shown with each router.

Which routers are likely to have been elected as DR? (Choose two.)

  • A. Corp-3
  • B. Branch-2
  • C. Corp-4
  • D. Corp-1
  • E. Branch-1
  • F. Corp-2

Answer: B,C

 

NEW QUESTION 38
Refer to the exhibit.

The network is converged. After link-state advertisements are received from Router_A, what information will Router_E contain in its routing table for the subnets 208.149.23.64 and 208.149.23.96?

  • A. O 208.149.23.64 [110/13] via 190.173.23.10, 00:00:07, FastEthernet 0/0 O 208.149.23.96 [110/13] via 190.173.23.10, 00:00:16, FastEthernet 0/0
  • B. O 208.149.23.64 [110/3] via 190.172.23.10, 00:00:07, Serial 1/0 O 208.149.23.96 [110/3] via 190.172.23.10, 00:00:16, Serial 1/0
  • C. O 208.149.23.64 [110/13] via 190.172.23.10, 00:00:07, Serial 1/0 O 208.149.23.96 [110/13] via 190.172.23.10, 00:00:16, Serial 1/0 O 208.149.23.96 [110/13] via 190.173.23.10, 00:00:16, FastEthernet 0/0
  • D. O 208.149.23.64 [110/1] via 190.172.23.10, 00:00:07, Serial 1/0 O 208.149.23.96 [110/3] via 190.173.23.10, 00:00:16, FastEthernet 0/0

Answer: A

 

NEW QUESTION 39
A startup ecommerce company is beginning to run media campaigns to increase sales. It is having trouble taking action from its media campaigns because of the high number of KPIs it is considering when analyzing results.
The startup company has been in the growth phase, so the focus has been on increasing the number of people who see ads for their products on Facebook. As the company grows, the focus is shifting towards generating sales. For its Facebook campaigns, the business is considering incremental purchases, incremental reach, CPMs, website visits, clicks and impressions.
Which metric should be prioritized to support the company's new Facebook marketing strategy?

  • A. Click-through rate
  • B. Website visits
  • C. Incremental purchases
  • D. Incremental reach

Answer: A

 

NEW QUESTION 40
Which command enables IPv6 forwarding on a Cisco router?

  • A. ipv6 neighbor
  • B. ipv6 local
  • C. ipv6 unicast-routing
  • D. ipv6 host

Answer: C

Explanation:
http://www.ciscopress.com/articles/article.asp?p=31948&seqNum=4
The first step of enabling IPv6 on a Cisco router is the activation of IPv6 traffic forwarding to forward unicast IPv6 packets between network interfaces. By default, IPv6 traffic forwarding is disabled on Cisco routers. The ipv6 unicast-routing command is used to enable the forwarding of IPv6 packets between interfaces on the router. The syntax for this command is as follows: Router(config)#ipv6 unicast-routing The ipv6 unicast-routing command is enabled on a global basis.

 

NEW QUESTION 41
Refer to the exhibit.

Each of these four switches has been configured with a hostname, as well as being configured to run RSTP. No other configuration changes have been made. Which three of these show the correct RSTP port roles for the indicated switches and interfaces? (Choose three.)

  • A. SwitchB, Gi0/1, designated
  • B. SwitchD, Gi0/2, root
  • C. SwitchA, Fa0/1, root
  • D. SwitchA, Fa0/2, designated
  • E. SwitchC, Fa0/2, root
  • F. SwitchB, Gi0/2, root

Answer: B,C,D

Explanation:
The question says "no other configuration changes have been made" so we can understand these
switches have the same bridge priority. SwitchC has lowest MAC address so, it will become root
bridge and 2 of its ports (Fa0/1 & Fa0/2) will be designated ports (DP). Because SwitchC is the
root bridge the 2 ports nearest SwitchC on SwitchA (Fa0/1) and SwitchD (Gi0/2) will be root ports
(RP) -> B and F are correct.
SwitchB must have a root port so which port will it choose? To answer this question we need to
know about STP cost and port cost.
In general, "cost" is calculated based on bandwidth of the link. The higher the bandwidth on a link,
the lower the value of its cost. Below are the cost values you should memorize:
Link speed Cost SwitchB will choose the interface with lower cost to the root bridge as the root
port so we must calculate the cost on interface Gi0/1 & Gi0/2 of SwitchB to the root bridge. This
can be calculated from the "cost to the root bridge" of each switch because a switch always advertises its cost to the root bridge in its BPDU. The receiving switch will add its local port cost value to the cost in the BPDU. SwitchC advertises its cost to the root bridge with a value of 0. Switch D adds 4 (the cost value of 1Gbps link) and advertises this value (4) to SwitchB. SwitchB adds another 4 and learns that it can reach SwitchC via Gi0/1 port with a total cost of 8. The same process happens for SwitchA and SwitchB learns that it can reach SwitchC via Gi0/2 with a total cost of 23 -> Switch B chooses Gi0/1 as its root port. Now our last task is to identify the port roles of the ports between SwitchA & SwitchB. It is rather easy as the MAC address of SwitchA is lower than that of SwitchB so Fa0/2 of SwitchA will be designated port while Gi0/2 of SwitchB will be alternative port.

 

NEW QUESTION 42
What is one benefit of PVST+?

  • A. PVST+ allows the root switch location to be optimized per VLAN.
  • B. PVST+ automatically selects the root bridge location, to provide optimized bandwidth usage.
  • C. PVST+ supports Layer 3 load balancing without loops.
  • D. PVST+ reduces the CPU cycles for all the switches in the network.

Answer: A

Explanation:
Per VLAN Spanning Tree (PVST) Introduction http://www.cisco.com/en/US/tech/tk389/tk621/tk846/tsd_technology_support_subprotocol_home.html
Per VLAN Spanning Tree (PVST) maintains a spanning tree instance for each VLAN configured in the network. This means a switch can be the root bridge of a VLAN while another switch can be the root bridge of other VLANs in a common topology. For example, Switch 1 can be the root bridge for Voice data while Switch 2 can be the root bridge for Video data. If designed correctly, it can optimize the network traffic. http://www.ciscopress.com/articles/article.asp?p=102157&seqNum=4

 

NEW QUESTION 43
Refer to the exhibit.

Given the output shown from this Cisco Catalyst 2950, what is the reason that interface
FastEthernet 0/10 is not the root port for VLAN 2?

  • A. This switch is running RSTP while the elected designated switch is running 802.1d Spanning Tree.
  • B. This switch has more than one interface connected to the root network segment in VLAN 2.
  • C. This switch has a lower bridge ID for VLAN 2 than the elected designated switch.
  • D. This switch interface has a higher path cost to the root bridge than another in the topology.

Answer: D

 

NEW QUESTION 44
Which three statements are typical characteristics of VLAN arrangements? (Choose three.)

  • A. VLANs cannot span multiple switches.
  • B. Connectivity between VLANs requires a Layer 3 device.
  • C. A switch maintains a separate bridging table for each VLAN.
  • D. Each VLAN uses a separate address space.
  • E. VLANs typically decrease the number of collision domains.
  • F. A new switch has no VLANs configured.

Answer: B,C,D

 

NEW QUESTION 45
A beverage brand plans to launch a World Cup campaign to generate awareness across digital, TV and print. It recently ran a marketing mix model to determine the performance of this campaign. The analysis proved that the campaign resulted in a lift in sales. Due to the high cost of World Cup ads, the ROI was $0.15, which is below their historical norms for campaigns.
How should the analysis help contextualize the results?

  • A. The campaign was contaminated by TV advertising
  • B. Advertised across too many channels
  • C. Based on viewership of the World Cup, CPMs are particularly high
  • D. Awareness campaigns are not designed to drive conversions

Answer: B

 

NEW QUESTION 46
Refer to the exhibit.

Assume that all of the router interfaces are operational and configured correctly. How will router R2 be affected by the configuration of R1 that is shown in the exhibit?

  • A. R2 will obtain OSPF updates from R1, but will not obtain a default route from R1.
  • B. R2 will not have a route for the directly connected serial network, but all other directly connected networks will be present, as well as the two Ethernet networks connected to R1.
  • C. Router R2 will obtain a full routing table, including a default route, from R1.
  • D. Router R2 will not form a neighbor relationship with R1.

Answer: D

 

NEW QUESTION 47
It has become necessary to configure an existing serial interface to accept a second Frame Relay virtual circuit. Which of the following are required to solve this? (Choose three)

  • A. configure each subinterface with its own IP address
  • B. remove the ip address from the physical interface
  • C. configure static frame relay map entries for each subinterface network.
  • D. create the virtual interfaces with the interface command
  • E. encapsulate the physical interface with multipoint PPP
  • F. disable split horizon to prevent routing loops between the subinterface networks

Answer: A,B,D

Explanation:
How To Configure Frame Relay Subinterfaces http://www.orbit-computer-solutions.com/How-To-Configure-Frame-Relay-Subinterfaces.php
Step to configure Frame Relay subinterfaces on a physical interface:
1.Remove any network layer address (IP) assigned to the physical interface. If the physical interface has an address, frames are not received by the local subinterfaces.
2.Configure Frame Relay encapsulation on the physical interface using the encapsulation frame-relay command.
3.For each of the defined PVCs, create a logical subinterface. Specify the port number, followed by a period (.) and the subinterface number. To make troubleshooting easier, it is suggested that the subinterface number matches the DLCI number.
4.Configure an IP address for the interface and set the bandwidth.
5.Configure the local DLCI on the subinterface using the frame-relay interface-dlci command. Configuration Example: R1>enable R1#configure terminal R1(config)#interface serial 0/0/0 R1(config-if)#no ip address R1(config-if)#encapsulation frame-relay R1(config-if)#no shutdown R1(config-if)#exit R1(config-subif)#interface serial 0/0/0.102 point-to-point R1(config-subif)#ip address 192.168.1.245 255.255.255.252 R1(config-subif)#frame-relay interface-dlci 102 R1(config-subif)#end R1#copy running-config startup-config

 

NEW QUESTION 48
In the Frame Relay network, which IP addresses would be assigned to the interfaces with point-topoint PVCs?

  • A. DLCI 16 192.168.10.1/24 DLCI 17 192.168.10.2/24 DLCI 99 192.168.10.3/24 DLCI 28 192.168.10.4/24
  • B. DLCI 16 192.168.10.1/24 DLCI 17 192.168.11.1/24 DLCI 99 192.168.10.2/24 DLCI 28 192.168.11.2/24
  • C. DLCI 16 192.168.10.1 /24 DLCI 17 192.168.11.1/24 DLCI 99 192.168.12.1/24
    DLCI 28 192.168.13.1/24
  • D. DLCI 16 192.168.10.1/24 DLCI 17 192.168.10.1/24 DLCI 99 192.168.10.2/24 DLCI 28 192.168.10.3/24

Answer: B

Explanation:
DLCI 16 and DLCI 19 need to act like a point-to-point link and will therefore need to be on the same network as will DLCI 17 and DLCI 28. With this information we can see that option "B" is the only option that has the corresponding DLCI's on the same network based on the ip addresses and subnetmask. Option "D" is incorrect because, this would put the same network on both interfaces of the R2 router. Option "A" is similar.

 

NEW QUESTION 49
Refer to the exhibit.

The output that is shown is generated at a switch. Which three statements are true? (Choose three.)

  • A. All ports will be in a state of discarding, learning, or forwarding.
  • B. Thirty VLANs have been configured on this switch.
  • C. All designated ports are in a forwarding state.
  • D. This switch must be the root bridge for all VLANs on this switch.
  • E. The bridge priority is lower than the default value for spanning tree.
  • F. All interfaces that are shown are on shared media.

Answer: A,C,E

Explanation:
From the output, we see that all ports are in Designated role (forwarding state) -> A and E are
correct.
The command "show spanning-tree vlan 30 only shows us information about VLAN 30. We don't
know how many VLAN exists in this switch -> B is not correct.
The bridge priority of this switch is 24606 which is lower than the default value bridge priority
32768 -> C is correct.
All three interfaces on this switch have the connection type "p2p", which means Point-to-point
environment - not a shared media -> D is not correct.
The only thing we can specify is this switch is the root bridge for VLAN 3o but we can not
guarantee it is also the root bridge for other VLANs -> F is not correct.

 

NEW QUESTION 50


A static map to the S-AMER location is required. Which command should be used to create this map?

  • A. frame-relay map ip 172.30.0.3 387 broadcast
  • B. frame-relay map ip 172.30.0.3 825 broadcast
  • C. frame-relay map ip 172.30.0.3 694 broadcast
  • D. frame-relay map ip 172.30.0.3 230 broadcast

Answer: D

 

NEW QUESTION 51
Which Layer 2 protocol encapsulation type supports synchronous and asynchronous circuits and has built-in security mechanisms?

  • A. Frame Relay
  • B. HDLC
  • C. PPP
  • D. X.25

Answer: C

 

NEW QUESTION 52
Which PPP subprotocol negotiates authentication options?

  • A. SLIP
  • B. DLCI
  • C. NCP
  • D. ISDN
  • E. LCP

Answer: E

 

NEW QUESTION 53
Refer to the exhibit.

At the end of an RSTP election process, which access layer switch port will assume the discarding role?

  • A. Switch4, port fa0/11
  • B. Switch3, port fa0/1
  • C. Switch3, port Gi0/1
  • D. Switch3, port fa0/12
  • E. Switch3, port Gi0/2
  • F. Switch4, port fa0/2

Answer: A

 

NEW QUESTION 54
Refer to the exhibit

.
Which switch provides the spanning-tree designated port role for the network segment that services the printers?

  • A. Switch2
  • B. Switch4
  • C. Switch1
  • D. Switch3

Answer: D

 

NEW QUESTION 55
......


Facebook 200-101 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Determine opportunities beyond the scope of the measurement approach
  • Apply concepts required to inventory and monitor existing data sources
Topic 2
  • Recommend an appropriate Facebook or partner measurement solution
  • Communicate assumptions based on situation assessment
Topic 3
  • Make decisions and judgments required to create data visualization methods
  • Evaluate differences in measurement methodology across channels
Topic 4
  • Apply concepts required to formulate a hypothesis to be proven or disproven
  • Reconcile business goals with KPIs and analysis plans
Topic 5
  • Determine feasibility to move forward with a measurement solution
  • Interpret statistical outputs
Topic 6
  • Evaluate the success of the measurement approach
  • Analyze data using exploratory methods
Topic 7
  • Determine iterative measurement opportunities based on insights
  • Make decisions required to design a test addressing the hypothesis

 

Exam Passing Guarantee 200-101 Exam with Accurate Quastions: https://www.braindumpsit.com/200-101_real-exam.html