Cisco 350-901 Practice Test - Questions Answers, Page 35
List of questions
Related questions
A web application has those requirements for HTTP cache control:
The client browser must be prevented from storing responses that contain sensitive information.
Assets must be downloaded from the remote server every time.
Which header must the engineer use?
must-revabdate
no-store
public
private
A team is developing a cloud-native application for network monitoring and management of various devices. An increased growth rate of users is expected. The solution must be easily managed and meet these requirements:
• able to use dependencies
• easy disposability
• flexible configuration
Which application design approach must be used?
waterfall model
12-factor app framework
object-oriented programming
agile software development
Which configuration stop must be performed on a Cisco IOS XE device to present collected data in Cisco DNA Center?
Create an SNMPv3 user account.
Apply a telemetry profile.
Synchronize the device and the data collector.
Enable Cisco NetFlow collection.
An engineer needs to configure an interface named GigabitEthernet3 with an IP address on several RESTCONF-enabled Cisco IOS XE devices. Which code snippet must be placed in the blank in the code to meet this requirement?
(item["name"])'
(item["name"])/ip/addres3
item["name"]:/ip/address/primary'
(ltemt"name"]} /ip
Refer to the exhibit.
The virtual next-generation firewalls running in the public cloud must be scaled out to meet the throughput requirements of the application layer. Which component is deployed to location A in the diagram?
frontend caching server
forward proxy
backend database
internal load balancer
Refer to the exhibit.
Refer to the exhibit. A Python API server has been deployed. Based on metrics and logs, increased load has been noticed. Which two approaches must be taken to optimize API usage on the server?
(Choose two.)
Include the ETag header in the API response
Include the Last-Modified header in the API response.
Change the query to be more efficient.
Include the Content-Type header in the API response.
Leverage middleware caching and respond with HTTP code 204 in the API response.
A developer has created a local Docker alpine image that has the image ID 'dockapp432195596ffr' and tagged as ‘new’. Which command creates a running container based on the tagged image, with the container port 80 bound to port 8080 on the host?
docker build -p 8080:80 alpine new
docker exec -p 808080 alpine new
docker start -p 808080 alpine new
docker run -p 8080.80 alpine.now
What is a well-defined concept of GDPR compliance?
Data subjects can require that the data controller erase their personal data.
Records that are relevant to an existing contract agreement can be retained as long as the contract is in effect.
Personal data that was collected before the compliance standards were set do not need to be protected
Compliance standards appry to organizations that have a physical presence in Europe
DRAG DROP
Drag and drop the code from the bottom onto the box where the code is missing to configure a router that runs Cisco IOS XE by using RESTCONF. The API call is made to the management URL of the IOS XE device and on a registered port number. Errors that are caught during HTTP operation are registered. Not all options are used.
DRAG DROP
Drag and drop the code from the bottom onto the box where the code is missing in the Python script to display the error message to the user. The script uses Python to connect to Cisco DNA Center and provides details if the connection fails. Not all options are used.
Question