CIS-CSM Communities Practice Question
An organization has implemented custom security constraints for community content using custom scripting in User Criteria. When a user navigates to a community forum, performance is degraded. What is the recommended best practice to optimize script-based User Criteria in communities?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Ensure user criteria scripts are optimized, lightweight, and leverage caching to prevent performance bottlenecks
Script-based user criteria should be cached where possible and kept lightweight, as they execute frequently during portal rendering and search queries.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Replace all user criteria with synchronous client-side JavaScript
Why it's wrong here
Incorrect. User criteria evaluation happens server-side; client-side scripts cannot secure server data.
- ✗
Disable security checks entirely for community content
Why it's wrong here
Incorrect. Disabling security checks violates compliance and security standards.
- ✗
Store user criteria results in client browser cookies
Why it's wrong here
Cookies are insecure for security access evaluations and do not control server-side record fetching.
- ✓
Ensure user criteria scripts are optimized, lightweight, and leverage caching to prevent performance bottlenecks
Why this is correct
Correct. Complex or unoptimized scripts in user criteria can severely impact performance during community listing and search evaluations.
About these practice questions
Courseiva writes every CIS-CSM question from scratch — 328 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official ServiceNow exam blueprint
This CIS-CSM practice question is part of Courseiva's free ServiceNow certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CIS-CSM exam.