Certified Application Developer - ServiceNow Questions and Answers
What happens to the List view when a new field is added to an existing table?
(Which default method prints a message with a blue background at the top of the current form?)
Which database operations can be controlled with Application Access? (Choose 2 answers)
On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?
A graphical view of relationships among tables is a
What is the purpose of the Application Picker?
Identify characteristic(s) of a Record Producer. (Choose 3 answers)
Many actions are included with flow designer what are some frequently used core actions?
Choose 4 answers
While showing a customer their Incident form, they ask to change the Priority field title to display their internal terminology Value. How would you do that?
Choose 2 answers
Which one of the following is true?
Exportitem table is extended from Item table with the additional column of ItemCountry added. The Item table contains the columns ItemName and ItemQty.
Which fields are available in the Exportitem table?
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 to the new table.
d)All of the parent table records are copied to the new table.
What setting allows users to view a Knowledge Base article even if they are not logged in?
Which one of the following database operations cannot be controlled with Application Access?
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
Which database operations can be controlled with Application Access? (Choose 2 answers)
(How does the weight field value affect sending multiple notifications for the same record and recipients?)
Which database operations can be controlled with Access Control?
Choose 2 answers
(What is the GlideForm client-side scripting object?)
As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?
What feature allows you to limit who is able to contribute or read knowledge within a knowledge base?
How does the Application Picker interact with Application Scope in ServiceNow?
The customer has asked that you change the default layout of the Task list. They would like these columns, in this order:
• Number
• Task Type
• Parent
• Short Description
• Assignment Group
• Assignee
• Updated
After navigating to the list, where would you click, to meet this requirement?
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 source control operation is available from BOTH Studio and the Git Repository?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose 3 answers)
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow?
Choose 3 answers
If a knowledge base has no access details specified, what users are able to read articles in that knowledge base?
Which of the following are true for reports in ServiceNow? (Choose three.)
What is the Event Registry?
Which of the following is true about g_scratchpad?
Choose 2 answers
When troubleshooting and debugging notifications, where do you navigate to see if an email was sent in response to an event?
Which one of the following client-side scripts apply to Record Producers?
What are Application Files in a ServiceNow application?
When selecting the Target table for an import which tables can you select?
Choose 3 answers
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
What Module Link type is used to access an Application Properties page?
Here is an example of the criteria set for a knowledge base:
• Companies: ACME North America
• Departments: HR
• Groups: ACME Managers
• Match All: Yes
In this example, what users would have access to this knowledge base?
What intuitive development interface guides users through the initial application development process?
What is a function of an update set in ServiceNow Studio?
What are the features of Flow Designer?
Choose 3 answers
Which are reasons an application could be developed on the ServiceNow platform?
Choose 3 answers
On what part of the ServiceNow instance, would you find the option to Impersonate User?
What is the Endpoint when configuring a REST Message?
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
When writing a Client Script to provide feedback targeted at a specific field, which method should be used?
(Which method can be used in a Business Rule to get the sys_id of the currently logged in user?)
What are examples of Ul Actions relating to forms?
Choose 3 answers
An app developer enables the "Allow access to this table via web services" option in Application Access. What is the result of this configuration?
Which items are valid UI Action types in ServiceNow?
Choose 3 answers
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 ATF test step is used to set up a specific user profile for testing purposes?
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
(Which file type does ServiceNow Studio support for customizing system behavior through database actions?)
What plugin enables the Guided Application Creator?
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
Which scenario will a Scheduled Script Execution (Scheduled Job) be implemented?
Which of the following statements does NOT apply when extending an existing table?
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
Can inherited fields be deleted from a table?
What data types of Flow Variables are supported to store record data?
Choose 3 answers
Which actions can a Business Rule take without scripting?
Which framework can automatically populate values for the Priority and Category fields based on the Short description field value?
Which statement correctly describes the differences between a Client Script and a Business Rule?
Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table:

Which field or fields can a user with the itil role read?
Which server-side API debug log method is available for scoped applications?
Why would you build a custom app?
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
Which determines the relationships between fields in an Import Set table to fields in an existing ServiceNow table?
What are three ServiceNow table creation methods? (Choose three.)
What ServiceNow feature allows you to include data from a secondary related table on a report?
Which of the following is a good practice for adding instructions to a form?
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
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?
What is the REST API Explorer used to do?
Which one of the following is true regarding Application Scope?
Which one of the following is true for GlideUser (g_user) methods?
(What feature can a developer use to organize fields when designing and creating a form?)
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
What is the GlideForm Client-side scripting object?
What are examples of Ul Actions, relating to Lists?
Choose 4 answers
List Control
Which business requirements and process(es) should be documented as part of the application development plan?
Choose 4 answers
When creating an application through the Guided Application Creator, what are the options for creating a table?
Choose 3 answers