Courseiva
Core Application DevelopmenthardMultiple SelectObjective-mapped

SNOW-CAD Core Application Development Practice Question

Which TWO conditions must be met for a Scoped Application to access a table from another scope without using an access grant?

⚠ Common exam trap

ServiceNow often tests the misconception that any table in the global scope is automatically accessible, but the trap here is that candidates confuse 'global scope' with 'system tables' (sys_ prefix) or assume that extension implies access, leading them to pick options B or C instead of recognizing the explicit conditions required for grant-free access.

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

The table belongs to the global scope

Tables in the global scope are accessible by default to all scoped applications without requiring an explicit access grant. This is a fundamental rule in ServiceNow's scoping model: global-scope tables are considered shared resources, so any scoped application can read from or write to them as long as the application is installed in the same instance. Option E is also correct because marking a table as 'Allow access to all application scopes' in its application file explicitly overrides the default scope isolation, granting cross-scope access without a grant.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The application is installed in the same instance as the table

    Why it's wrong here

    False; all applications are on the same instance, that doesn't grant access.

  • The table is extended from a table in the consumer application scope

    Why it's wrong here

    False; extension does not automatically grant access to the parent scope's data.

  • The table name starts with 'sys_'

    Why it's wrong here

    False; sys_ tables are global but still protected; you need appropriate system properties or access grants.

  • The table belongs to the global scope

    Why this is correct

    True; global tables are accessible by all scoped applications by default.

  • The table is marked as 'Allow access to all application scopes' in its application file

    Why this is correct

    True; this setting explicitly grants read access to all scopes.

About these practice questions

This SNOW-CAD question is part of Courseiva's 481-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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.