[2024年07月03日] 究極の100-101準備ガイド!無料最新のFacebook練習テスト問題集 [Q37-Q60]

Share

[2024年07月03日] 究極の100-101準備ガイド!無料最新のFacebook練習テスト問題集

今すぐゲットせよ!高評価Facebook 100-101試験問題集


Facebook 100-101(Meta Certified Digital Marketing Associate)認定試験は、デジタルマーケティング業界で競争力のある地位を求める個人にとって、学際的な認定資格です。この認定試験は、効果的なデジタルマーケティングキャンペーンの作成と適切なオーディエンスをターゲットにする能力をテストするように設計されています。この認定では、個人はデジタルマーケティングの熟練度を証明し、潜在的な雇用者から認識を獲得することができます。

 

質問 # 37
Refer to the exhibit.

What must be configured to establish a successful connection from Host A to switch SW-A through router RT-A?

  • A. IP routing on SW-A
  • B. default gateway on SW-A
  • C. VLAN 1 on RT-A
  • D. crossover cable connecting SW-A and RT-A

正解:B

解説:
In order for the switch to reach networks that are not local, such as networks attached to different interfaces of the router, it will need to set its default gateway to be the IP address of the attached router.


質問 # 38
Refer to the exhibit.

The enterprise has decided to use the network address 172.16.0.0. The network administrator needs to design a classful addressing scheme to accommodate the three subnets, with 30, 40, and 50 hosts, as shown. What subnet mask would accommodate this network?

  • A. 255.255.255.192
  • B. 255.255.255.240
  • C. 255.255.255.252
  • D. 255.255.255.224
  • E. 255.255.255.248

正解:A

解説:
Subnet mask A i.e. 255.255.255.192 with CIDR of /26 which means 64 hosts per subnet which are sufficient to accommodate even the largest subnet of 50 hosts.


質問 # 39
What is the purpose of the switchport command?
Switch(config-if)# switchport port-security maximum 1 Switch(config-if)# switchport port-security mac-address 0018.DE8B.4BF8

  • A. It ensures that only the device with the MAC address 0018.DE8B.4BF8 will be able to connect to the port that is being configured.
  • B. The switch will shut down the port of any traffic with source MAC address of 0018.DE8B.4BF8.
  • C. It informs the switch that traffic destined for MAC address 0018.DE84BF8 should only be sent to the port that is being configured.
  • D. It will act like an access list and the port will filter packets that have a source or destination MAC of 0018.DE8B.4BF8.

正解:A


質問 # 40
What does the "Inside Global" address represent in the configuration of NAT?

  • A. a registered address that represents an inside host to an outside network
  • B. a globally unique, private IP address assigned to a host on the inside network
  • C. the MAC address of the router used by inside hosts to connect to the Internet
  • D. the summarized address for all of the internal subnetted addresses

正解:A

解説:
Explanation/Reference: NAT: Local and Global Definitions
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080094837. shtml
Cisco defines these terms as: Inside local address-The IP address assigned to a host on the inside network. This is the address configured as a parameter of the computer OS or received via dynamic address allocation protocols such as DHCP. The address is likely not a legitimate IP address assigned by the Network Information Center (NIC) or service provider. Inside global address-A legitimate IP address assigned by the NIC or service provider that represents one or more inside local IP addresses to the outside world. Outside local address-The IP address of an outside host as it appears to the inside network. Not necessarily a legitimate address, it is allocated from an address space routable on the inside. Outside global address-The IP address assigned to a host on the outside network by the host owner. The address is allocated from a globally routable address or network space. These definitions still leave a lot to be interpreted. For this example, this document redefines these terms by first defining local address and global address. Keep in mind that the terms inside and outside are NAT definitions. Interfaces on a NAT router are defined as inside or outside with the NAT configuration commands, ip nat inside destination and ip nat outside source . Networks to which these interfaces connect can then be thought of as inside networks or outside networks, respectively. Local address-A local address is any address that appears on the inside portion of the network. Global address-A global address is any address that appears on the outside portion of the network.


質問 # 41
Which IOS command is used to initiate a login into a VTY port on a remote router?

  • A. router(config-line)# login
  • B. router# login
  • C. router# trace
  • D. router# ping
  • E. router# telnet
  • F. router(config)# line vty 0 5

正解:E

解説:
VTY ports are telnet ports hence command B will initiate login to the telnet port.


質問 # 42
Which data protection law was specifically designed to protect children?

  • A. GDPR
  • B. COPPA
  • C. European Data and Privacy Act
  • D. Privacy Shield
  • E. CCPA

正解:B


質問 # 43
Refer to the exhibit.

Which two statements are correct? (Choose two.)

  • A. The same command needs to be entered on RouterA so that hosts on the 172.16.1.0 network can reach network 10.0.0.0.
  • B. This is a default route.
  • C. This command is incorrect, it needs to specify the interface, such as s0/0/0 rather than an IP address.
  • D. Adding the subnet mask is optional for the ip route command.
  • E. This will allow any host on the 172.16.1.0 network to reach all known destinations beyond RouterA.

正解:B、E

解説:
This is obviously the default value for the route which is set between the routers and since it is entered in such a manner that it ensures connectivity between the stub network and any host lying beyond RouterA.


質問 # 44
Refer to the exhibit.

A network associate has configured OSPF with the command:
City(config-router)# network 192.168.12.64 0.0.0.63 area 0
After completing the configuration, the associate discovers that not all the interfaces are participating in OSPF. Which three of the interfaces shown in the exhibit will participate in OSPF according to this configuration statement? (Choose three.)

  • A. Serial0/1.104
  • B. Serial0/0
  • C. FastEthernet0 /0
  • D. FastEthernet0 /1
  • E. Serial0/1.102
  • F. Serial0/1.103

正解:B、D、E

解説:
Explanation/Reference:
The "network 192.168.12.64 0.0.0.63 equals to network 192.168.12.64/26. This network
has:
+
Increment: 64 (/26= 1111 1111.1111 1111.1111 1111.1100 0000)
+
Network address: 192.168.12.64
+
Broadcast address: 192.168.12.127
Therefore all interface in the range of this network will join OSPF.


質問 # 45
Refer to the exhibit.

A TFTP server has recently been installed in the Atlanta office. The network administrator is located in the NY office and has made a console connection to the NY router. After establishing the connection they are unable to backup the configuration file and IOS of the NY router to the TFTP server. What is the cause of this problem?

  • A. The network administrator computer has an incorrect IP address.
  • B. The TFTP server has an incorrect subnet mask.
  • C. The TFTP server has an incorrect IP address.
  • D. The NY router has an incorrect subnet mask.

正解:B

解説:
Explanation/Reference:
The subnet mast of the TFTP server needs to be in tune with the other network
requirements else it won't be possible.


質問 # 46
How does the ad auction determine which ad to show to the intended audience?

  • A. Based on the highest bidding price
  • B. By maximizing value for both people and businesses
  • C. By comparing the historic performances of advertisers
  • D. Based on predicted engagement rate

正解:B


質問 # 47
Refer to the exhibit.

HostX is transferring a file to the FTP server. Point A represents the frame as it goes toward the Toronto router. What will the Layer 2 destination address be at this point?

  • A. abcd.2246.0035
  • B. abcd.1123.0045
  • C. 192.168.7.17
  • D. 192.168.1.1
  • E. aabb.5555.2222

正解:A

解説:
For packets destined to a host on another IP network, the destination MAC address will be the LAN interface of the router. Since the FTP server lies on a different network, the host
will know to send the frame to its default gateway, which is Toronto.


質問 # 48
In Ads Manager, what ad creation option is available at the Ad Level?

  • A. Audience Targeting
  • B. Format
  • C. Placement
  • D. Optimization

正解:A


質問 # 49
Which of the following IP addresses are valid Class B host addresses if a default Class B
mask is in use? (Choose two.)

  • A. 10.6.8.35
  • B. 192.168.5.9
  • C. 190.6.5.4
  • D. 133.6.5.4
  • E. 127.0.0.1

正解:C、D

解説:
Explanation/Reference:
The IP addresses 133.6.5.4 and 190.6.5.4 are both valid Class B addresses when a default
mask is in use.
The Class B default mask is 255.255.0.0 and the range of valid addresses is 128.0.0.0-
191.255.255.255. The IP address 10.6.8.35 is a Class A address. The Class A default mask is 255.0.0.0 and the range of valid addresses is 1.0.0.0 - 127.255.255.255, with the exception of the range
127.0.0.1 - 127.255.255.255, which is reserved and cannot be assigned. The IP address 192.168.5.9 is a Class C address. The Class C default mask is
255.255.255.0 and the range of valid addresses is 192.0.0.0 - 223.255.255.255. The IP address 127.0.0.1 is a Class A address, but it comes from a reserved portion that cannot be assigned. The range 127.0.0.1 - 127.255.255.255 is used for diagnostics, and although any address in the range will work as a diagnostic address, 127.0.0.1 is known as the loopback address. If you can ping this address, or any address in the 127.0.0.1 - 127.255.255.255 range, then the NIC is working and TCP/IP is installed. The Class A default mask is 255.0.0.0 and the range of valid addresses is 1.0.0.0 - 127.255.255.255, with the exception of the range
127.0.0.1 - 127.255.255.255, which is reserved and cannot be assigned.


質問 # 50
A home improvement store has been successfully using a carousel ad on the Facebook App and wants to adapt it to a fullscreen format. The ad still should allow customers to scroll through various products and show a video of a renovated room Which solution should this business select?

  • A. Instant Experience
  • B. Video
  • C. Slideshow
  • D. Single image

正解:C


質問 # 51
When configuring NAT, the Internet interface is considered to be what?

  • A. outside
  • B. global
  • C. local
  • D. inside

正解:A

解説:
Explanation/Reference:
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.


質問 # 52
The command ip route 192.168.100.160 255.255.255.224 192.168.10.2 was issued on a router. No routing protocols or other static routes are configured on the router. Which
statement is true about this command?

  • A. The interface with IP address 192.168.10.2 is on this router.
  • B. Packets that are destined for host 192.168.100.160 will be sent to 192.168.10.2.
  • C. The command sets a gateway of last resort for the router.
  • D. The command creates a static route for all IP traffic with the source address
    192.168.100.160.

正解:B

解説:
Explanation/Reference: 160 it's actually network address of /27 so any address within the range of 160 network will be sent to 192.168.10.2


質問 # 53
Refer to the exhibit.

The network administrator is testing connectivity from the branch router to the newly installed application server. What is the most likely reason for the first ping having a success rate of only 60 percent?

  • A. The branch router LAN interface should be upgraded to FastEthernet.
  • B. The branch router had to resolve the application server MAC address.
  • C. The network is likely to be congested, with the result that packets are being intermittently dropped.
  • D. There is a short delay while NAT translates the server IP address.
  • E. A routing table lookup delayed forwarding on the first two ping packets.

正解:B

解説:
Explanation/Reference:
Initially the MAC address had to be resolved, but later on it was confirmed to ping went straight away


質問 # 54
Which of the following are types of flow control? (Choose three.)

  • A. congestion avoidance
  • B. windowing
  • C. cut-through
  • D. buffering
  • E. load balancing

正解:A、B、D

解説:
Explanation/Reference: http://www.info-it.net/cisco/ccna/exam-tips/flow-control.php During Transfer of data, a high speed computer is generating data traffic a lot faster than the network device can handle in transferring to destination, so single gateway or destination device cannot handle much amount of traffic that is called "Congestion". Buffering The Technie is used to control the data transfer when we have congestion, when a network device receive a data it stores in memory section and then transfer to next destination this process called "Buffering". Windowing Whereas Windowing is used for flow control by the Transport layer. Say the sender device is sending segments and the receiver device can accommodate only a fixed number of segments before it can accept more, the two devices negotiate the window size during the connection setup. This is done so that the sending device doesn't overflow the receiving device's buffer. Also the receiving device can send a single acknowledgement for the segments it has received instead of sending an acknowledgement after every segment received. Also, this window size is dynamic meaning, the devices can negotiate and change the window size in the middle of a session. So if initially the window size is three and the receiving device thinks that it can accept more number of segments in its buffer it can negotiate with the sending device and it increase it to say 5 for example. Windowing is used only by TCP since UDP doesn't use or allow flow control.
Topic 2, LAN Switching Technologies


質問 # 55
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. 208.149.23.64[110/3] via 190.172.23.10, 00:00:07, Serial1/0 208.149.23.96[110/3] via 190.173.23.10, 00:00:16, Serial1/0
  • B. 208.149.23.64[110/13] via 190.173.23.10, 00:00:07, Serial1/0 208.149.23.96[110/13] via 190.173.23.10, 00:00:16, Serial1/0 208.149.23.96[110/13] via 190.173.23.10, 00:00:16, FastEthemet0/0
  • C. 208.149.23.64[110/13] via 190.173.23.10, 00:00:07, FastEthemet0/0 208.149.23.96[110/13] via 190.173.23.10, 00:00:16, FastEthemet0/0
  • D. 208.149.23.64[110/1] via 190.172.23.10, 00:00:07, Serial1/0 208.149.23.96[110/3] via 190.173.23.10, 00:00:16, FastEthemet0/0

正解:C

解説:
Router_E learns two subnets subnets 208.149.23.64 and 208.149.23.96 via Router_A through FastEthernet interface. The interface cost is calculated with the formula 108 /
Bandwidth. For FastEthernet it is 108 / 100 Mbps = 108 / 100,000,000 = 1. Therefore the
cost is 12 (learned from Router_A) + 1 = 13 for both subnets ->
The cost through T1 link is much higher than through T3 link (T1 cost = 108 / 1.544 Mbps =
64; T3 cost = 108 / 45 Mbps = 2) so surely OSPF will choose the path through T3 link ->
Router_E will choose the path from Router_A through FastEthernet0/0, not Serial1/0.
In fact, we can quickly eliminate answers B, C and D because they contain at least one
subnet learned from Serial1/0 -> they are surely incorrect.


質問 # 56
CORRECT TEXT


Including the address on the Routed Ethernet interface, how many hosts can have IP addresses on the LAN to which Routed is connected?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:D

解説:
This is a /29 address, so there are 6 usable IP's on this subnet.


質問 # 57


Including the address on the Routed Ethernet interface, how many hosts can have IP addresses on the LAN to which Routed is connected?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:D

解説:
This is a /29 address, so there are 6 usable IP's on this subnet.


質問 # 58
A switch receives a frame on one of its ports. There is no entry in the MAC address table for the destination MAC address. What will the switch do with the frame?

  • A. forward it out of all ports except the one that received it
  • B. drop the frame
  • C. forward it out of all ports
  • D. store it until it learns the correct port

正解:A

解説:
Understanding this concept is prime for understanding that when switch receives the data frame from the host not having the MAC address already in the MAC table, it will add the MAC address to the source port on the MAC address table and sends the data frame. If the switch already has the MAC address in it's table for the destination, it will forward the frame directly to the destination port. If it was not already in it's MAC table, then they frame would have been flooded out all ports except for the port that it came from.


質問 # 59
Refer to the exhibit.

What two things can the technician determine by successfully pinging from this computer to the IP address 172.16.236.1? (Choose two)

  • A. The network card on the computer is functioning correctly.
  • B. The default gateway at 172.16.236.1 is able to forward packets to the internet.
  • C. The device with the IP address 172.16.236.1 is reachable over the network.
  • D. The correct default gateway IP address is configured on the computer.
  • E. The default static route on the gateway router is correctly configured.

正解:A、C

解説:
Explanation/Reference:
The source and destination addresses are on the same network therefore, a default
gateway is not necessary for communication between these two addresses.


質問 # 60
......


Facebook 100-101(Meta Certified Digital Marketasesociate)試験は、意欲的なデジタルマーケティング担当者の知識とスキルをテストするために設計されています。この認定プログラムはFacebookによって認識されており、デジタルマーケティング業界で働きたい個人にとって貴重な資産となっています。この試験では、マーケティングの基礎、FacebookやInstagramの広告、キャンペーンの最適化、分析など、さまざまなトピックについて説明しています。


Facebook 100-101(メタ認定デジタルマーケティングアソシエイト)認定試験は、デジタルマーケティングで優れた成果を上げたい人にとって不可欠な資格です。デジタルマーケティングのさまざまな側面をカバーする包括的な試験であり、世界的に認知されています。この認定は、新しいキャリアの機会を開拓し、専門家が常に進化するデジタルマーケティング業界で競争力を維持するのに役立ちます。

 

合格率取得する秘訣は100-101認定試験エンジンPDF:https://www.jpntest.com/shiken/100-101-mondaishu

100-101試験問題集で合格できるには更新されたテスト問題集:https://drive.google.com/open?id=1KJw42ntd6pMe2KFONHv0vxJZrZlsP0Zi

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡