ServiceNow Certified Application Developer — Question 52
Server-side scripts manage what?
Answer options
- A. Database and backend
- B. Playbook access
- C. User access
- D. Forms and Fields
Correct answer: A
Explanation
Server-side scripts are designed to manage interactions with the database and perform backend processing, which is crucial for dynamic web applications. Options B, C, and D do not capture the primary role of server-side scripting, which focuses on database operations and backend logic rather than specific access or frontend elements.