Question 6 of 278

Why would you create Entity classes?
Answer

Suggested Answer

The suggested answer is A.

Entity classes are created to show relationships between tables or objects you are tracking that don't otherwise exist anywhere in ServiceNow. This helps in organizing and managing data that doesn't have a predefined structure or relationships, making it easier to track and maintain data integrity.

Community Votes8 votes
ASuggested
100%
Question 7 of 278

The Tablename.config:
Answer

Suggested Answer

The suggested answer is D.

The Tablename.config command typically displays the configuration list view of the table within the Content Frame. This behavior aligns with how ServiceNow navigational commands work, where specifying .config in lowercase targets the Content Frame.

Community Votes12 votes
DSuggested
83%
A
17%
Question 8 of 278

Which of the following extends from items?
Answer

Suggested Answer

The suggested answer is B.

Controls extend from items. In the context of systems and data management, controls are measures implemented to ensure the integrity, security, and correctness of items they are associated with. These controls can be policies, rules, or mechanisms put in place to manage and safeguard items, making them a natural extension of items.

Community Votes11 votes
BSuggested
100%
Question 9 of 278

What happens when you assign an Entity Type to a Risk Statement?
Answer

Suggested Answer

The suggested answer is C.

When you assign an Entity Type to a Risk Statement, a risk is automatically generated for every Entity listed in the Entity Type. This is because the system creates an association between the risk statement and each individual entity within that type, resulting in a unique risk being created for each one.

Community Votes5 votes
CSuggested
80%
B
20%
Question 10 of 278

There is a direct relationship between Entity Class and Entity Type when:
Answer

Suggested Answer

The suggested answer is B.

There is no direct relationship between Entity Class and Entity Type. Entity Class refers to a categorization of entities with similar attributes or behavior, whereas Entity Type identifies the kind of entity in a more granular way. Therefore, stating that there is no direct relationship between them is the correct answer.

Community Votes7 votes
BSuggested
100%