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) Sample 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
Which one of the following is the baseline behavior of a table in a privately-scoped application?
A. he table and its data are not accessible using web services
B. ny Business Rule can read, write, delete, and update from the table
C. nly artifacts in the table?€?s application can read from the table
D. ll application scopes can read from the table
View answer
Correct Answer: D
Question #2
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?
A. Business problem, data input/output, users/stakeholders, and process stepscorrect
B. Business problem, data input/output, project schedule, and process steps
C. Business problem, data input/output, users/stakeholders, and database capacity
D. Business problem, users/stakeholders, available licenses, and database capacity
View answer
Correct Answer: A
Question #3
Which database operations can be controlled with Access Control? Choose 2 answers
A. Execute
B. Create
C. Update
D. Query
View answer
Correct Answer: BC
Question #4
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 #5
Identify the incorrect statement about Delegated Development in ServiceNow.
A. dministrators can grant non-admin users the ability to develop global applications
B. dministrators can specify which application file types the developer can access
C. dministrators can grant the developer access to script fields
D. dministrators can grant the developer access to security records
View answer
Correct Answer: A
Question #6
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
A. All access to this table via web services
B. Can create, Can update, and Can deletecorrect
C. Can read does not affect the availability of other Application Access fields
D. Allow configuration
View answer
Correct Answer: B
Question #7
Which source control operation is available from BOTH Studio and the Git Repository?
A. Create Branchcorrect
B. Apply Remote Changes
C. Stash Local Changes
D. Edit Repository Configurations
View answer
Correct Answer: A
Question #8
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 #9
When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?
A. Upload spreadsheet
B. Create table from templatecorrect
C. Extend a table
D. Create table from scratch
View answer
Correct Answer: B
Question #10
Which one of the following is NOT a UI Action type?
A. List choice
B. Form button
C. List banner button
D. Form choicecorrect
View answer
Correct Answer: D
Question #11
When writing a Client Script to provide feedback targeted at a specific field, which method should be used?
A. g_form
B. g_form
C. g_form
D. g_form
View answer
Correct Answer: B
Question #12
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
A. REST messages
B. Tablecorrect
C. Script Include
D. Workflow
View answer
Correct Answer: B
Question #13
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 #14
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 #15
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
A. All access to this table via web services
B. Can create, Can update, and Can delete
C. Can read does not affect the availability of other Application Access fields
D. Allow configuration
View answer
Correct Answer: A
Question #16
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
A. Any user with the protected_edit role can see and edit the Script Include
B. The Protection policy option can only be enabled by a user with the admin role
C. The Protection Policy is applied only if the glide
D. The Protection Policy is applied only if the application is downloaded from the ServiceNow App Storecorrect
View answer
Correct Answer: D
Question #17
When selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
A. Use the String data type tor a free-form text field
B. Use the Phone Number data type to automate phone number data validation
C. Use the Choice data type to limit options in a field
D. Use the Date data type to enter the date and time of day
View answer
Correct Answer: D
Question #18
Which of the following features are available to Global applications?(Choose two.)
A. Automated Test Frameworkcorrect
B. Source Control
C. Delegated Development
D. Flow Designercorrect
View answer
Correct Answer: AD
Question #19
Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
A. GlideDateTime
B. GlideRecord
C. GlideSystem
D. current
View answer
Correct Answer: A
Question #20
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
A. ${event
B. ${current
C. ${property name>
D. ${gs
View answer
Correct Answer: A
Question #21
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?
A. usiness problem, data input/output, users/stakeholders, and process steps
B. usiness problem, data input/output, project schedule, and process steps
C. usiness problem, data input/output, users/stakeholders, and database capacity
D. usiness problem, users/stakeholders, available licenses, and database capacity
View answer
Correct Answer: A
Question #22
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 #23
Identify the incorrect statement about Delegated Development in ServiceNow.
A. Administrators can grant non-admin users the ability to develop global applications
B. Administrators can specify which application file types the developer can access
C. Administrators can grant the developer access to script fields
D. Administrators can grant the developer access to security records
View answer
Correct Answer: A
Question #24
The source control operation used to store local changes on an instance for later application is called a(n) .
A. Branch
B. Tag
C. Stashcorrect
D. Update set
View answer
Correct Answer: C
Question #25
Which of the following methods prints a message on a blue background to the top of the current form by default?
A. g_form
B. g_form
C. g_form
D. g_form
View answer
Correct Answer: B
Question #26
Which of the following CANNOT be debugged using the Field Watcher?
A. usiness Rules
B. cript Includes
C. lient Scripts
D. ccess Controls
View answer
Correct Answer: B
Question #27
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 #28
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 Fie
A. a, b, c, and d
B. b, c, and d
C. a, b, and d
D. a, b, and ccorrect
View answer
Correct Answer: D
Question #29
What are three ServiceNow table creation methods? (Choose three.)
A. Using legacy Workflowscorrect
B. Upload and turn a spreadsheet into a custom tablecorrect
C. Using Flow Designer
D. Use the Now Experience Table Creator
E. Extend a tablecorrect
F. Create a custom tablecorrect
View answer
Correct Answer: ABEF
Question #30
Which ATF test step is used to set up a specific user profile for testing purposes?
A. Impersonation
B. Create a role
C. Create a user
D. Create a group
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: