Pass Exam With Full Sureness - 300-635 Dumps with 76 Questions [Q28-Q45]

Share

Pass Exam With Full Sureness - 300-635 Dumps with 76 Questions

Verified 300-635 dumps Q&As - 100% Pass from Free4Torrent

NEW QUESTION # 28
Which NX-API request queries the MAC address table?

  • A. Option B
  • B. Option D
  • C. Option A
  • D. Option C

Answer: B


NEW QUESTION # 29
A server profile with the "WEST15" in its name must have the string "WEST15" changed to "LXT14". For example, server profile "Vmhost-west 15-01" would need to be changed to "VMHOST-LXT 14-01". Using the Cisco Intersight REST API in a Python script, which two GET API requests are used to retrieve just the server profile with the string "WEST 15" in the name and the correct body for the API request to update the name? Assume the variable "sp_name" contains the name of the retrieved server profile. (Choose two.)

  • A. GET https://intersight.com/api/v1/server/Profiles?$select=Namefilter=contains (Name,'WEST15')
  • B. BODY = {"Name": sp_name.format('WEST15,'LXT14')}
  • C. GET https://intersight.com/api/v1/server/Profiles?$select=Name&filter=Name in ('WEST15')
  • D. BODY = {" Name": sp_name.replace('WEST15','LXT14')}
  • E. GET https://intersight.com/api/v1/server/Profiles?$select=Name&$filter=startswith(Name, 'WEST15')

Answer: D,E

Explanation:
To retrieve server profiles with "WEST15" in the name, the correct GET API request is D. GET
https://intersight.com/api/v1/server/Profiles?$select=Name&$filter=startswith(Name, 'WEST15'). This request filters the server profiles to only those that start with "WEST15". For updating the name, option E is correct. The BODY = {" Name": sp_name.replace('WEST15','LXT14')} uses the Python replace method to change "WEST15" to "LXT14" in the server profile name. References: Cisco Intersight API documentation and Python programming resources.


NEW QUESTION # 30
Refer to the exhibit.

Refer to the exhibit. How often is the subscription stream for sys/bgp going to be sent?

  • A. 5 msec
  • B. 5 min
  • C. 5000 sec
  • D. 5 sec

Answer: D

Explanation:
The subscription stream for sys/bgp is set to be sent every 5000 milliseconds, as indicated by the configuration line switch(config-tm-sub)# snsr-grp 100 sample-interval 5000. Since there are 1000 milliseconds in a second, a sample interval of 5000 milliseconds equates to a frequency of every 5 seconds. References: Cisco Nexus
9000 Series NX-OS System Management Configuration Guide


NEW QUESTION # 31
When a switch boots it does not find its startup-config file. Drag and drop the steps that Power-On Auto Provisioning goes through to configure the switch for remote management from the left into the correct order on the right Not all options are used.

Answer:

Explanation:


NEW QUESTION # 32
How should the Kubernetes manifests be modified to allow Kubernetes environment integration with Cisco ACI?

  • A. No change is needed to perform this action.
  • B. The manifests must include ACI EPG reference
  • C. The manifest does not have to be changed, but the Kubemetes object is not discovered by Cisco ACI if this is not defined in the manifest
  • D. The metadata section must contain the Cisco APIC management IP

Answer: B

Explanation:
In order to integrate a Kubernetes environment with Cisco ACI, the Kubernetes manifests typically need to include references to ACI End Point Groups (EPGs). This allows for the application components within Kubernetes to be associated with the networking policies defined in ACI, ensuring consistent network policy application across both environments. References: Since I can't provide direct links to external sources, I recommend checking Cisco's official documentation and training materials for the most accurate and up-to-date information.


NEW QUESTION # 33
When CUCM is installed, how can the Customer Use the Operating system?

  • A. OS can be accessed by CISCO TAC only
  • B. GUI and CLI
  • C. GUI
  • D. none
  • E. CLI

Answer: B


NEW QUESTION # 34
A co-worker is using Cisco Intersight to determine the maximum available memory per server for their company's data center. Drag and drop the code to complete the Cisco Intersight API call that provides the desired results. Not all options are used.

Answer:

Explanation:


NEW QUESTION # 35
When should the API Inspector be used?

  • A. to verify the XML structure of an object based on a specific operation in the APIC GUI
  • B. to launch an Ansible playbook
  • C. to learn or identify the sequence of API calls for a specific operation in the APIC GUI
  • D. to send an API request to the APIC

Answer: A


NEW QUESTION # 36
Which GLBP load-balancing algorithm ensures that a client is always mapped to the same VMAC address?

  • A. vmac-weighted
  • B. dedicated-vmac-mode
  • C. host-dependent
  • D. shortest-path and weighting

Answer: C

Explanation:
Host dependent--GLBP uses the MAC address of the host to determine which virtual MAC address to direct the host to use. This algorithm guarantees that a host gets the same virtual MAC address if the number of virtual forwarders does not change.
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/5_x/nx-os/unicast/configuration/guide/ l3_cli_nxos/l3_glbp.html


NEW QUESTION # 37
A server profile with the string "WEST15" in its name must have the string "WEST15" changed to "LXT14".
For example, server profile "VMHOST-WEST15-01" would need to be changed to "VMHOST-LXT14-01".
Using the Cisco Intersight REST API in a Python script, which two GET API requests are used to retrieve just the server profile with the string "WEST15" in the name and the correct body for the API request to update the name? Assume the variable "sp_name" contains the name of the retrieved server profile. (Choose two.)

  • A. GET https://intersight.com/api/v1/server/Profiles?$select=Name&$filter=Name in('WEST15')
  • B. BODY = { "Name": sp_name.replace('WEST15','LXT14') }
  • C. BODY = { "Name": sp_name.format('WEST15', 'LXT14') }
  • D. GET https://intersight.com/api/v1/server/Profiles?$select=Name&$filter=startswith(Name, 'WEST15')
  • E. GET https://intersight.com/api/v1/server/Profiles?$select=Name&$filter=contains(Name, 'WEST15')

Answer: B,E


NEW QUESTION # 38
Refer to the exhibit.

Which two Cisco UCS PowerTool commands provide this output? (Choose two.)

  • A. Get-UcsRack Systems | Select-Object Dn
  • B. Get-UcsBlade | Select-Object Dn
  • C. Get-UcsServer | Select-Object Dn
  • D. Get-UcsRackUnit | Select-Object Dn
  • E. Get-UcsSystems | Select-Object Dn

Answer: B,C

Explanation:
Section: Data Center Compute


NEW QUESTION # 39
Which iteration creates three EPGs in Cisco ACI using an Ansible task? Some required aci_epg task attributes have been omitted for brevity.

  • A.
  • B.
  • C.
  • D.

Answer: A

Explanation:
The correct iteration for creating three EPGs in Cisco ACI using an Ansible task is found in option C. This task utilizes the aci_epg module, which is part of Ansible's suite of modules for managing Cisco ACI environments. The task includes a loop that iterates over a list of EPG names, creating each one in turn. This approach is efficient for automating the creation of multiple EPGs, reducing the need for repetitive task definitions. References := For more information on automating Cisco Data Center solutions, including the use of Ansible for task automation, you can refer to the official Cisco documentation and training resources such as the Implementing Automation for Cisco Data Center Solutions (DCAUI) course.


NEW QUESTION # 40
You create a checkpoint on a Cisco Nexus 7700 Series switch. You plan to roll back the running configuration by using the checkpoint. You must ensure that changes are made only if the entire rollback can be applied successfully. Which rollback option should you use?

  • A. verbose
  • B. stop-at-first-failure
  • C. atomic
  • D. best-effort

Answer: C

Explanation:
Explanation/Reference: http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/5_x/nx-os/system_management/configuration/guide/sm_nx_os_cg/sm_7rollback.html


NEW QUESTION # 41
What are two differences between SNMP and model-driven telemetry? (Choose two.)

  • A. Model-driven telemetry uses a pull model
  • B. Model-driven telemetry uses a push model
  • C. SNMP uses a continuous stream model
  • D. SNMP uses a push model O SNMP uses a pull model

Answer: D


NEW QUESTION # 42
Which two components are required from the Cisco Intersight REST API Authentication? (Choose two.)

  • A. RSA private key with a key size of 1024.
  • B. SHA384 hash of the message body, excluding empty message bodies.
  • C. SHA256 hash of the message body, including empty message bodies.
  • D. SHA256 hash of the message body and message headers.
  • E. RSA private key with a key size of 2048.

Answer: D,E

Explanation:
Section: Data Center Compute


NEW QUESTION # 43
Which Ansible playbook fragment returns the fewest queried ACI endpoint groups?

  • A. Option
  • B. Option
  • C. Option
  • D. Option

Answer: C


NEW QUESTION # 44
Refer to the exhibit.

When Cisco UCS is configured, which filter must be added to the str_filter string to retrieve all discovered compute blades with two CPUs?

  • A. (num_of_cpus. 'x2\ type-sum") and (discovery, 'complete1, type='sum')
  • B. (num_of_cpus. '2', type-eq') and (discovery, 'complete', type-'eq')
  • C. (num_of_cpus eq <2) and (discovery eq more)
  • D. (num_of_cpus eq 2) and (discovery eq complete)

Answer: D


NEW QUESTION # 45
......

300-635 Dumps Full Questions - Exam Study Guide: https://www.free4torrent.com/300-635-braindumps-torrent.html

Pass 300-635 Exam in First Attempt Guaranteed 2024 Dumps: https://drive.google.com/open?id=1aop6uuwP1MZyGhUpEJDiGY5wQl_h1lf4