CAD Certified Application Developer - ServiceNow Questions and Answers
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
(Which permissions can Administrators give to Delegated Developers? Choose 2 options.)
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
An administrator creates " customer_table_adminH and " customer_table_user " roles for the newly created " Customer Table " . Which ACL rule would grant access to all rows and all fields to both the customer_table_admin and customer_table_user roles?
What do you install when you want to add applications or functionality within your development instance?
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 can trigger a Flow in the Workflow Studio Flow Designer? Choose 3 options.)
In a privately-scoped application, which methods are used for logging messages in server-side scripts?
Choose 2 answers
Which ATF Test step allows you to create a user with specified roles and groups for the test?
(An application developer needs to ensure that no other private application scopes can create records on the application ' s data tables. How is Application Access configured to achieve this?)
Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
Which business requirements and process(es) should be documented as part of the application development plan?
Choose 4 answers
(Where can a developer find business logic for recurring checks to identify unassigned task records? Choose 2 options.)
What is a benefit of creating an Application Properties page for each application?
Which module would you use to create a new automation of business logic such as approvals, tasks, and notifications?
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?
In an Email Notification, which one of the following is NOT true for the Weight field?
A developer wants to set up an application module that allows inserting new records into a table.
Which configuration option achieves this?
Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.
a) Script Action
b) Scheduled Script Execution (Scheduled Job)
c) UI Policy
d) Email Notification
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 one of the following is true for a table with the “Allow configuration” Application Access option selected?
Which of the following GuideRecord methods run a query against a database table?
Choose 3 answers
Which one of the following is the correct Link Type to select when creating a module that opens the Record Producer for a user rather than the ServiceNow form?
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
Which database operations can be controlled with Application Access? (Choose 2 answers)
Which methods can be used to install an application on a ServiceNow instance?
Choose 3 answers
As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI. How is the page specified?
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
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 statement correctly describes the differences between a Client Script and a Business Rule?
What field type would you select if you want to query records from another table on a form?
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 must Application Access be configured to prevent all other private application scopes from creating configuration records on an application’s data tables?
(What feature can a developer use to organize fields when designing and creating a form?)
Identify the ways an application can respond to an Event generated by the gs.eventQueue() method. (Choose 2 answers)
(Which default method prints a message with a blue background at the top of the current form?)
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
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?
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?
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)
Which of the following methods prints a message on a blue background to the top of the current form by default?
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
When debugging Email Notifications, what must you check on a user record?
Choose 2 answers
If the Create module field is selected when creating a table, what is the new module’s default behavior?
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?
What are the ways to designate data tables when Guided Application Creator (GAC)?
Choose 3 answers
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.
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?
What syntax is used in a Record Producer script to access values from Record Producer form fields?
