Cisco 350-901 Practice Test - Questions Answers
List of questions
Related questions
Question 1
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.
Question 2
DRAG DROP
Drag and drop the git commands from the left into the correct order on the right to create a feature branch from the master and then incorporate that feature branch into the master.
Question 3
DRAG DROP
Drag and drop the steps from the left into the correct sequence on the right to describe how to use Git to maintain the current HEAD and revert back to a previous commit, while undoing all intermediate commits.
Explanation:
Step 1: Git status
Step 2: Git log
Step 3: Git reset –soft HEAD@{1}
Step 4: Git reset –hard 56e05fced
Step 5: Git commit -m “Revert to 56e05fced commit”
Question 4
DRAG DROP
Drag and drop the characteristics from the left onto the correct data processing techniques on the right, in the context of GDPR.
Question 5
DRAG DROP
Refer to the exhibit. Drag and drop the steps from the left into the correct order of operation on the right for a successful OAuth2 three-legged authorization code grant flow.
Select and Place:
Explanation:
Step 1 : Client initiates the flow
Step 2 : the authorization server redirects the user-agent back to the client using the redirection URI provided
Step 3 : the authorization sever authenticates the resources owner
Step 4 : the client requests an access token from the authorization server’s token endpoint
Step 5 : the authorization server authenticates the client, validate details sent, and responds with an access token.
Question 6
DRAG DROP
Refer to the exhibit. The Python script is supposed to make an API call to Cisco DNA Center querying a wireless profile for the “ChicagoCampus” and then parsing out its enable FlexConnect value. Drag and drop the parts of the Python code from the left onto the item numbers on the right that match the missing sections in the exhibit.
Question 7
DRAG DROP
Drag and drop the expressions from below onto the code to implement error handling. Not all options are used.
Question 8
DRAG DROP
Refer to the exhibit. Drag and drop the code snippets from the left onto the item numbers on the right that match the missing sections in the cURL exhibit to complete the cURL request to FirePower Device Manager API to create objects.
Not all code snippets are used.
Question 9
DRAG DROP
Refer to the exhibit above and click on the tab in the top left corner to view a diagram that describes the typical flow of requests involved when a webhook is created for a booking service. Drag and drop the requests from the left onto the item numbers on the right that match the missing sections in the sequence diagram to design the complete flow of requests involved as a booking is updated from a web application.
Question 10
DRAG DROP
Refer to the exhibit above and click on the resource tabs in the top left corner to view resources to help with this question. Python code that uses the UCS Python SDK is instantiating a service profile named “devcore-server-01” from service profile template “devcore_template”, then associating the service profile instance to blade 3 in chassis 7. Drag and drop the code snippets from the left onto the item numbers on the right that match the missing sections in the Python exhibit.
Question