[2024年07月22日] 最新100-101試験問題集には高得点で一発合格
無料提供中100-101ブレーン問題集と100-101リアル試験問題
Facebook 100-101(Meta Certified Digital Marketing Associate)試験は、Facebookが提供する、デジタルマーケティングにおける知識とスキルをテストする認定資格です。この試験は、ソーシャルメディアマーケティング、コンテンツ作成、広告、アナリティクスなどの様々なトピックをカバーしています。この認定資格は、Facebookのプラットフォームを活用したマーケティングに熟達し、デジタルマーケティングのスキルを向上させたい個人に向けて設計されています。
質問 # 43
When configuring NAT, the Internet interface is considered to be what?
- A. global
- B. local
- C. outside
- D. inside
正解:C
解説:
Network address translation or NAT requires the Internet to be considered as an outside interface else it won't serve the purpose it intends to.
質問 # 44
How should an advertiser describe Meta Conversion API to a customer?
- A. A direct connection to an advertiser's server to optimize ad targeting decrease CPA and measure results
- B. A series of standard and custom events tracked through a base code installed on an advertiser's website
- C. A way to track app login and events by integrating SDK to the mobile app
- D. A piece of code for a website that allows measuring, optimizing and building audiences for ad campaigns
正解:B
質問 # 45
Refer to the exhibit.
What is the simplest way to configure routing between the regional office network 10.89.0.0/20 and the corporate network?
- A. router2(config)#ip route 0.0.0.0 0.0.0.0 10.89.16.1
- B. router2(config)#ip route 10.89.3.0 255.255.0.0 10.89.16.2
- C. router1(config)#ip route 10.89.0.0 255.255.240.0 10.89.16.2
- D. router1(config)#ip route 10.89.0.0 255.255.240.0 10.89.16.1
正解:A
解説:
The fourth command makes it possible for all hosts beyond R2 and all hosts beyond R1 to interact with each other, hence it is the most simplest technique.
質問 # 46
What are the benefits of Facebook pixel? (Choose all that apply)
- A. Measures in-app activity
- B. Helps advertisers to create ad mock-ups
- C. Helps advertisers reach the right people
- D. Measures the results of an ad across devices
正解:C、D
質問 # 47
Refer to the exhibit.
The ports that are shown are the only active ports on the switch. The MAC address table is shown in its entirety. The Ethernet frame that is shown arrives at the switch.
What two operations will the switch perform when it receives this frame? (Choose two.)
- A. The MAC address of 0000.00aa.aaaa will be added to the MAC address table.
- B. The frame will be forwarded out fa0/1, fa0/2, and fa0/3.
- C. The frame will be forwarded out all the active ports.
- D. The MAC address of 0000.00dd.dddd will be added to the MAC address table.
- E. The frame will be forwarded out port fa0/3 only.
正解:A、B
解説:
If the switch already has the MAC address in its table for the destination, it will forward the frame directly to the destination port. If it was not already in its MAC table, then they frame would have been flooded out all ports except for the port that it came from.It will also add the MAC address of the source device to its MAC address table
Topic 3, IP addressing (IPv4 / IPv6)
質問 # 48
Which two commands will display the current IP address and basic Layer 1 and 2 status of an interface? (Choose two.)
- A. router#show controllers
- B. router#show running-config
- C. router#show ip interface
- D. router#show version
- E. router#show protocols
正解:A、E
解説:
Router#show protocols displays status of configured Layer 2 and 3 protocols while show controllers Displays statistics for interface hardware including the current IP address
質問 # 49
Refer to the exhibit.
A company wants to use NAT in the network shown. Which commands will apply the NAT configuration to the proper interfaces? (Choose two.)
- A. R1(config)# interface fastethernet0/0 R1(config-if)# ip nat inside
- B. R1(config)# interface serial0/1 R1(config-if)# ip nat outside
- C. R1(config)# interface fastethernet0/0 R1(config-if)# ip nat outside
- D. R1(config)# interface fastethernet0/0 R1(config-if)# ip nat inside source 10.10.0.0 255.255.255.0
- E. R1(config)# interface serial0/1 R1(config-if)# ip nat inside
- F. R1(config)# interface serial0/1 R1(config-if)# ip nat outside source pool 200.2.2.18 255.255.255.252
正解:A、B
解説:
Topic 5, IP Services
質問 # 50
Which element is required to create a Custom Audience from website visitors?
- A. User Cookie
- B. Facebook pixel
- C. FacebookSDK
- D. Facebook profile
- E. Facebook Shop
正解:B
質問 # 51
Refer to the exhibit.
Mary is sending an instant message to Robert. The message will be broken into a series of packets that will traverse all network devices. What addresses will populate these packets as they are forwarded from Router1 to Router2?
- A. Option B
- B. Option C
- C. Option E
- D. Option D
- E. Option A
正解:A
解説:
The Source and Destination IP address is not going to change. Host 1 IP address will stay
as being the source IP and the Host 2 IP address will stay the destination IP address.
Those two are not going to change.
For the MAC address it is going to change each time it goes from one hope to another.
(Except switches... they don't change anything)
Frame leaving HOST 1 is going to have a source MAC of Host 1 and a destination MAC of
Router 1.
Router 1 is going to strip that info off and then will make the source MAC address of
Router1's exiting interface, and making Router2's interface as the destination MAC
address.
Then the same will happen... Router2 is going to change the source/destination info to the
source MAC being the Router2 interface that it is going out, and the destination will be
Host2's MAC address.
質問 # 52
Which layer of the OSI model controls the reliability of communications between network devices using flow control, sequencing and acknowledgments?
- A. Transport
- B. Physical
- C. Network
- D. Data-link
正解:A
質問 # 53
What happens when computers on a private network attempt to connect to the Internet through a Cisco router running PAT?
- A. The router assigns a unique IP address from a pool of legally registered addresses for the duration of the connection.
- B. The router uses the same IP address but a different TCP source port number for each connection.
- C. The router selects an address from a pool of one-to-one address mappings held in the lookup table.
- D. An IP address is assigned based on the priority of the computer requesting the connection.
正解:B
解説:
Reference:
http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/nat_staticpat.html
Static PAT translations allow a specific UDP or TCP port on a global address to be translated to a specific port on a local address. That is, both the address and the port numbers are translated.
Static PAT is the same as static NAT, except that it enables you to specify the protocol (TCP or UDP) and port for the real and mapped addresses. Static PAT enables you to identify the same mapped address across many different static statements, provided that the port is different for each statement. You cannot use the same mapped address for multiple static NAT statements.
Port Address Translation makes the PC connect to the Internet but using different TCP source port.
質問 # 54
Refer to the exhibit.
The internetwork is using subnets of the address 192.168.1.0 with a subnet mask of
255.255.255.224. The routing protocol in use is RIP version 1. Which address could be assigned to the FastEthernet interface on RouterA?
- A. 192.168.1.192
- B. 192.168.1.127
- C. 192.168.1.190
- D. 192.168.1.64
- E. 192.168.1.31
正解:C
質問 # 55
A sporting goods brand needs to create a Custom Audience based on website visitors to retarget in a future campaign. The brand needs a large enough target audience to retarget effectively.
Which objective should the brand use for their current campaign?
- A. Leads
- B. Engagement
- C. Conversions
- D. Traffic
正解:D
質問 # 56
Which address are OSPF hello packets addressed to on point-to-point networks?
- A. 223.0.0.1
- B. 192.168.0.5
- C. 254.255.255.255
- D. 172.16.0.1
- E. 224.0.0.5
正解:E
解説:
Explanation/Reference:
Why Does the show ip ospf neighbor Command Reveal Neighbors in the Init State?
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080093f11.shtml
OSPF hello packets have a destination address of 224.0.0.5 (the all ospf routers multicast
address).
質問 # 57
What is the best practice when assigning IP addresses in a small office of six hosts?
- A. Use a DHCP server that is located at the headquarters.
- B. Assign the addresses statically on each node.
- C. Assign the addresses by using the local CDP protocol.
- D. Use a DHCP server that is located at the branch office.
正解:B
解説:
Its best to use static addressing scheme where the number of systems is manageable rather than use dynamic protocol as it is easy to operate and manage.
質問 # 58
Refer to the exhibit.
Host A can communicate with Host B but not with Hosts C or D.
How can the network administrator solve this problem?
- A. Install a second switch and put Hosts C and D on that switch while Hosts A and B remain on the original switch.
- B. Enable the VLAN trunking protocol on the switch.
- C. Install a router and configure a route to route between VLANs 2 and 3.
- D. Configure Hosts C and D with IP addresses in the 192.168.2.0 network.
正解:C
解説:
Two VLANs require a router in between otherwise they cannot communicate through a simple switch mechanism
質問 # 59
On a live network, which commands will verify the operational status of router interfaces? (Choose two.)
- A. Router# show interfaces
- B. Router# show ip interface brief
- C. Router# show ip protocols
- D. Router# show start
- E. Router# debug interface
正解:A、B
解説:
Explanation/Reference:
Both these commands will show the current status of the interfaces, either in show or
debug mode both will display the information.
質問 # 60
DRAG DROP
正解:
解説:
質問 # 61
Refer to the exhibit.
As packets travel from Mary to Robert, which three devices will use the destination MAC address of the packet to determine a forwarding path? (Choose three.)
- A. Router2
- B. Router1
- C. Switch1
- D. Switch3
- E. Hub1
- F. Switch2
正解:C、D、F
解説:
Switches use the destination MAC address information for forwarding traffic, while routers use the destination IP address information. Local Area Networks employ Layer 2 Switches and Bridges to forward and filter network traffic. Switches and Bridges operate at the Data Link Layer of the Open System Interconnect Model (OSI). Since Switches and Bridges operate at the Layer 2 they operate more intelligently than hubs, which work at Layer 1 (Physical Layer) of the OSI. Because the switches and bridges are able to listen to the traffic on the wire to examine the source and destination MAC address. Being able to listen to the traffic also allows the switches and bridges to compile a MAC address table to better filter and forward network traffic. To accomplish the above functions switches and bridges carry out the following tasks: MAC address learning by a switch or a bridge is accomplished by the same method. The switch or bridge listens to each device connected to each of its ports and scan the incoming frame for the source MAC address. This creates a MAC address to port map that is cataloged in the switches/bridge MAC database. Another name for the MAC address table is content addressable memory orCAM table. When a switch or bridge is listening o the network traffic, it receives each frame and compares it to the MAC address table. By checking the MAC table the switch/ bridge are able o determine which port the frame came in on. If the frame is on the MAC table the frame is filtered or transmitted on only that port. If the switch determines that the frame is not on the MAC table, the frame is forwarded out to all ports except the incoming port.
質問 # 62
Refer to the exhibit.
The output is from a router in a large enterprise. From the output, determine the role of the router.
- A. Remote stub router at a remote site.
- B. A Core router.
- C. The HQ Internet gateway router.
- D. The WAN router at the central site.
正解:A
質問 # 63
How does TCP differ from UDP? (Choose two.)
- A. TCP segments are essentially datagrams.
- B. TCP provides best effort delivery.
- C. TCP provides synchronized communication.
- D. TCP provides sequence numbering of packets.
- E. TCP uses broadcast delivery.
正解:C、D
解説:
TCP differs from UDP in the following ways:
TCP provides best effort delivery.
TCP provides synchronized communication.
TCP segments are essentially datagrams.
TCP provides sequence numbering of packets.
TCP uses broadcast delivery.
質問 # 64
The ip helper-address command does what?
- A. resolves an IP address from a DNS server
- B. resolves an IP address overlapping issue
- C. relays a DHCP request across networks
- D. assigns an IP address to a host
正解:C
解説:
When the DHCP client sends the DHCP request packet, it doesn't have an IP address. So it uses the all-zeroes address, 0.0.0.0, as the IP source address. And it doesn't know how to reach the DHCP server, so it uses a general broadcast address, 255.255.255.255, for the destination. So the router must replace the source address with its own IP address, for the interface that received the request. And it replaces the destination address with the address specified in the ip helper-address command. The client device's MAC address is included in the payload of the original DHCP request packet, so the router doesn't need to do anything to ensure that the server receives this information.
Topic 6, Network Device Security
質問 # 65
What impacts audience size?
- A. Image creative
- B. Schedule
- C. Targeting
- D. Video creative
正解:C
質問 # 66
How does the ad auction determine which ad to show to the intended audience?
- A. Based on predicted engagement rate
- B. By maximizing value for both people and businesses
- C. By comparing the historic performances of advertisers
- D. Based on the highest bidding price
正解:B
質問 # 67
Given an IP address of 192.168.1.42 255.255.255.248, what is the subnet address?
- A. 192.168.1.16/28
- B. 192.168.1.40/29
- C. 192.168.1.48/29
- D. 192.168.1.8/29
- E. 192.168.1.32/27
正解:B
解説:
248 mask uses 5 bits (1111 1000) 42 IP in binary is (0010 1010) The base subnet therefore is the lowest binary value that can be written without changing the output of an AND operation of the subnet mask and IP ... 1111 1000 AND 0010 1010 equals 0010 1000 - which is .40 /24 is standard class C mask. adding the 5 bits from the .248 mask gives /29
質問 # 68
......
Facebook 100-101:Meta Certified Digital Marketing Associate Examは、デジタルマーケティングの概念と実践に関する個人の知識とスキルをテストするために設計されています。この試験は、デジタルマーケティングのキャリアを追求したい人や、この分野でスキルを向上させたい人を対象としています。これは、デジタルマーケティングのコアコンセプトにおける個人の熟練度を示す、世界的に認められた認定資格です。
100-101合格させる問題集でFacebook24時間で試験合格できます:https://jp.fast2test.com/100-101-premium-file.html
Facebook 100-101実際の問題とブレーン問題集:https://drive.google.com/open?id=1V5BcND2Kd0uzJFPWzpk8cb56l4EBB5j5