Cisco 350-901 Practice Test - Questions Answers, Page 25
List of questions
Related questions
What is an effective logging strategy according 10 the 12-factor app tenets?
Capture togs by the execution environment and route to a centralized destination
Tag and save togs in a local document database that has querying capabilities.
Back up log files in a high-availability remote cluster on the public cloud
Timestamp and save logs in a local time-series database that has querying capabilities
Which two encryption principles should be applied to secure APIs? (Choose two.)
Use temporary files as part of the encryption and decryption process
Transmit authorization information by using digitally signed payloads
Use encrypted connections to protect data n transit
Reuse source code that contain existing UUIDs
Embed keys in code to simplify the decryption process
Refer to the exhibit A script returns the location of a specific access point when given the access point name If a user enters a search value such as DROP TABLE access points then the entire table is removed. What must be added to the box where the code is missing to prevent a SQL injection attack?
A Cisco Catalyst 9000 switch has guest shell enabled. Which Linux command installs a third-party application?
yum Install <package-name>
apt-get install <package-name>
zypper install <package-name>
dnf install <package-name>
Which function does Fluentd fulfill for application logging in Kubernetes?
logging agent for distribution
backend time series database storage
monitoring and log visualization
messaging queueig infrastructure
Refer to the exhibit.
A network engineer needs to handle API errors in their requests when users do not have permission to access the resource, even if they are authenticated and authorized. Which line of code needs to be placed on the snippet where the code is missing to handle these API errors?
if r.status_code == 403
il if r.raise for status() == 403
if r.raise for_status() = 401
if r.status_code = 401
How is client code that consumes gRPC telemetry implemented, assuming that the preferred language is able to be chosen?
Parse the OpenAPI spec model
Compile the protocol buffers IDL
Leverage a Thrift code generator to parse a Thrift IDL
Review the Swagger API documentation to build client code
Refer to the exhibit.
An application is being developed as an information repository.The application will be used to store details about television shows, including the scenario, year, and category. Which database type must used for high performance for the data structure?
time series
Eidocument-based
graph
columnar
Refer to the exhibit.
Which cURL request is included in the presented XML as the body of the response?
Question