The task table is an example of which of the following? Choose 2 answers
Correct Answer: C,D
"A table that extends another table is called a child class, and the table it extends is the parent class" - this is about halfway down in this link below: https://docs.servicenow.com/en-US/bundle/tokyo-platform-administration/page/administer/table-administration/concept/table-extension-and-classes.html
CAD Exam Question 17
Which of the following statements does NOT apply when extending an existing table?
How many applications menus can an application have?
Correct Answer: B
Reference: An application can have as many application menus as the application design requires. An application menu is a container for application modules, which are links to features or functionalities within an application. Application menus are displayed in the application navigator, which is the left sidebar of the ServiceNow interface. Developers can create and configure application menus using Studio or the Application Menus module. Application menus can have different roles and visibility settings, depending on the intended audience and purpose of the application. Reference: [ServiceNow Docs - Application menus], [ServiceNow Docs - Create an application menu]
CAD Exam Question 19
Modules must have a Link type. Which one of the following is a list of Link types?
Correct Answer: B
Reference: A module is a navigation item that provides access to a feature or functionality in ServiceNow. Modules must have a link type, which determines how the module behaves when clicked. The following is a list of link types: Assessment. This is a link type that opens an assessment, which is a survey or questionnaire that measures the effectiveness of a process or service. List of Records. This is a link type that opens a list of records from a table or a saved filter. Separator. This is a link type that creates a horizontal line to separate modules in the application menu. Timeline Page. This is a link type that opens a timeline page, which is a graphical representation of the duration and sequence of events or tasks. The following are not link types, but other module attributes or field types: List of Records, Separator, Catalog Type, Roles. These are not link types, but a combination of a link type (List of Records), a module attribute (Separator), a field type (Catalog Type), and a user attribute (Roles). List of Records, Content Page, Order, URL (from arguments:). These are not link types, but a combination of a link type (List of Records), a module attribute (Content Page), a field name (Order), and a link type argument (URL). Assessment, List of Records, Content Page, Roles. These are not link types, but a combination of a link type (Assessment), a link type (List of Records), a module attribute (Content Page), and a user attribute (Roles). Reference: Modules, Create a Module
CAD Exam Question 20
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?