exam questions

Exam CAD All Questions

View all questions & answers for the CAD exam

Exam CAD topic 1 question 34 discussion

Actual exam question from ServiceNow's CAD
Question #: 34
Topic #: 1
[All CAD Questions]

Which one of the following is the baseline behavior of a table in a privately-scoped application?

  • A. The table and its data are not accessible using web services
  • B. Any Business Rule can read, write, delete, and update from the table
  • C. Only artifacts in the table's application can read from the table
  • D. All application scopes can read from the table
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
nsmcan
Highly Voted 3 years, 9 months ago
Correct is indeed D: https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/concept/c_DefaultDesignAccessPermissions.html
upvoted 9 times
...
MikMikMik
Most Recent 2 weeks, 6 days ago
Selected Answer: D
Like many said before, reading is possible, editing is not
upvoted 1 times
...
arango
2 months, 4 weeks ago
Selected Answer: D
By default (as of the Xanadu release), new tables in privately-scoped applications are configured with the following baseline design-time access: Accessible from: All application scopes Can read: Enabled Can create, update, delete: Disabled Allow configuration: Disabled This means: Read access is allowed from all scopes (i.e., cross-scope reads are enabled by default). Other actions (create, update, delete) are blocked unless explicitly granted. Web services access is also enabled by default. Therefore, option D is the best representation of baseline behavior.
upvoted 1 times
...
siham2025
4 months ago
Selected Answer: C
the answer is c : In a privately-scoped application in ServiceNow, the table and its data are restricted to the application's scope by default.
upvoted 1 times
...
mrcharli66
5 months, 2 weeks ago
Selected Answer: D
By default, new application tables prevent other application scopes from creating configuration records on application data tables. But reading the Data from the Table wont be a Problem, because for a table "Can Read=true" by default.
upvoted 1 times
...
Okt90
7 months ago
Selected Answer: C
In a privately-scoped application in ServiceNow, the default behavior is that the table and its data are accessible only to artifacts (scripts, business rules, etc.) within the same application scope. This ensures data security and encapsulation. https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/concept/c_DefaultDesignAccessPermissions.html
upvoted 2 times
...
evoken
10 months ago
Selected Answer: D
Table is accessible by default.
upvoted 1 times
...
evoken
12 months ago
Selected Answer: C
The answer is C.
upvoted 2 times
...
georgeg4
1 year, 2 months ago
are the comments for different question?
upvoted 1 times
...
Bob_Loblaw
2 years, 7 months ago
Selected Answer: D
https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/concept/c_DefaultDesignAccessPermissions.html
upvoted 1 times
...
JackLopez
2 years, 8 months ago
Selected Answer: D
The correct answer is D
upvoted 1 times
...
manunarik
2 years, 9 months ago
Yes, the correct Answer is D
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...