From the list below, identify one reason an application might NOT be a good fit with ServiceNow.

From the list below, identify one reason an application might NOT be a good fit with ServiceNow. The application:A . Needs workflow to manage processes B. Requires “as-is” use of low-level programming libraries C. Requires reporting capabilities D. Uses forms extensively to interact with dataView AnswerAnswer: B

February 27, 2023 No Comments READ MORE +

When creating an application through the Guided Application Creator, which of the following is a user experience option?

When creating an application through the Guided Application Creator, which of the following is a user experience option?A . Portal B. Mobile C. Self-service D. WorkspaceView AnswerAnswer: B Explanation: https://docs.servicenow.com/bundle/tokyo-application-development/page/build/guided-app-creator/concept/guided-app-creator.html

February 26, 2023 No Comments READ MORE +

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

Which one of the following is the baseline behavior of a table in a privately-scoped application?A . The table and its data are not accessible using web services B. Any Business Rule can read, write, delete, and update from the table C. Only artifacts in the table’s application can read...

February 25, 2023 No Comments READ MORE +

Which one of the following is a list of Link types?

Modules must have a Link type. Which one of the following is a list of Link types?A . List of Records, Separator, Catalog Type, Roles B. Assessment, List of Records, Separator, Timeline Page C. List of Records, Content Page, Order, URL (from arguments:) D. Assessment, List of Records, Content Page,...

February 25, 2023 No Comments READ MORE +

What are three ServiceNow table creation methods? (Choose three.)

What are three ServiceNow table creation methods? (Choose three.)A . Using legacy Workflows B. Upload and turn a spreadsheet into a custom table C. Using Flow Designer D. Use the Now Experience Table Creator E. Extend a table F. Create a custom tableView AnswerAnswer: B,E,F Explanation: "If there are no...

February 25, 2023 No Comments READ MORE +

What plugin enables the Guided Application Creator?

What plugin enables the Guided Application Creator?A . com.glide.sn-guided-app-creator B. com.glide.service_creator C. com.glide.snc.apps_creator D. com.snc.apps_creator_templateView AnswerAnswer: A Explanation: "Guided Application Creator is enabled via the Guided Application Creator (com.glide.sn-guided-app-creator) plugin, which is active by default in the Now Platform." Located under "Activation Information" section at this URL: https://docs.servicenow.com/en-US/bundle/tokyo-application-development/page/build/guided-app-creator/concept/guided-app-creator.html

February 25, 2023 No Comments READ MORE +

There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.

There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.A . Identify the table B. Script the function(s) C. Create a class D. Create a prototype object from the new classView AnswerAnswer: A

February 24, 2023 No Comments READ MORE +

Which of the following statements does NOT apply when extending an existing table?

Which of the following statements does NOT apply when extending an existing table?A . The parent table’s Access Controls are evaluated when determining access to the new table’s records and fields B. The new table inherits the functionality built into the parent table C. The new table inherits all of...

February 24, 2023 No Comments READ MORE +

A graphical view of relationships among tables is a <blank>.

A graphical view of relationships among tables is a <blank>.A . Schema map B. Dependency view C. Graphical User Interface D. Map source reportView AnswerAnswer: A Explanation: "Schema map: Provides a graphical representation of the relationships between tables." https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/table-administration/concept/c_TableAdministration.html

February 24, 2023 No Comments READ MORE +

Which of the following is true for the Application Picker and Application Scope?

Which of the following is true for the Application Picker and Application Scope?A . Selecting application from the Application Picker does not set the Application Scope. B. Selecting Global in the Application Picker sets the Application Scope to incident C. Global is a reserved application which does not appear in...

February 24, 2023 No Comments READ MORE +