- (Exam Topic 1)
Which REST architectural constraint indicates that no client context should be stored on the server between requests?
Correct Answer:
A
Reference: https://developer.cisco.com/docs/nx-os/#!representational-state-transfer-rest
- (Exam Topic 2)
Which platform is used to programmatically create a space and invite users for collaboration?
Correct Answer:
C
- (Exam Topic 2)
Drag and drop the code snippets from the bottom to the blanks in the code to test the API response through the Python unittest library. Not all options are used.
Solution:
Graphical user interface, text Description automatically generated
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 3)
Which OWASP threat takes advantage of a web application that the user has already authenticated to execute an attack?
Correct Answer:
D
Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they’re currently authenticated.
https://owasp.org/www-community/attacks/csrf
- (Exam Topic 1)
What are two advantages of version control software? (Choose two.)
Correct Answer:
DE