Certified Application Developer - ServiceNow Questions and Answers
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
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?
Which of the following are configured in an Email Notification?
a)Who will receive the notification.
b)What content will be in the notification.
c)When to send the notification.
d)How to send the notification.
Why would you build a custom app?
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?
When creating an application through the Guided Application Creator, what are the options for creating a table?
Choose 3 answers
In an Email Notification, which one of the following is NOT true for the Weight field?
When creating an application through the Guided Application Creator, which of the following is a user experience option?
While on an Incident record, how would you add a Tag for " Special Handling " to the record?
What occurs when an existing table is extended in ServiceNow?
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
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?
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
What is the REST API Explorer used to do?
Which server-side API debug log method is available for scoped applications?
(What is a scoped application that contains Flow Designer actions tailored for a specific application or record type?)
When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?
Where can an application be published once it is ready to share in ServiceNow?
Which one of the following database operations cannot be controlled with Application Access?
When designing and creating a form, what do you create to organize fields on a form?
On the knowledge base record, which tab would you use to define which users are able to write articles to the knowledge base?
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
When crafting a scoped application that contains flow actions, what is the application called?
What occurs when an existing table is extended in ServiceNow?
What is a workflow context?
A customer requests the following data quality measures be added:
1. Incident numbers should be read-only on all lists and forms, for all users.
2. Short Description field should be mandatory, on all records, across all applications, on Insert.
Which type of policy would you use to meet this requirement?
Which one of the following is NOT part of the Form Designer?
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 Script Include with a Protection Policy value of Protected?
Which module would you use to create a new automation of business logic such as approvals, tasks, and notifications?
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
How does ServiceNow match inbound email to existing records?
Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?
Which one of the following objects CANNOT be used in a Script Action script?
Which source control operation is available from BOTH Studio and the Git Repository?
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
What happens if a Record Producer script aborts the record generation process in ServiceNow?
Which of the following methods are useful in Access Control scripts?
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control? (Choose two.)
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?
Which ATF test step is used to set up a specific user profile for testing purposes?
The task table is an example of which of the following?
Choose 2 answers
What tool is used to import data from various data sources, and map that data into ServiceNow tables?
What is the name of the string that displays filter criteria?
A manager wants to view a snapshot of month-end Sales performance data, as compared to Sales targets. In addition, the manager wants to be able to see those monthly numbers trended over time, and forecasted into the future. What capability do you suggest for this manager?
(Which methods are used to activate application restricted caller access? Choose 2 options.)
What is the best UX format to use for lists and forms?
An app developer enables the " Allow access to this table via web services " option in Application Access. What is the result of this configuration?
When creating a table in a privately-scoped application, which four Access Controls are created for the table?
Which of the following is true about deleting fields from a table?
Which database operations can be controlled with Application Access? (Choose 2 answers)
Which business requirements and process(es) should be documented as part of the application development plan?
Choose 4 answers
Which of the following is NOT a trigger type in Flow Designer?
What are the features of Flow Designer?
Choose 3 answers
On a form, which type of field has this icon which can be clicked, to see a preview of the associated record?
Which actions can a Business Rule take without scripting?
Tables that extend a table do what?
What are the three key tables in an enterprise CMDB?
Choose 3 answers
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
Access Control rules are applied to a specific table, like the Incident table. What is the object name for a rule that applies to the entire Incident table (all rows and fields)?
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
Which of the following statements is NOT true for the Form Designer?
When building an extended table from a base table, which fields do you need to create?
Choose 2 answers
What does the “Read-only” protection policy for Script Includes allow in a custom application?
Which of the following methods prints a message on a blue background to the top of the current form by default?
Which scenario will a Scheduled Script Execution (Scheduled Job) be implemented?
What is the default module name when a new application table is created?
What is the ServiceNow store?
Which client-side scripts apply to Record Producers? (Choose 2 answers)
Which methods can be used to install an application on a ServiceNow instance?
Choose 3 answers
What does the " Enforcing " option in Runtime Access Tracking settings do?
(What is the primary purpose of an application scope?)
You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on an instance, you want Table A ' s records to be installed as part of the application.
Table A ' s records will be installed when:
Which tab on the knowledge base record, would you use to identify the sets of users who are able to read articles in that knowledge base?
Modules must have a Link type. Which one of the following is a list of Link types?
Which of the following is NOT a caller access field option?
Which of the following statements does NOT apply when extending an existing table?
When troubleshooting and debugging notifications, where do you navigate to see if an email was sent in response to an event?
On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?
What plugin enables the Guided Application Creator?
Identify the ways an application can respond to an Event generated by the gs.eventQueue() method. (Choose 2 answers)
What section on the Notes tab, shows the history of the work documented on the record?
What syntax is used in a Record Producer script to access values from Record Producer form fields?
What are three ServiceNow table creation methods? (Choose three.)
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose 3 answers)