Cisco 200-901 Practice Test - Questions Answers, Page 44
List of questions
Related questions
Which IP service is responsible for automatically assigning an IP address to a device?
DNS
DHCP
SNMP
NAT
Refer to the exhibit.
A network engineer must improve the fabric discovery process in a data center. The engineer wants to check current ACI scripts in the myproject repository and clone them to a folder named aci. The engineer will optimize the scripts from the new folder. Which command performs this task on the Git repository?
A)
B)
C)
D)
Option A
Option B
Option C
Option D
DRAG DROP
Refer to the exhibit.
Drag and drop the code from the bottom onto the box where the code is missing to construct a Python script that allows an engineer to retrieve interface data. t all options are used.
DRAG DROP
Refer to the exhibit. Drag and drop the code snippets from the bottom onto the blanks in the Python script to retrieve a list of hosts using the Cisco DNA Center API. Not all options ...used.
What is a capability of the AXL API?
It adds a user to a collaboration space to share information and files.
It executes SQL commands in Cisco Unified Communications Manager.
It allows a meeting to be created with users that do not belong to same organization.
It collects information about system, cluster, and database settings.
DRAG DROP
Drag and drop the code from the bottom onto the box where the code is missing to present GigabilEthernet2 details in the XML format. Not all options are used.
An engineer is creating an API to automatically obtain specific zones from Cisco Meraki MV cameras. The data that is provided when the API runs must represent the current analytic zones that are configured on the cameras. The API must start automatically at 6 p.m. every day and save the data on a server for further processing. Which part of the HTTP request must be configured to meet these requirements?
request body with Status Code set to '302'
request header with Content-Type set to 'application/json'
request header with Content-Encoding set to 'application/xml'
request body with Content-Type set to 'application/xml'
Which type of OWASP threat forges a malicious HTTP request into an application?
Clickjacking
SQL Injection
CSRF
XSS
Refer to the exhibit.
An engineer must add new users and set privileges for executing a few Python scripts. The engineer prepares a Bash script to automate this task. The script ds a user and a group from the command-line arguments, creates a directory, and copies the Python scripts to it. The script then changes to the directory and lists the scripts, used on the script workflow, which process is being automated within the loop by using the list of Python scripts?
removing the files that are not Python, listing the Python files, and assigning execution privileges to the initially created user and group.
assigning execution privileges to everyone and changing the ownership to the initially created user and group
assigning execution privileges to the owner, setting the user and group owner to the scripts that were initially created, and storing the script names in a file.
creating a file with the content of all the files, assigning execution permissions to each script, and then changing ownership to the initially created user and group.
What is a component of the first stage of an application development CI/CD pipeline?
developer writing the initial lines of code
triggering of the automated build phase
commitment and pushing of code into a version control system
triggering of the automated testing phase
Question