CAD Exam QuestionsBrowse all questions from this exam

CAD Exam - Question 53


How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application's data tables?

Show Answer
Correct Answer: D

To prevent all other private application scopes from creating configuration records on an application's data tables, you must set the Accessible from field value to 'This application scope only'. This ensures only the application scope that owns the data tables can create configuration records, while all other scopes are restricted from doing so.

Discussion

16 comments
Sign in to comment
Ashtan1985
Oct 7, 2022

Correct answer is D. When Accessible from is set to "This app scope only", then "Allow configuration" is unchecked and read-only

Ghostrunner
Jun 28, 2023

I would say both B and D could be correct, however, D would also disable the read/update/delete, not just the create function. The question isn't clear whether the table should still be readable by others or not.

ParagSanyashivOption: B
Jul 22, 2022

B is the correct answer

StandardSanders
Sep 8, 2022

D - Reference Note: If you set Accessible From to This Application Scope Only, it automatically unchecks and greys out Web Services so it can't be C https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/concept/c_ExampleDenyingAllDesignAccess.html

som_420Option: D
Mar 9, 2023

answer is D

MacGyver4thOption: D
Jul 29, 2024

Just tested this in a Vancouver PDI. When selecting "This application scope only", all the check boxes are cleared and become read-only.

theadminekOption: B
Jan 5, 2025

The question is about preventing to file creation so other activities should be allowed. Hence B is correct. Answer D disallows all other activities. The most correct answer is B.

Bajel
Feb 17, 2023

I agree with D refer to https://developer.servicenow.com/dev.do#!/learn/learning-plans/rome/new_to_servicenow/app_store_learnv2_securingapps_rome_application_access

SergioVSJOption: D
Jul 20, 2023

Correct answer is D. Check the following 2 examples of denying and granting access. https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/concept/c_ExampleDenyingAllRuntimeAccess.html https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/concept/c_ExampleGrantingAllRuntimeAccess.html

VishalvrOption: D
Oct 8, 2023

D is the best option. B is also correct in a way but since one option only, can select D

MagdaGrsOption: D
Feb 1, 2024

To prevent all other app scopes, simply select “This application scope only”.

DekorehOption: D
Mar 22, 2024

D is correct.

ravidamarla
Apr 9, 2024

B is correct answer

manikanta_gnbvOption: B
Sep 11, 2024

B is the correct answer.

BFExamOption: B
Apr 9, 2025

Correct is B. We only want to disable create

Drinksbreak88Option: B
Apr 23, 2025

The question specifically talks about creating, not completely blocking.