CyberArk Defender – PAM — Question 35
Which change could CyberArk make to the REST API that could cause existing scripts to fail?
Answer options
- A. adding optional parameters in the request
- B. adding additional REST methods
- C. removing parameters
- D. returning additional values in the response
Correct answer: C
Explanation
The correct answer is C, as removing parameters would directly affect existing scripts that depend on those parameters being present. Options A, B, and D would not cause failures; optional parameters, additional methods, and extra values in responses would typically be backward compatible and not disrupt existing functionality.