Practice Free 350-901 Exam Online Questions
While working with the Webex Teams API, on an application that uses end-to-end encryption, a webhook has been received.
What must be considered to read the message?
- A . Webhook information cannot be used to read the message because of end-to-end encryption. The API key
is needed to decrypt the message. - B . Webhook returns the full unencrypted message. Only the body is needed to query the API.
- C . Webhook returns a hashed version of the message that must be unhashed with the API key.
- D . Webhook returns message identification. To query, the API is needed for that message to get the decrypted
information.
D
Explanation:
room messages are considered sensitive information and since Webex initiated the request to your backend, it did not have your Access Token with which to decrypt the message. In order to get the sensitive information, your app needs to use the resource id to fetch the full resource. Using the above messages example, your app could fetch the complete message object along with the text by doing an authenticated (via your Bearer Token) GET request to /messages/{id}
https://developer.webex.com/docs/api/guides/webhooks
DRAG DROP
Drag and drop the descriptions from the left onto the related OAuth-defined roles on the right.

DRAG DROP
Drag and drop the code from the bottom onto the box where the code is missing to stop the REST API requests if a ‘Too Many Requests" response is received Not all options are used.

Refer to the exhibit.
A developer has created a Python script that retrieves information about the deployment of Cisco wireless access points using REST API.
Which two code snippets must be added to the blank in the code to print the value of the userid key instead of printing the full JSON response? (Choose two.)
A)
B)
C)
D)
E)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Which two statements are considered best practices according to the 12-factor app methodology for application design? (Choose two.)
- A . Application code writes its event stream to stdout.
- B . Application log streams are archived in multiple replicated databases.
- C . Application log streams are sent to log indexing and analysis systems.
- D . Application code writes its event stream to specific log files.
- E . Log files are aggregated into a single file on individual nodes.
DRAG DROP
Drag and drop the code from the bottom onto the box where the code is missing to construct a UCS XML API request to generate two service profiles from the template org-root/is-service-template. Not at options are used

A container running a Python script is failing when it reaches the integration testing phase of the CI/CD process. The code has been reviewed thoroughly and the build process works on this container and all other containers pass unit and integration testing.
What should be verified to resolve the issue?
- A . that the correct port is exposed in the Dockerfile
- B . that the necessary modules and packages are installed on build
- C . that the script is running from the right directory
- D . that the Python version of the container image is correct
A new record-keeping application for employees to track customer orders must be deployed to a company’s existing infrastructure. The host servers reside in a data center in a different country to where the majority of users work.
The new network configuration for the database server is:
• IP: 10.8.32.10
• Subnet Mask: 255.255.255.0
• Hostname: CustOrd423320458-Prod-010
• MAC: 18-46-AC-6F-F4-52.
The performance of the client-side application is a priority due to the high demand placed on it by employees.
Which area should the team consider in terms of impact to application performance due to the planned deployment?
- A . jitter
- B . decreased bandwidth
- C . latency
- D . connectivity loss
DRAG DROP
An application is being built to collect and display telemetry streaming data.
Drag and drop the elements of this stack from the left onto the correct element functions on the right.

DRAG DROP
An application is being built to collect and display telemetry streaming data.
Drag and drop the elements of this stack from the left onto the correct element functions on the right.
