The task table is an example of which of the following? Choose 2 answers

The task table is an example of which of the following? Choose 2 answersA . Legacy class B. Child class C. Base class D. Parent classView AnswerAnswer: C,D Explanation: "A table that extends another table is called a child class, and the table it extends is the parent class" -...

March 4, 2023 No Comments READ MORE +

Which of the following is NOT a caller access field option?

Which of the following is NOT a caller access field option?A . Caller Tracking B. Caller Restriction C. None D. Caller PermissionView AnswerAnswer: D Explanation: https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/task/set-RCA-level.html

March 3, 2023 No Comments READ MORE +

What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?

What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?A . Restricted caller access records B. Caller tracking records C. Access control level records D. Cross-scope access recordsView AnswerAnswer: A Explanation: "Restricted caller access [sys_restricted_caller_access] records track cross-scope applications or...

March 3, 2023 No Comments READ MORE +

When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?

When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?A . table.*will grant access to every field in a record B. table.None will grant access to every record on the table C. table.field will grant access to a specific field...

March 2, 2023 No Comments READ MORE +

How can an application link to a repository behind a firewall?

How can an application link to a repository behind a firewall?A . This option is not supported. B. Link an application to source control through a MID Server. C. Link an application to source control through an access token. D. Link an application to source control with multi-factor authentication.View AnswerAnswer:...

March 1, 2023 No Comments READ MORE +

Identify the incorrect statement about Delegated Development in ServiceNow.

Identify the incorrect statement about Delegated Development in ServiceNow.A . Administrators can grant non-admin users the ability to develop global applications. B. Administrators can specify which application file types the developer can access. C. Administrators can grant the developer access to script fields. D. Administrators can grant the developer access...

March 1, 2023 No Comments READ MORE +

When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?

When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?A . Upload spreadsheet B. Create table from template C. Extend a table D. Create table from scratchView AnswerAnswer: B Explanation: https://docs.servicenow.com/bundle/tokyo-application-development/page/build/guided-app-creator/concept/gac-tables.html

March 1, 2023 No Comments READ MORE +

role and in no other case?

Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?A . g_user.hasRole(‘catalog_admin’) B. g_user.hasRoleExactly(‘catalog_admin’) C. g_user.hasRoleOnly(‘catalog_admin’) D. g_user.hasRoleFromList(‘catalog_admin’)View AnswerAnswer: B Explanation: Reference: https://community.servicenow.com/community? id=community_QUESTION NO:&sys_id=dff705e6db7757c0d58ea345ca96196b

February 28, 2023 No Comments READ MORE +

Which script types execute on the server? (Choose three.)

Which script types execute on the server? (Choose three.)A . Business Rule B. Client Scripts C. UI Policies D. Script Actions E. Scheduled JobsView AnswerAnswer: A,D,E Explanation: https://docs.servicenow.com/bundle/tokyo-application-development/page/script/server-scripting/concept/c_ServerScripting.html

February 28, 2023 No Comments READ MORE +

What are some of the benefits of extending an existing table such as the Task table when creating a new application?

What are some of the benefits of extending an existing table such as the Task table when creating a new application? a) You can repurpose existing fields by simply changing the label. b) Use existing fields with no modifications. c) Existing logic from the parent table will be automatically applied...

February 28, 2023 No Comments READ MORE +