Digital Marketing Associate Real Exam Questions and Answers FREE 100-101 Updated on Aug 01, 2024 [Q21-Q42]

Share

Digital Marketing Associate 100-101 Real Exam Questions and Answers FREE Updated on Aug 01, 2024

100-101 Ultimate Study Guide - UpdateDumps

NEW QUESTION # 21
Which of the following statements are TRUE regarding Cisco access lists? (Choose two.)

  • A. When a line is added to an existing access list, it is inserted at the beginning of the access list.
  • B. Extended access lists are used to filter protocol-specific packets.
  • C. In an inbound access list, packets are filtered as they enter an interface.
  • D. You must specify a deny statement at the end of each access list to filter unwanted traffic.
  • E. In an inbound access list, packets are filtered before they exit an interface.

Answer: B,C

Explanation:
Explanation/Reference: In an inbound access list, packets are filtered as they enter an interface. Extended access lists are used to filter protocol specific packets. Access lists can be used in a variety of situations when the router needs to be given guidelines for decision-making. These situations include: Filtering traffic as it passes through the router To control access to the VTY lines (Telnet) To identify "interesting" traffic to invoke Demand Dial Routing (DDR) calls To filter and control routing updates from one router to another There are two types of access lists, standard and extended. Standard access lists are applied as close to the destination as possible (outbound), and can only base their filtering criteria on the source IP address. The number used while creating an access list specifies the type of access list created. The range used for standard access lists is 1 to 99 and 1300 to 1999. Extended access lists are applied as close to the source as possible (inbound), and can base their filtering criteria on the source or destination IP address, or on the specific protocol being used. The range used for extended access lists is 100 to 199 and 2000 to 2699. Other features of access lists include: Inbound access lists are processed before the packet is routed. Outbound access lists are processed after the packet has been routed to an exit interface. An "implicit deny" is at the bottom of every access list, which means that if a packet has not matched any preceding access list condition, it will be filtered (dropped). Access lists require at least one permit statement, or all packets will be filtered (dropped). One access list may be configured per direction for each Layer 3 protocol configured on an interface The option stating that in an inbound access list, packets are filtered before they exit an interface is incorrect.
Packets are filtered as they exit an interface when using an outbound access list. The option stating that a deny statement must be specified at the end of each access list in order to filter unwanted traffic is incorrect. There is an implicit deny at the bottom of every access list. When a line is added to an existing access list, it is not inserted at the beginning of the access list. It is inserted at the end. This should be taken into consideration. For example, given the following access list, executing the command access-list 110 deny tcp
192.168.5.0 0.0.0.255 any eq www would have NO effect on the packets being filtered because it would be inserted at the end of the list, AFTER the line that allows all traffic.
access-list 110 permit ip host 192.168.5.1 any access-list 110 deny icmp 192.168.5.0 0.0.0.255 any echo access-list 110 permit any any
Topic 6, Network Device Security


NEW QUESTION # 22
Refer to the exhibit.

The DHCP settings have recently been changed on the DHCP server and the client is no longer able to reach network resources. What should be done to correct this situation?

  • A. Verify that the DNS server address is correct in the DHCP pool.
  • B. Issue the ipconfig command with the /release and /renew options in a command window.
  • C. Use the tracert command on the DHCP client to first determine where the problem is located.
  • D. Clear all DHCP leases on the router to prevent address conflicts.
  • E. Ping the default gateway to populate the ARP cache.

Answer: B


NEW QUESTION # 23
An administrator is in the process of changing the configuration of a router. What command will allow the administrator to check the changes that have been made prior to saving the new configuration?

  • A. Router# show processes
  • B. Router# show memory
  • C. Router# show flash
  • D. Router# show startup-config
  • E. Router# show running-config
  • F. Router# show current-config

Answer: E

Explanation:
Explanation/Reference:
This command followed by the appropriate parameter will show the running config hence
the admin will be able to see what changes have been made, and then they can be saved.


NEW QUESTION # 24
Refer to the exhibit.

All devices attached to the network are shown. How many collision domains are present in this network?

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

Answer: D

Explanation:
A switch uses a separate collision domain for each port so there are a total of 9 for each device shown. In addition to this, the switch to switch connections (3) are a separate collision domain. Finally, we add the switch to router connections (2) and the router to router connection (1) for a total of 15.


NEW QUESTION # 25
A network administrator is trying to add a new router into an established OSPF network. The networks attached to the new router do not appear in the routing tables of the other OSPF routers. Given the information in the partial configuration shown below, what configuration error is causing this problem?
Router(config)# router ospf 1
Router(config-router)# network 10.0.0.0 255.0.0.0 area 0

  • A. The OSPF area is configured improperly.
  • B. The network wildcard mask is configured improperly.
  • C. The network subnet mask is configured improperly.
  • D. The process id is configured improperly.
  • E. The AS is configured improperly.
  • F. The network number is configured improperly.

Answer: B

Explanation:
When configuring OSPF, the mask used for the network statement is a wildcard mask similar to an access list. In this specific example, the correct syntax would have been "network 10.0.0.0
0.0.0.255 area 0."


NEW QUESTION # 26
To allow or prevent load balancing to network 172.16.3.0/24, which of the following commands could be used in R2? (Choose two.)

  • A. R2(config-if)#clock rate
  • B. R2(config-if)#ip ospf cost
  • C. R2(config-router)#distance ospf
  • D. R2(config-if)#bandwidth
  • E. R2(config-if)#ip ospf priority

Answer: B,D

Explanation:
Explanation/Reference:
http://www.cisco.com/en/US/tech/tk365/technologies_white_paper09186a0080094e9e.sht ml#t6
The cost (also called metric) of an interface in OSPF is an indication of the overhead required to send packets across a certain interface. The cost of an interface is inversely proportional to the bandwidth of that interface. A higher bandwidth indicates a lower cost. There is more overhead (higher cost) and time delays involved in crossing a 56k serial line than crossing a 10M Ethernet line. The formula used to calculate the cost is: Cost = 10000 0000/bandwidth in bps For example, it will cost 10 EXP8/10 EXP7 = 10 to cross a 10M Ethernet line and will cost 10 EXP8/1544000 =64 to cross a T1 line. By default, the cost of an interface is calculated based on the bandwidth; you can force the cost of an interface with the ip ospf cost <value> interface subconfiguration mode command.


NEW QUESTION # 27
An ad on the Facebook App is initially approved starts to be delivered, and then gets. As approved.
What could be a reason for this disapproval?

  • A. Narrow targeting settings
  • B. The payment method expires
  • C. Low bid amount
  • D. High negative feedback

Answer: D


NEW QUESTION # 28
What is a benefit of using Ads Manager to create ads rather than boosting a post directly from a business Page?

  • A. Create an ad from an existing post
  • B. Set a specific time for an ad to run
  • C. Preview the ad during ad creation
  • D. Create campaigns with multiple ads

Answer: A


NEW QUESTION # 29
Which two targeting features are available at the Ad Set level? (Choose 2)

  • A. Optimizations
  • B. Bid Strategy
  • C. Placements
  • D. Target Audience

Answer: C,D


NEW QUESTION # 30
Which Facebook roles are able to manage an ad account? (Choose all that apply)

  • A. Advertiser
  • B. Administrator
  • C. Viewer
  • D. Analyst

Answer: A,B


NEW QUESTION # 31
On a live network, which commands will verify the operational status of router interfaces? (Choose two.)

  • A. Router# show start
  • B. Router# debug interface
  • C. Router# show interfaces
  • D. Router# show ip interface brief
  • E. Router# show ip protocols

Answer: C,D

Explanation:
Both these commands will show the current status of the interfaces, either in show or debug mode both will display the information.


NEW QUESTION # 32
An advertiser wants their ads to cover the full mobile screen because they believe this will be engaging.
Which placement should they use?

  • A. Instagram Explore
  • B. Facebook Marketplace
  • C. Facebook Feed
  • D. Messenger Stones

Answer: B


NEW QUESTION # 33
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. Corp-2
  • C. Corp-1
  • D. Branch-2
  • E. Corp-4
  • F. Branch-1

Answer: D,E

Explanation:
There are 2 segments on the topology above which are separated by Corp-3 router. Each
segment will have a DR so we have 2 DRs.
To select which router will become DR they will compare their router-IDs. The router with highest
(best) router-ID will become DR. The router-ID is chosen in the order below:
+
The highest IP address assigned to a loopback (logical) interface.
+
If a loopback interface is not defined, the highest IP address of all active router's physical interfaces will be chosen.
In this question, the IP addresses of loopback interfaces are not mentioned so we will consider IP addresses of all active router's physical interfaces. Router Corp-4 (10.1.40.40) & Branch-2
(10.2.20.20) have highest "active" IP addresses so they will become DRs.


NEW QUESTION # 34
A brand wants to enhance their company's Instagram profile to help potential customers remember their products or services. Which two best practices should the social media manager use to create engaging content for Instagram? (Choose 2)

  • A. Use at least 50 hashtags
  • B. Keep videos short and attract attention early
  • C. Use consistent visuals
  • D. Use a horizontal aspect ratio

Answer: B


NEW QUESTION # 35
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. VLAN 1 on RT-A
  • B. default gateway on SW-A
  • C. IP routing on SW-A
  • D. crossover cable connecting SW-A and RT-A

Answer: B

Explanation:
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.


NEW QUESTION # 36
In the configuration of NAT, what does the keyword overload signify?

  • A. Multiple internal hosts will use one IP address to access external network resources.
  • B. The pool of IP addresses has been exhausted.
  • C. If the number of available IP addresses is exceeded, excess traffic will use the specified address pool.
  • D. When bandwidth is insufficient, some hosts will not be allowed to access network translation.

Answer: A

Explanation:
Explanation/Reference: http://evilrouters.net/2009/07/09/configuring-basic-nat-with-overloading/
Overloading (having multiple clients all NAT'd to the same IP address) is probably the most common implementation (especially for those of us who run NAT on a Cisco box at home!).


NEW QUESTION # 37


Select two options which are security Issues which need to be modified before RouterA is used? (Choose two.)

  • A. inappropriate wording in banner message
  • B. unencrypted weak password is configured to protect privilege mode
  • C. virtual terminal lines have a password, but it will not be used
  • D. configuration supports un-secure web server access
  • E. the virtual terminal lines have a weak password configured

Answer: A,C

Explanation:
Explanation/Reference:
This answer can be done by simulation only, don't know user name password and banner message etc


NEW QUESTION # 38
Refer to the exhibit.

Why was this message received?

  • A. No console password has been set.
  • B. No VTY password has been set.
  • C. No enable password has been set.
  • D. The login command has not been set on the VTY ports.
  • E. No enable secret password has been set.
  • F. The login command has not been set on CON 0

Answer: B


NEW QUESTION # 39
In the configuration of NAT, what does the keyword overload signify?

  • A. Multiple internal hosts will use one IP address to access external network resources.
  • B. The pool of IP addresses has been exhausted.
  • C. If the number of available IP addresses is exceeded, excess traffic will use the specified address pool.
  • D. When bandwidth is insufficient, some hosts will not be allowed to access network translation.

Answer: A

Explanation:
Overload simply means using multiple hosts to access the network using the same translated IP address.


NEW QUESTION # 40
If a business wants to retarget customers who previously purchased an item from its website, what audience type should it use?

  • A. Lookalike Audience
  • B. Custom Audience
  • C. Page followers
  • D. Behaviors

Answer: B


NEW QUESTION # 41
Refer to the exhibit.

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 switch will not forward a frame with this destination MAC address.
  • B. The frame will be forwarded out all active switch ports except for port fa0/0.
  • C. The MAC address of ffff.ffff.ffff will be added to the MAC address table.
  • D. The frame will be forwarded out all the ports on the switch.
  • E. The MAC address of 0000.00aa.aaaa will be added to the MAC Address Table.
  • F. The frame will be forwarded out fa0/0 and fa0/1 only.

Answer: B,E

Explanation:
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.


NEW QUESTION # 42
......


Facebook 100-101 exam is a valuable certification for individuals looking to demonstrate their proficiency in digital marketing and advance their careers in this field. With its focus on Facebook advertising and social media marketing, this certification can be particularly valuable for individuals looking to specialize in these areas. By preparing thoroughly for the exam and passing it successfully, individuals can gain recognition for their expertise and increase their opportunities for career growth and advancement.


Facebook 100-101: Meta Certified Digital Marketing Associate exam is an essential certification for digital marketers who want to showcase their expertise in Facebook marketing. Meta Certified Digital Marketing Associate certification provides marketers with the knowledge and skills they need to create and run successful Facebook campaigns, which can help them reach their target audience and drive results. Meta Certified Digital Marketing Associate certification is recognized worldwide and is a valuable asset to have on your resume.

 

Ultimate Guide to Prepare 100-101 Certification Exam for Digital Marketing Associate: https://actualtest.updatedumps.com/Facebook/100-101-updated-exam-dumps.html