Certified Application Developer - ServiceNow Questions and Answers
What data types of Flow Designer variables are supported to store record data and complex data?
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.
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 true for this script fragment?
g_user.hasRole(,x_my_app_user');
Which of the following objects does a Display Business Rule NOT have access to?
Which allows the creation of a task-based record from Service Catalog?
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
Which of the following is true for the Application Picker and Application Scope?
On a form, which type of field has this icon which can be clicked, to see a preview of the associated record?
What function do you use to add buttons, links, and context menu items on forms and lists?
Which of the following is NOT a caller access field option?
How does the Application Picker interact with Application Scope in ServiceNow?
While on an Incident record, how would you add a Tag for "Special Handling" to the record?
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
Which objects can be used in Inbound Action scripts?
Is it possible to change an application's scope?
What module do you use to access the reports that are available to you?
What are three ServiceNow table creation methods? (Choose three.)
Which are valid caller access field options? (Choose 3 answers)
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
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 of the following is an available feature in Studio?
Choose 2 answers
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
When configuring a REST Message, the Endpoint is:
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?
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
The Report Designer contains different sections for configuring your report. Which section is used to specify the name of the report, and the table or data source for the report.
Which ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?
Which one of the following is true for the Application Picker?
Which script types execute on the server? (Choose three.)
What syntax is used in a Record Producer script to access values from Record Producer form fields?
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?
In an Email Notification, which one of the following is NOT true for the Weight field?
Why would you build a custom app?
Can inherited fields be deleted from a table?
What is the purpose of the Application Picker?
Which feature helps to automatically allocate a critical, high-priority, service request to the appropriate assignment group or team member?
When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
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 is NOT a trigger type in Flow Designer?
Which one of the following is true for GlideUser (g_user) methods?
What are advantages of using Flow Designer? Choose 3 answers
What section on the Notes tab, shows the history of the work documented on the record?
Which business requirements and process(es) should be documented as part of the application development plan?
Choose 4 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
Which of the following statements does NOT apply when extending an existing 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?
Which of the following is NOT supported by Flow Designer?
When writing a Client Script to provide feedback targeted at a specific field, which method should be used?
Which options are strategies for debugging client-side scripts? (Choose 2 answers)
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
What do you click when you have made modifications to your report, and you want to see the results without saving?
What are the ways to designate data tables when Guided Application Creator (GAC)?
Choose 3 answers
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 ATF Test step allows you to create a user with specified roles and groups for the test?
Which tool is used to define relationships between fields in an import set table and a target table?
How does ServiceNow match inbound email to existing records?
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
What feature can track the amount of time that a task has been open, to ensure that tasks are completed within an allotted time?
Which of the following statements must evaluate to true for a user to pass an Access Control?
Choose 3 answers
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.)
Client-side scripts manage what?
Which one of the following database operations cannot be controlled with Application Access?