Cisco 200-901 Practice Test - Questions Answers, Page 29
List of questions
Related questions
Which action do webhooks enable an application to perform?
Increase the request rate limit.
Populate the application with restricted data.
Receive real-time data.
Implement a push model.
Refer to the exhibit.
A developer can access the TLS REST API on server A, but cannot access the API on server B. The developer can ping server B. When the developer performs a packet capture on the TLS REST API port on server B, the capture shows that the packet arrived and the server responded. What causes the issue?
Port 80 is blocked on the outgoing interface of firewall B.
Port 443 is blocked on the outgoing interface of firewall A.
Port 443 is blocked on the incoming interface of firewall B.
Port 80 is blocked on the incoming interface of firewall A.
How are operations on REST APIs performed as compared to RPC APIs?
In a REST API, operations are performed on an object (node) that is identified by a URL, but RPC APIs are operation-oriented.
In a REST API, operations are performed on an external resource that is defined on the API, but the RCP APIs are resource-oriented.
In a REST API, operations are performed on a platform that is identified by the URL, but RPC APIs are platform-oriented.
In a REST API, operations are performed on an internal resource that is defined on the API, but RPC APIs are resource-oriented.
Which HTTP error code series relates to redirection?
400
500
200
300
What is a characteristic of the Cisco Finesse platform?
Applications allow services to be invoked on a network triggered event.
The platform provides a ready-to-go platform for HD video and audio conferencing.
Applications are added to the platform from the desktop remotely.
The platform includes an enterprise-class IM engine.
An engineer needs to retrieve a list of locally available Firepower Threat Defense upgrade packages by using the Firepower Management Center REST API. The engineer uses a GET request with the URL:
/api/fmc_platform/v1/updates/upgradepackages/f413afeb-e6f6-75f4-9169-6d9bd49s625e What does “f413afeb-e6f6-75f4-9169-6d9bd49s625e” represent?
container UUID
package UUID
domain UUID
object UUID
What is a benefit of using a code review process in application development?
accelerates the deployment of new features in an existing application
provides version control during code development
enables the quick deployment of new code
eliminates common mistakes during development
Which OWASP threat takes advantage of a web application that the user has already authenticated to execute an attack?
phishing
DoS
brute force attack
Refer to the exhibit.
An application must be deployed on a server that has other applications installed. The server resources are to be allocated based on the deployment requirements. The OS for each application must be independent. Which type of deployment is used?
hybrid
virtual machines
containers
bare metal
What is a benefit of a distributed version control system?
encourages users to commit small places of work to the system more frequently
ensures that all code meets minimum standards before being committed to the system
allows users to work on the codebase even when not connected to the Internet
ensures that all code is tested before being committed to the system
Question