Certified Application Developer - ServiceNow Questions and Answers
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
What is a benefit of creating an Application Properties page for each application?
Can inherited fields be deleted from a table?
It is best practice to define the business requirements and the process(es) an application will manage as part of the application development plan. What are some of the considerations to document as part of the business process?
When a custom table is created, which access control rules are automatically created?
Choose 4 answers
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 ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?
Which of the following statements must evaluate to true for a user to pass an Access Control?
Choose 3 answers
What are the ways to designate data tables when Guided Application Creator (GAC)?
Choose 3 answers
Application developers configure ServiceNow using industry standard JavaScript to…
Why would you build a custom app?
How does the Application Picker interact with Application Scope in ServiceNow?
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)
Which source control operation is available from BOTH Studio and the Git Repository?
Identify the ways an application can respond to an Event generated by the gs.eventQueue() method. (Choose 2 answers)
What is the best practice related to using the Default Update Set for moving customizations between instances?
When configuring a module, what does the Override application menu roles configuration option do?
What are Application Files in a ServiceNow application?
What are the features of Flow Designer?
Choose 3 answers
Which one of the following is the fastest way to create and configure a Record Producer?
What are web services?
Which database operations can be controlled with Access Control?
Choose 2 answers
When building an extended table from a base table, which fields do you need to create?
Choose 2 answers
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
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?
Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?
When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
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 ServiceNow utility provides a modern interactive graphical interface to visualize configuration items and their relationships?
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?
If the Create module field is selected when creating a table, what is the new module’s default behavior?
What setting allows users to view a Knowledge Base article even if they are not logged in?
You have heard about a new application released by ServiceNow. You want to try it out, to see if it might be useful for your company ' s ServiceNow implementation. What would be the best way to get hands-on experience with the new application?
What field type would you select if you want to query records from another table on a form?
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
What is the Event Registry?
When can the value “Protected” be leveraged in a Protection Policy for a Script Include?
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 syntax is used in a Record Producer script to access values from Record Producer form fields?
Which scenario will a Scheduled Script Execution (Scheduled Job) be implemented?
Which of the following is true about deleting fields from a table?
On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?
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.
(Which default method prints a message with a blue background at the top of the current form?)
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
An application called My App has a table, MyAppTable, with the following Application Access configuration:
Accessible from: All application scopes
Can read: Selected
Can delete: Not selected
Allow configuration: Selected
Which of the following is true based on this configuration?
What is a characteristic of Modules?
Can inherited fields be deleted from a table?
When debugging Email Notifications, what must you check on a user record?
Choose 2 answers
What is the Event Registry?
What is the ServiceNow store?
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
You are looking at a list of Active Incidents. You want to exclude Incidents with the state of Resolved. How might you do that?
When troubleshooting and debugging notifications, where do you navigate to see if an email was sent in response to an event?
Which of the following statements is true for the Form Designer?
a)To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
b)To create a new field on a form’s table, drag the appropriate data type from the Field Types tab to the form and then configure the new field.
c)To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
d)To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.
Which of the following objects does a Display Business Rule NOT have access to?
Which of the following GuideRecord methods run a query against a database table?
Choose 3 answers
Which of the following is NOT a way to install an application on a ServiceNow instance?
(Which permissions can Administrators give to Delegated Developers? Choose 2 options.)
When creating an application through the Guided Application Creator, which of the following is a user experience option?
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?
How does the Application Picker interact with Application Scope in ServiceNow?
What do you click when you have made modifications to your report, and you want to see the results without saving?
What are advantages of using Flow Designer? Choose 3 answers
What contains the configuration changes made in an instance (i.e. changes in a form) and helps to implement the changes from the Dev environment to another environment?
Which of the following are true for reports in ServiceNow? (Choose three.)
What section on the Notes tab, shows the history of the work documented on the record?
What is the default module name when a new application table is created?
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?
Which tables are available by default in a ServiceNow instance?
Choose 3 answers
When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)
Which determines the relationships between fields in an Import Set table to fields in an existing ServiceNow table?
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 items are valid UI Action types in ServiceNow?
Choose 3 answers
(What feature can a developer use to organize fields when designing and creating a form?)
What ServiceNow feature allows you to include data from a secondary related table on a report?
What data types of Flow Designer variables are supported to store record data and complex data?
Choose 3 answers
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?
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:
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?
Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
What occurs when an existing table is extended in ServiceNow?
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose 3 answers)