Cisco 200-901 Practice Test - Questions Answers, Page 43
List of questions
Related questions
Refer to the exhibit.
An engineer is comparing two tiles by using the unified cliff format What is determined by the content in the file2.py file?
Line 16 of file2.py is auth=HTTPBasicAuth(USERNAME. PASSWORD).
Line 17 of file2.py is auth = HTTPBasicAuth{USERNAME. PASSWORD).
Line 93 of file2.py is 'DEVICE-STATS'.
Line 92 of file2.py is 'DEVICE-STATS'.
Refer to the exhibit.
A developer needs to create a Docker image that listens on port 5000. Which code snippet must be placed onto the blank in the code?
PORT 5000
LISTEN 5000
EXPOSE 5000
OPEN 5000
Refer to the exhibit.
Which type of YANG object is 'interfaces'?
node
subitem
item
container
What is a benefit of version control?
application of code directly to hardware
tracking development changes
reuse of code-on-code patches
compatibility with back-end systems
A network engineer makes several API calls lo Cisco Prime to retrieve a list of all devices. Each time a response is received, only a subset of the devices is returned. The engineer :ices that HTTP code 429 is returned instead of 200 for some API calls. Why did the response exclude some of the devices?
The API applied an offset that was indicated In the request.
The API failed to identify how many items to retrieve.
The API timed out the request.
The API rate limited the request
Refer to the exhibit.
An engineer wants to create a Bash script to automate a workflow that is related to a machine learning-based application. The engineer wants to use the application as a container and use an image from the open-source public repository. What is accomplished by the script?
Create a new software package.
Install and remove files.
Update an existing software package.
Install a software package
A distributed application was developed using the Cisco intersight SDK. While testing the interaction between the application and the intersight API. the requests that were sent to ..server could not execute because the application was blocked by the firewall. Which URL and port must be provided to the firewall administrator to allow the traffic?
svc.intersight.com port 443
intersight.com port 443
intersight.com port 80
svc.intersight.com port 80
DRAG DROP
Refer to the exhibit. Drag and drop the code snippets from the bottom to the blanks in the code to enable keepalive for the FastEthernet 2/0 interface. Not all options are used.
Which tool simulates a network that runs Cisco equipment?
Cisco Prime Infrastructure
VMware
Docker
CML
A development team needs to containerize an application named 'cust475605674\ A Dockerfile has been created and now the docker build command needs to be run using the current folder to find the Dockerfile. build the image and create a local repository named 'cust321453857-rep' that points to that image. Which command must be used?
docker build -t cust321453857-rep -f Dockerfile
docker build cust321453857-rep -f Dockerfile.txt
docker build cust321453857-rep Dockerfile
docker build -t cust321453857-rep Dockerfile.txt
Question