Exam CAD All QuestionsBrowse all questions from this exam
Question 34

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

    Correct Answer: C

    In a privately-scoped application, only artifacts within the application's scope can read from the table by default. This means that access is restricted to the particular application, ensuring that data is not exposed outside its intended context. Therefore, the baseline behavior is for the application itself to have exclusive access to its tables.

Discussion
nsmcanOption: D

Correct is indeed D: https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/concept/c_DefaultDesignAccessPermissions.html

evokenOption: C

The answer is C.

georgeg4

are the comments for different question?

Bob_LoblawOption: D

https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/concept/c_DefaultDesignAccessPermissions.html

JackLopezOption: D

The correct answer is D

manunarikOption: D

Yes, the correct Answer is D