A developer is creating a REST API integration that retrieves data from an external system and updates ServiceNow records. Which THREE considerations are critical for handling authentication securely? (Choose three.)
The Credential Store encrypts and manages secrets, reducing exposure.
Why this answer
Storing credentials directly in scripts exposes them to unauthorized access and makes rotation difficult. The ServiceNow Credential Store securely encrypts and manages credentials, allowing scripts to reference them by alias without hardcoding sensitive data, which is a fundamental security best practice for REST API integrations.
Exam trap
The trap here is confusing operational monitoring (Option A) with proactive authentication security controls, and reversing the authentication direction in Option B, leading candidates to select measures that are either reactive or misdirected.