DON'T WANT TO MISS A THING?

Certification Exam Passing Tips

Latest exam news and discount info

Curated and up-to-date by our experts

Yes, send me the newsletter

Certified Application Developer (ServiceNow CAD) Test Questions and Answers | SPOTO

SPOTO's latest exam dumps on the homepage, with a 100% pass rate! SPOTO delivers authentic Cisco CCNA, CCNP study materials, CCIE Lab solutions, PMP, CISA, CISM, AWS, and Palo Alto exam dumps. Our comprehensive study materials are meticulously aligned with the latest exam objectives. With a proven track record, we have enabled thousands of candidates worldwide to pass their IT certifications on their first attempt. Over the past 20+ years, SPOTO has successfully placed numerous IT professionals in Fortune 500 companies.

Take other online exams

Question #1
What syntax is used in a Record Producer script to access values from Record Producer form fields?
A. producer
B. producer
C. current
D. current
View answer
Correct Answer: B
Question #2
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
A. REST messagescorrect
B. Tablecorrect
C. Script Includecorrect
D. Workflow
View answer
Correct Answer: ABC
Question #3
Access Control debug information identifies whether each element of an Access Control granted or denied access. The elements appear in the debug information in the order of evaluation. In which order are the elements of an Access Control evaluated?
A. Conditions, Roles, Script
B. Conditions, Script, Roles
C. Roles, Conditions, Scriptcorrect
D. Script, Conditions, Roles
View answer
Correct Answer: C
Question #4
Which of the following is a good practice for adding instructions to a form?
A. Annotationscorrect
B. Related links to wiki pages
C. A context Menu UI Action
D. A population read-only field
View answer
Correct Answer: A
Question #5
Which of the following objects does a Display Business Rule NOT have access to?
A. previouscorrect
B. GlideSystem
C. g_scratchpad
D. current
View answer
Correct Answer: A
Question #6
Which of the following is NOT a caller access field option?
A. Caller Tracking
B. Caller Restriction
C. None
D. Caller Permissioncorrect
View answer
Correct Answer: D
Question #7
Which one of the following is the fastest way to create and configure a Record Producer?
A. Create a Catalog Category, open the category, and select the Add New Record Producer button
B. Use the Record Producer module then add and configure all variables manually
C. Open the table in the Table records and select the Add to Service Catalog Related Linkcorrect
D. Open the table’s form, right-click on the form header, and select the Create Record Producer menu item
View answer
Correct Answer: C
Question #8
What syntax is used in a Record Producer script to access values from Record Producer form fields?
A. producer
B. producer
C. current
D. current
View answer
Correct Answer: B
Question #9
Which of the following is NOT a trigger type in Flow Designer?
A. Outbound Emailcorrect
B. Application
C. Record
D. Schedule
View answer
Correct Answer: A
Question #10
Which of the following methods are useful in Access Control scripts?
A. g_user
B. gs
C. g_user
D. gs
View answer
Correct Answer: B
Question #11
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
A. g_user
B. g_user
C. g_user
D. g_user
View answer
Correct Answer: B
Question #12
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
A. Identify the tablecorrect
B. Script the function(s)
C. Create a class
D. Create a prototype object from the new class
View answer
Correct Answer: A
Question #13
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
A. Publisher
B. Specialist
C. Provider
D. Consumercorrect
View answer
Correct Answer: D
Question #14
Here is the Business Rule script template: This type of JavaScript function is known as:
A. Constructor
B. Scoped
C. Anonymous
D. Self-invokingcorrect
View answer
Correct Answer: D
Question #15
Which one of the following is NOT a purpose of application scoping?
A. Provide a relationship between application artifacts
B. Provide a way of tracking the user who developed an applicationcorrect
C. Provide a namespace (prefix and scope name) to prevent cross application name collisions
D. Provide controls for how scripts from another scope can alter tables in a scoped application
View answer
Correct Answer: B
Question #16
Can inherited fields be deleted from a table?
A. Yes, select the red X in the left-most column in the table definition
B. Yes, but only if there has never been any saved field data
C. No, inherited fields cannot be deleted from a child table
D. Yes, but only if they are text fields
View answer
Correct Answer: C
Question #17
In Form Designer, when you edit the label of a field on a child table, the label is updated on?
A. Base table
B. Parent table
C. Child table
D. All tables
View answer
Correct Answer: C
Question #18
Which one of the following is the baseline behavior of a table in a privately-scoped application?
A. The table and its data are not accessible using web services
B. Any Business Rule can read, write, delete, and update from the table
C. Only artifacts in the table’s application can read from the table
D. All application scopes can read from the tablecorrect
View answer
Correct Answer: D
Question #19
Which of the following is NOT supported by Flow Designer?
A. Call a subflow from a flow
B. Test a flow with rollbackcorrect
C. Use Delegated Developer
D. Run a flow from a MetricBase Trigger
View answer
Correct Answer: B
Question #20
Which one of the following is NOT a debugging strategy for client-side scripts?
A. g_form
B. Field Watcher
C. jslog()
D. gs
View answer
Correct Answer: D
Question #21
When building an extended table from a base table, which fields do you need to create? Choose 2 answers
A. AThe reference fields for the base table
B. BThe fields that are not in the base table
C. CThe mandatory fields for the base table
D. DThe fields that are specific to the extended table
View answer
Correct Answer: BD
Question #22
Which script types execute on the server? (Choose three.)
A. Business Rulecorrect
B. Client Scripts
C. UI Policies
D. Script Actionscorrect
E. Scheduled Jobscorrect
View answer
Correct Answer: ADE
Question #23
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
A. GlideRecord and current
B. GlideUser and GlideRecord
C. GlideSystem and GlideRecordcorrect
D. GlideSystem and current
View answer
Correct Answer: C
Question #24
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
A. AAny user with the protected_edit role can see and edit the Script Include
B. BThe Protection policy option can only be enabled by a user with the admin role
C. CThe Protection Policy is applied only if the glide
D. DThe Protection Policy is applied only if the application is downloaded from the ServiceNow App Store
View answer
Correct Answer: D
Question #25
Which of the following CANNOT be debugged using the Field Watcher?
A. Business Rules
B. Script Includescorrect
C. Client Scripts
D. Access Controls
View answer
Correct Answer: B
Question #26
Which one of the following is NOT a purpose of application scoping?
A. Provide a relationship between application artifacts
B. Provide a way of tracking the user who developed an applicationcorrect
C. Provide a namespace (prefix and scope name) to prevent cross application name collisions
D. Provide controls for how scripts from another scope can alter tables in a scoped application
View answer
Correct Answer: B
Question #27
Which of the following objects does a Display Business Rule NOT have access to?
A. previouscorrect
B. GlideSystem
C. g_scratchpad
D. current
View answer
Correct Answer: A
Question #28
When evaluating Access Controls, ServiceNow searches and evaluates:
A. Only for matches on the current table
B. Only for matches on the current field
C. From the most specific match to the most generic matchcorrect
D. From the most generic match to the most specific match
View answer
Correct Answer: C
Question #29
Which objects can be used in Inbound Action scripts?
A. urrent and previous
B. urrent and email
C. urrent and event
D. urrent and producer
View answer
Correct Answer: B
Question #30
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.
A. a, b and c
B. a, b, and d
C. b, c and d
D. a, c and d
View answer
Correct Answer: A

View The Updated ServiceNow Exam Questions

SPOTO Provides 100% Real ServiceNow Exam Questions for You to Pass Your ServiceNow Exam!

View Answers after Submission

Please submit your email and WhatsApp to get the answers of questions.

Note: Please make sure your email ID and Whatsapp are valid so that you can get the correct exam results.

Email:
Whatsapp/phone number: