CSA Exam QuestionsBrowse all questions from this exam

CSA Exam - Question 76


Access Control rules may provide access security for which of the following database objects?

Show Answer
Correct Answer: B

Access control rules may provide access security for specific rows, columns, or tables in a database. This ensures that different levels of access and permissions can be applied to various data elements, allowing for detailed security management over who can view, modify, or interact with specific parts of the data.

Discussion

36 comments
Sign in to comment
HimanPatel
Jun 22, 2023

B. For a specific row, column, or table While all the options provided are valid for access control rules in ServiceNow, the most commonly associated database objects with access security in ServiceNow are specific rows, columns, or tables. Access control rules can be applied to these elements to define who can view, modify, or interact with the data stored within them.

MacGyver4thOption: B
Feb 14, 2023

https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/contextual-security/concept/access-control-rules.html

mona_hmmdOption: B
Jan 13, 2022

https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/contextual-security/concept/access-control-rules.html At the beginning of the article it mentions the following statement: "The object is the target to which access needs to be controlled. Each object consists of a type and name that uniquely identifies a particular table, field, or record."

blubeetleOption: D
Nov 21, 2022

D is correct. The question asks about a specific database object. B is not a specific object. D is a specific object.

empsOption: B
Jan 14, 2023

B is the correct answer as ACLs provide access to specific row (records), column (fields), or table itself. ACLs are defined by "TABLE.FIELD" and conditions within the ACL record can apply to specific records.

BarklesOption: B
Jan 4, 2022

answer is wrong, is B

BarklesOption: B
Jan 5, 2022

answer is B https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/contextual-security/concept/access-control-rules.html

Jo98778Option: D
Jan 11, 2022

"Each object consists of a type and name that uniquely identifies a particular table, field, or record." https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/contextual-security/concept/access-control-rules.html This is not clear, because a column can be a field and record can be row. However, on this servicenow site: https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/contextual-security/concept/acl-rule-types.html Record themselves are not access controlled, but the table the record belongs to and the fields that belong to the record are acess controlled. So B and D are correct, but as a matter of semantics, B is less correct. https://docs.servicenow.com/bundle/rome-servicenow-platform/page/product/configuration-management/concept/cnfig-mgmt-and-cmdb.html

Nognik
Mar 24, 2022

Answer is B

Oluwalana54Option: D
Jan 25, 2023

The object has been specified which is one of the requirement

doode
Jul 15, 2023

B, is right... I'm getting worried about this site :(

ThuHallOption: B
Aug 20, 2023

B should be a correct answer

ashkaOption: B
Dec 29, 2021

The object is the target to which access needs to be controlled. Each object consists of a type and name that uniquely identifies a particular table, field, or record.

MarksterOption: B
Jun 16, 2022

B is the correct answer

strikelightOption: D
Oct 8, 2022

ACL's secure an object. An object consists of a type and name that uniquely identifies a particular table, field, or record. What is a "Specific CMDB Configuration Item"? A record that satisfies the definition of an object.

ainkechikOption: C
Dec 1, 2022

I voted for B https://docs.servicenow.com/en-US/bundle/tokyo-platform-administration/page/administer/contextual-security/concept/access-control-rules.html Components of ACLs All access control list rules specify: The object and operation being secured The permissions required to access the object The object is the target to which access needs to be controlled. Each object consists of a type and name that uniquely identifies a particular table, field, or record.

Ranaway
Dec 14, 2022

Voting for B

vrwjjr85
Mar 14, 2023

B is correct

pielouisOption: B
May 16, 2023

It should be B

Pida
Aug 18, 2023

B should be the answer

sithupraji
Dec 1, 2023

B is correct.. row level Column level and table level

XanderGOption: B
Jan 25, 2024

It should be B

MrSp4rkl3
Dec 28, 2021

I don't think D is the right answer: https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/contextual-security/concept/access-control-rules.html

mitashkiOption: B
Jun 28, 2022

B is the correct answer

MargoVOption: B
Oct 3, 2022

b is correct

IlovetestsOption: B
Oct 9, 2022

B is correct

gottapass1sttryOption: B
Dec 1, 2022

Answer B is written in the singular tense and those items are stored on the database server, accessed via the application server, hence they are database objects. Role assignments can restrict or allow the visibility of those items. CI's are database objects too, but generally require more global access for use via service catalog and integration to extended task tables. Just my 2 cents.

Anna47Option: B
Jan 18, 2024

B is correct

AdamkrtOption: B
Feb 8, 2024

clear B

David_WuOption: B
Mar 9, 2024

It's B

Charity35
Apr 13, 2024

I vote that this should be B

naab143
May 3, 2024

The correct answer is: A. For a specific role, group, or user Access control rules in databases are typically used to manage and restrict access to specific database objects, such as tables, views, or stored procedures, based on the roles, groups, or individual users accessing the database. These rules ensure that only authorized users or groups can perform certain operations on the database objects.

shub606
May 15, 2024

B is Correct Answer

Mayur444
Oct 1, 2024

B is the correct one

jwsops
Nov 5, 2024

i believe it is D

NiranjanbasnetOption: B
Feb 23, 2025

Since getting the row restricted can be achieved inside Database table