Certified Application Developer - ServiceNow Questions and Answers
Identify characteristic(s) of a Record Producer.
Choose 3 answers
How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application’s data tables?
Which one of the following is the baseline behavior of a table in a privately-scoped application?
How many applications menus can an application have?
Which of the following is NOT supported by Flow Designer?
Which one of the following is true for GlideUser (g_user) methods?
Which of the following is NOT a way to install an application on a ServiceNow instance?
For Application Access there is a configuration option called Allow access to this table via web services. Which one of the following statements is true when this option is selected?
What plugin enables the Guided Application Creator?
Which one of the following is NOT a method used for logging messages in a server-side script for a privately- scoped application?
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
Which server-side API debug log method is available for scoped applications?
Client-side scripts manage what?
What Module Link type is used to access an Application Properties page?
Which one of the following is NOT part of the Form Designer?
Tables that extend a table do what?
Which of the following is true about deleting fields from a table?
Why create Applications in ServiceNow?
A) To replace outdated inadequate custom business applications and processes
B) To extend service delivery and management to all enterprise departments
C) To allow users full access to all ServiceNow tables, records and fields
D) To extend the value of ServiceNow
Which of the following is NOT a trigger type in Flow Designer?
Assume a table called table exists and contains 3 fields: field1. field2, field3. Examine the Access Control list for table:
table.None read Access Control for users with the admin and itil roles
table. * read Access Control for users with the admin role
table. field3 read Access Control for users with the itil role
Which field or fields can a user with the itil role read?
What are the benefits of storing the majority of an Application’s server-side script logic in a Script Include?
a) This makes execution faster.
b) Only run when called from a script.
c) The script logic can be hidden when the Application is installed from the ServiceNow Store. d. For some changes to application logic there is only one place to make edits.
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
When debugging Email Notifications, what must you check on a user record?
Choose 2 answers
Which of the following methods prints a message on a blue background to the top of the current form by default?
When evaluating Access Controls, ServiceNow searches and evaluates:
If you create a SOAP Message, what syntax indicates a variable to pass when the function is called?
Access Control debug information identifies whether each element of an Access Control granted or denied access. The elements appear in the debug information in the order of evaluation. In which order are the elements of an Access Control evaluated?
When crafting a scoped application that contains flow actions, what is the application called?
What are the ways to designate data tables when Guided Application Creator (GAC)?
Choose 3 answers
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
A graphical view of relationships among tables is a
Which one of the following is part of the client-side scripting API?
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer Ul. How is the page specified?
What are three ServiceNow table creation methods? (Choose three.)
Which of the following GuideRecord methods run a query against a database table?
Choose 3 answers
When creating an application through the Guided Application Creator, which of the following is a user experience option?
Which one of the following is the fastest way to create and configure a Record Producer?
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?
Which class is NOT part of the Client side scoped APIs?