ServiceNow Certified Application Developer — Question 29
Which script types execute on the server? (Choose three.)
Answer options
- A. Business Rule
- B. Client Scripts
- C. UI Policies
- D. Script Actions
- E. Scheduled Jobs
Correct answer: A, D, E
Explanation
The correct answers are A, D, and E because Business Rules, Script Actions, and Scheduled Jobs all execute on the server. In contrast, Client Scripts and UI Policies run on the client side, which is why they are not correct options.