Certified Application Developer - ServiceNow Questions and Answers
Where can GlideUser (g_user) methods be utilized within ServiceNow?
Which methods can be used to install an application on a ServiceNow instance?
Choose 3 answers
Which one of the following is NOT true for Modules?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow?
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
Is it possible to change an application's scope?
Which of the following features are available to Global applications? (Choose two.)
What tool is used to import data from various data sources, and map that data into ServiceNow tables?
Which one of the following is the fastest way to create and configure a Record Producer?
Which is the base table of the configuration management database hierarchy?
A new employee joins the IT department and needs to perform work assigned to Network and Hardware groups. How would you set up their access?
Choose 3 answers
Which of the following is NOT a caller access field option?
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
What occurs when an existing table is extended in ServiceNow?
On the knowledge base record, which tab would you use to define which users are able to write articles to the knowledge base?
When crafting a scoped application that contains flow actions, what is the application called?
What is the best UX format to use for lists and forms?
Which of the following methods are useful in Access Control scripts?
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)
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.
When a custom table is created, which access control rules are automatically created?
Choose 4 answers
Which one of the following is true for the Application Picker?
Which framework can automatically populate values for the Priority and Category fields based on the Short description field value?
Which testing framework is used to test ServiceNow Applications?
When configuring a REST Message, the Endpoint is:
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?
Your customer would like to create a new template to notify users who are affected by network outages at their site. Which module would you use to create a new notification?
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose 3 answers)
Which class is NOT part of the Client side scoped APIs?
Which database operations can be controlled with Application Access? (Choose 2 answers)
What intuitive development interface guides users through the initial application development process?
Which path would you take to access the table configuration page from a form?
What records are used to track cross-scope applications that request access to an application?
What is the Endpoint when configuring a REST Message?
The source control operation used to store local changes on an instance for later application is called a(n)
Which one of the following is true?
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
Which one of the following is true for GlideUser (g_user) methods?
Which one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');
Which one of the following is part of the client-side scripting API?
Which of the following CANNOT be debugged using the Field Watcher?
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 is a Module?
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose 2 answers)
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
If you create a SOAP Message, what syntax indicates a variable to pass when the function is called?
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
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?
Which are valid caller access field options?
Choose 3 answers
What is the Event Registry?
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 items are valid UI Action types in ServiceNow?
Choose 3 answers
Which server-side API debug log method is available for scoped applications?
Which one of the following is the baseline behavior of a table in a privately-scoped application?
What are Application Files in a ServiceNow application?
A graphical view of relationships among tables is a
As administrator, what must you do to access features of High Security Settings?
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
Which ATF Test step allows you to create a user with specified roles and groups for the test?
What is the best practice related to using the Default Update Set for moving customizations between instances?
Which server-side API debug log method is available for scoped applications?
ServiceNow contains a resource which provides the following:
• A standard and shared set of service related definitions across ServiceNow products and platform that will enable and support true service level reporting.
• A CMDB framework across our products and platform that will enable and support multiple configuration strategies.
What resource do these statements describe?
Application developers configure ServiceNow using industry standard JavaScript to…
What syntax is used in a Record Producer script to access values from Record Producer form fields?
Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
Which method is used to retrieve Application Property values in a script?
Which ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?
Which database operations can be controlled with Access Control?
Choose 2 answers
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
This script fragment is executed in an application: g_user.hasRole('x_my_app_user');
What is the logical evaluation of this script fragment?
Which one of the following is the correct Link Type to select when creating a module that opens the Record Producer UI for a user rather than the ServiceNow form UI?
Which tables are available by default in a ServiceNow instance?
Choose 3 answers
A developer wants to set up an application module that allows inserting new records into a table.
Which configuration option achieves this?
For your implementation the following tables are extended from each other:
• Incident table is extended from Task table
• Super Incident table is extended from Incident table
In this situation, which table(s) are Parent. Child and Base tables?
Choose 5 answers
What module do you use to access the reports that are available to you?
When selecting the Target table for an import which tables can you select?
Choose 3 answers