SNOW-CAD Core Application Development Practice Question
A developer needs to create a new application scope. Which of the following is a best practice when defining the scope?
⚠ Common exam trap
Candidates often confuse 'Protected' with 'Private', assuming it blocks all access. They may also mistakenly believe that using the global scope is the safest choice to avoid access restrictions, when in fact it exposes the application to unauthorized modifications from other scopes.
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
✓
Set the application's access level to 'Protected' to prevent other applications from modifying its records.
When defining a new application scope, setting the application's access level to 'Protected' is considered a best practice. This restricts access to the application's resources, preventing other applications from modifying its records. The scope name should be unique and not changed after creation. Using the global scope (B) should be avoided for custom applications, reusing an existing scope name (C) is not allowed, and changing the scope name after creation (D) can cause configuration issues.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Set the application's access level to 'Protected' to prevent other applications from modifying its records.
Why this is correct
Setting the scope to 'Protected' is not possible; 'Protected' is an application-level access setting, not a scope property.
- ✗
Use the global scope to avoid access restrictions.
Why it's wrong here
Using global scope is not a best practice as it reduces control and increases risk of unintended modifications.
- ✗
Use a scope name that is already in use to leverage existing configurations.
Why it's wrong here
Using a scope name that is already in use is not allowed; each scope must be unique.
- ✗
Create the scope and later change the name if needed.
Why it's wrong here
Creating a scope and later changing the name is not recommended as scope names are typically immutable after creation.
Go deeper
Related to this question
About these practice questions
Courseiva writes every SNOW-CAD question from scratch — 481 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 by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SNOW-CAD 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 SNOW-CAD exam.