Spring Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

350-101 Exam Questions Tutorials

Page: 3 / 8
Total 102 questions

Implementing and Operating Cisco Wireless Core Technologies (350-101 WLCOR)v1.0 Questions and Answers

Question 9

Refer to the exhibit.

import requests

import json

API_ENDPOINT =

AUTH_TOKEN = "YOUR_SECRET_API_TOKEN"

headers = {

"Accept": "application/json",

"Authorization": f"Bearer {AUTH_TOKEN}"

}

print("Fetching wireless inventory from the API...")

try:

response = requests.get(API_ENDPOINT, headers=headers, timeout=10)

response.raise_for_status()

wireless_inventory_list = response.json()

print("Successfully retrieved and parsed device data.\n")

print("--- Wireless Device Summary ---")

if isinstance(wireless_inventory_list, list) and wireless_inventory_list:

for device in wireless_inventory_list:

mac = device.get("macAddress", "N/A")

ip = device.get("ipAddress", "N/A")

print(f"Device Found - > MAC: {mac}, IP: {ip}")

else:

print("No wireless devices were found in the inventory.")

except requests.exceptions.RequestException as e:

print(f"Error during API request: {e}")

except json.JSONDecodeError:

print("Error: Failed to parse the response from the API. It is not valid JSON.")

A Cisco engineer is analyzing how a dictionary interacts with key-value pairs in a Python script that processes device records collected from a wireless controller. The engineer reviews the construction of the script to interpret the sequence used for data extraction. Which element performs the interaction within the script?

Options:

A.

pop operation

B.

import function

C.

get() method

D.

format expression

Question 10

An IT team is deploying Meraki APs at a remote branch and must ensure that they are automatically assigned to the correct network in the Meraki dashboard. The branch is scheduled to receive 20 new APs, and site connectivity to headquarters was set up. Before shipping the APs, the team must make sure that each one is claimed by the intended network for management and monitoring. Which deployment action must they take before physically connecting the APs?

Options:

A.

Activate mesh networking mode for all the new APs before installation.

B.

Add the AP serial numbers to the required network within the Meraki dashboard.

C.

Preconfigure SSID names and VLAN tags on the local page of each AP in the Meraki dashboard.

D.

Create a separate DHCP scope for all the new APs on the local server.

Question 11

Refer to the exhibit. A startup company has recently moved to new offices and performed a full network refresh. The application development team requested a high-speed reliable wireless network to use for testing real-time applications. Although, the wireless network is Wi-Fi 7 enabled, the wireless clients are connecting using lower speeds. Which configuration must be applied on the WLC to increase throughput?

Options:

A.

security wpa3 akm sae ext-key

B.

security wpa wpa2 wpa3 aes512

C.

security wpa wpa2 wpa3 tkip512

D.

security wpa wpa2 ciphers gcmp256

Question 12

Refer to the exhibit.

An engineer must configure wireless guest networking for a deployment at site A, which requires support for guest VLAN assignment and assignment for wlan guest-network 20. The controller will provide network segregation and restrict access to internal resources. Based on the configuration commands, which action meets the requirements?

Options:

A.

Establish a mesh bridge connection for the guest VLAN and assign logical interface for isolation.

B.

Create a policy profile for the guest VLAN and a policy tag to map the WLAN to the policy profile.

C.

Assign a policy tag to map the to WLAN and assign a physical interface for isolation.

D.

Implement the Spanning Tree Protocol and assign an AP group name.

Page: 3 / 8
Total 102 questions